Searched refs:cgiSetSize (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/cups-372.4/cups/cgi-bin/
H A Dcgi.h102 extern void cgiSetSize(const char *name, int size);
H A Dadmin.c2279 cgiSetSize("PRINTER_NAME", 0);
2280 cgiSetSize("PRINTER_EXPORT", 0);
3386 cgiSetSize("CHOICES", 0);
3387 cgiSetSize("TEXT", 0);
3399 cgiSetSize("PARAMS", 0);
3400 cgiSetSize("PARAMTEXT", 0);
3401 cgiSetSize("PARAMVALUE", 0);
3402 cgiSetSize("INPUTTYPE", 0);
3539 cgiSetSize("CHOICES", attr->num_values);
3540 cgiSetSize("TEX
[all...]
H A Dvar.c30 * cgiSetSize() - Set the array size.
476 * 'cgiSetSize()' - Set the array size.
480 cgiSetSize(const char *name, /* I - Name of variable */ function

Completed in 75 milliseconds