Searched refs:psversion (Results 1 – 4 of 4) sorted by relevance
/external/libcups/examples/ |
D | get-ppds-psversion.test | 17 ATTR text ppd-psversion $ENV[psversion]
|
D | Makefile | 73 get-ppds-psversion.test \
|
/external/libcups/scheduler/ |
D | cups-driverd.cxx | 150 const char *psversion, time_t mtime, 235 const char *psversion, /* I - PSVersion */ in add_ppd() argument 273 strlcpy(ppd->record.psversions[0], psversion, in add_ppd() 1026 *psversion, /* ppd-psversion option */ in list_ppds() local 1196 psversion = cupsGetOption("ppd-psversion", num_options, options); in list_ppds() 1392 if (psversion) in list_ppds() 1397 else if (!_cups_strcasecmp(ppd->record.psversions[i], psversion)) in list_ppds() 1732 psversion[128], /* ppd-psversion */ in load_drivers() local 1856 psversion[0] = '\0'; in load_drivers() 1864 device_id, product, psversion, type_str) < 4) in load_drivers() [all …]
|
D | ipp.c | 7160 *psversion, /* ppd-psverion attribute */ in get_ppds() local 7213 psversion = ippFindAttribute(con->request, "ppd-psversion", IPP_TAG_TEXT); in get_ppds() 7258 if (psversion) in get_ppds() 7259 url_encode_attr(psversion, psversion_str, sizeof(psversion_str)); in get_ppds() 7290 psversion ? "%20" : "", psversion_str, in get_ppds()
|