Searched refs:cupsGetPPD3 (Results 1 – 4 of 4) sorted by relevance
/external/libcups/cups/ |
D | ppd-util.c | 65 if (cupsGetPPD3(CUPS_HTTP_DEFAULT, name, &modtime, pg->ppd_filename, in cupsGetPPD() 96 if (cupsGetPPD3(http, name, &modtime, pg->ppd_filename, in cupsGetPPD2() 128 cupsGetPPD3(http_t *http, /* I - HTTP connection or @code CUPS_HTTP_DEFAULT@ */ in cupsGetPPD3() function
|
D | ppd.h | 368 extern http_status_t cupsGetPPD3(http_t *http, const char *name, time_t *modtime, char *buffer, siz…
|
D | libcups2.def | 226 cupsGetPPD3
|
D | testcups.c | 179 if ((http_status = cupsGetPPD3(CUPS_HTTP_DEFAULT, argv[2], &modtime, in main()
|