Home
last modified time | relevance | path

Searched refs:cupsGetNamedDest (Results 1 – 12 of 12) sorted by relevance

/external/libcups/berkeley/
Dlprm.c50 defdest = cupsGetNamedDest(CUPS_HTTP_DEFAULT, NULL, NULL); in main()
90 if ((dest = cupsGetNamedDest(CUPS_HTTP_DEFAULT, name, NULL)) == NULL) in main()
140 defdest = cupsGetNamedDest(CUPS_HTTP_DEFAULT, NULL, NULL); in main()
156 if ((dest = cupsGetNamedDest(CUPS_HTTP_DEFAULT, argv[i], NULL)) != NULL) in main()
Dlpr.c222 if ((dest = cupsGetNamedDest(NULL, printer, instance)) != NULL) in main()
331 if ((dest = cupsGetNamedDest(NULL, NULL, NULL)) != NULL) in main()
353 if (!cupsGetNamedDest(NULL, NULL, NULL) && cupsLastError() == IPP_STATUS_ERROR_NOT_FOUND) in main()
Dlpq.c134 if ((named_dest = cupsGetNamedDest(http, dest, instance)) == NULL) in main()
205 if ((named_dest = cupsGetNamedDest(http, NULL, NULL)) == NULL) in main()
/external/libcups/systemv/
Dlp.c146 if ((dest = cupsGetNamedDest(CUPS_HTTP_DEFAULT, printer, in main()
566 if ((dest = cupsGetNamedDest(NULL, NULL, NULL)) != NULL) in main()
588 if (!cupsGetNamedDest(NULL, NULL, NULL) && cupsLastError() == IPP_STATUS_ERROR_NOT_FOUND) in main()
Dlpstat.c228 dests = cupsGetNamedDest(CUPS_HTTP_DEFAULT, NULL, NULL); in main()
538 if ((*dests = cupsGetNamedDest(CUPS_HTTP_DEFAULT, printer, pptr)) == NULL) in check_dest()
/external/libcups/cups/
Dtestcups.c351 if ((named_dest = cupsGetNamedDest(NULL, NULL, NULL)) == NULL || in main()
406 if ((named_dest = cupsGetNamedDest(NULL, dest->name, dest->instance)) == NULL || in main()
Dtestdest.c126 dest = cupsGetNamedDest(CUPS_HTTP_DEFAULT, NULL, NULL); in main()
135 dest = cupsGetNamedDest(CUPS_HTTP_DEFAULT, argv[i], NULL); in main()
Dlibcups2.def250 cupsGetNamedDest
Dutil.c180 if ((dest = cupsGetNamedDest(http, name, NULL)) == NULL) in cupsCreateJob()
Dcups.h447 extern cups_dest_t *cupsGetNamedDest(http_t *http, const char *name,
Ddest.c1743 cupsGetNamedDest(http_t *http, /* I - Connection to server or @code CUPS_HTTP_DEFAULT@ */ in cupsGetNamedDest() function
/external/libcups/scheduler/
Dcupsfilter.c1029 (dest = cupsGetNamedDest(CUPS_HTTP_DEFAULT, printer, NULL)) != NULL) in exec_filters()