MCPcopy Create free account
hub / github.com/OpenPrinting/cups / ppdNextCustomParam

Function ppdNextCustomParam

cups/ppd-custom.c:92–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 */
91
92ppd_cparam_t * /* O - Custom parameter or NULL */
93ppdNextCustomParam(ppd_coption_t *opt) /* I - Custom option */
94{
95 if (!opt)
96 return (NULL);
97
98 return ((ppd_cparam_t *)cupsArrayNext(opt->params));
99}

Callers 3

mainFunction · 0.85
do_set_optionsFunction · 0.85
get_option_valueFunction · 0.85

Calls 1

cupsArrayNextFunction · 0.85

Tested by

no test coverage detected