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

/macosx-10.9.5/cups-372.4/cups/cups/
H A Dtestcups.c184 if ((http_status = cupsGetPPD3(CUPS_HTTP_DEFAULT, argv[2], &modtime,
H A Dutil.c36 * cupsGetPPD3() - Get the PPD file for a printer on the specified
827 if (cupsGetPPD3(CUPS_HTTP_DEFAULT, name, &modtime, cg->ppd_filename,
858 if (cupsGetPPD3(http, name, &modtime, cg->ppd_filename,
867 * 'cupsGetPPD3()' - Get the PPD file for a printer on the specified
883 * For classes, @code cupsGetPPD3@ returns the PPD file for the first printer
890 cupsGetPPD3(http_t *http, /* I - HTTP connection or @code CUPS_HTTP_DEFAULT@ */ function
914 DEBUG_printf(("cupsGetPPD3(http=%p, name=\"%s\", modtime=%p(%d), buffer=%p, "
1059 DEBUG_printf(("2cupsGetPPD3: Printer hostname=\"%s\", port=%d", hostname,
1068 DEBUG_printf(("2cupsGetPPD3: Local hostname=\"%s\"", localhost));
1080 DEBUG_printf(("2cupsGetPPD3
[all...]
H A Dcups.h484 extern http_status_t cupsGetPPD3(http_t *http, const char *name,

Completed in 81 milliseconds