Home
last modified time | relevance | path

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

/external/libcups/cups/
Dutil.c128 ippAddBoolean(request, IPP_TAG_OPERATION, "purge-job", 1); in cupsCancelJob2()
130 ippAddBoolean(request, IPP_TAG_OPERATION, "purge-jobs", 0); in cupsCancelJob2()
516 ippAddBoolean(request, IPP_TAG_OPERATION, "my-jobs", 1); in cupsGetJobs2()
946 ippAddBoolean(request, IPP_TAG_OPERATION, "last-document", (char)last_document); in cupsStartDocument()
Ddest-job.c139 ippAddBoolean(request, IPP_TAG_OPERATION, "last-document", 1); in cupsCloseDestJob()
373 ippAddBoolean(request, IPP_TAG_OPERATION, "last-document", (char)last_document); in cupsStartDestDocument()
Dlibcups2.def400 ippAddBoolean
Dipp.h844 extern ipp_attribute_t *ippAddBoolean(ipp_t *ipp, ipp_tag_t group,
Dcupspm.md853 - `ippAddBoolean` adds a boolean (`IPP_TAG_BOOLEAN`) attribute with one value.
Dppd-cache.c169 ippAddBoolean(request, IPP_TAG_JOB, mandatory, !_cups_strcasecmp(keyword, "true")); in _cupsConvertOptions()
Dipp.c116 ippAddBoolean(ipp_t *ipp, /* I - IPP message */ in ippAddBoolean() function
/external/libcups/filter/
Dtestclient.c345 ippAddBoolean(request, IPP_TAG_OPERATION, "last-document", 1); in main()