Searched refs:cupsGetNamedDest (Results 1 – 12 of 12) sorted by relevance
/external/libcups/berkeley/ |
D | lprm.c | 50 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()
|
D | lpr.c | 222 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()
|
D | lpq.c | 134 if ((named_dest = cupsGetNamedDest(http, dest, instance)) == NULL) in main() 205 if ((named_dest = cupsGetNamedDest(http, NULL, NULL)) == NULL) in main()
|
/external/libcups/systemv/ |
D | lp.c | 146 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()
|
D | lpstat.c | 228 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/ |
D | testcups.c | 351 if ((named_dest = cupsGetNamedDest(NULL, NULL, NULL)) == NULL || in main() 406 if ((named_dest = cupsGetNamedDest(NULL, dest->name, dest->instance)) == NULL || in main()
|
D | testdest.c | 126 dest = cupsGetNamedDest(CUPS_HTTP_DEFAULT, NULL, NULL); in main() 135 dest = cupsGetNamedDest(CUPS_HTTP_DEFAULT, argv[i], NULL); in main()
|
D | libcups2.def | 250 cupsGetNamedDest
|
D | util.c | 180 if ((dest = cupsGetNamedDest(http, name, NULL)) == NULL) in cupsCreateJob()
|
D | cups.h | 447 extern cups_dest_t *cupsGetNamedDest(http_t *http, const char *name,
|
D | dest.c | 1743 cupsGetNamedDest(http_t *http, /* I - Connection to server or @code CUPS_HTTP_DEFAULT@ */ in cupsGetNamedDest() function
|
/external/libcups/scheduler/ |
D | cupsfilter.c | 1029 (dest = cupsGetNamedDest(CUPS_HTTP_DEFAULT, printer, NULL)) != NULL) in exec_filters()
|