Home
last modified time | relevance | path

Searched refs:CUPS_HTTP_DEFAULT (Results 1 – 8 of 8) sorted by relevance

/external/libcups/cups/
Dtestcups.c179 if ((http_status = cupsGetPPD3(CUPS_HTTP_DEFAULT, argv[2], &modtime, in main()
204 if ((job_id = cupsCreateJob(CUPS_HTTP_DEFAULT, argv[2], "testcups", 0, in main()
214 if (cupsStartDocument(CUPS_HTTP_DEFAULT, argv[1], job_id, argv[2], in main()
225 if (cupsWriteRequestData(CUPS_HTTP_DEFAULT, buffer, (size_t)bytes) != HTTP_STATUS_CONTINUE) in main()
237 if (cupsFinishDocument(CUPS_HTTP_DEFAULT, in main()
Dutil.c46 return (cupsCancelJob2(CUPS_HTTP_DEFAULT, name, job_id, 0) in cupsCancelJob()
309 return (cupsGetDefault2(CUPS_HTTP_DEFAULT)); in cupsGetDefault()
403 return (cupsGetJobs2(CUPS_HTTP_DEFAULT, jobs, name, myjobs, whichjobs)); in cupsGetJobs()
714 return (cupsPrintFiles2(CUPS_HTTP_DEFAULT, name, 1, &filename, title, in cupsPrintFile()
764 return (cupsPrintFiles2(CUPS_HTTP_DEFAULT, name, num_files, files, title, in cupsPrintFiles()
Dcupspm.md22 `http_t`. The `CUPS_HTTP_DEFAULT` constant can be used when you want to talk to
319 typically the constant `CUPS_HTTP_DEFAULT`. The `dest` argument specifies the
390 cups_dinfo_t *info = cupsCopyDestInfo(CUPS_HTTP_DEFAULT,
393 if (cupsCheckDestSupported(CUPS_HTTP_DEFAULT, dest, info,
397 cupsFindDestSupported(CUPS_HTTP_DEFAULT, dest, info,
413 cupsFindDestSupported(CUPS_HTTP_DEFAULT, dest, info,
442 cupsFindDestDefault(CUPS_HTTP_DEFAULT, dest, info,
481 cupsFindDestReady(CUPS_HTTP_DEFAULT, dest, info,
550 if (cupsGetDestMediaByName(CUPS_HTTP_DEFAULT, dest, info,
580 int count = cupsGetDestMediaCount(CUPS_HTTP_DEFAULT,
[all …]
Dtestdest.c110 dest = cupsGetNamedDest(CUPS_HTTP_DEFAULT, NULL, NULL); in main()
117 dest = cupsGetNamedDest(CUPS_HTTP_DEFAULT, argv[1], NULL); in main()
Dppd-util.c65 if (cupsGetPPD3(CUPS_HTTP_DEFAULT, name, &modtime, pg->ppd_filename, in cupsGetPPD()
Dcups.h67 # define CUPS_HTTP_DEFAULT (http_t *)0 macro
Ddest.c982 return (cups_enum_dests(CUPS_HTTP_DEFAULT, flags, msec, cancel, type, mask, cb, user_data)); in cupsEnumDests()
1602 return (cupsGetDests2(CUPS_HTTP_DEFAULT, dests)); in cupsGetDests()
2069 cupsSetDests2(CUPS_HTTP_DEFAULT, num_dests, dests); in cupsSetDests()
Dtestppd.c926 if ((filename = cupsGetServerPPD(CUPS_HTTP_DEFAULT, argv[1])) == NULL) in main()