Home
last modified time | relevance | path

Searched refs:ippAddInteger (Results 1 – 11 of 11) sorted by relevance

/external/libcups/cups/
Ddest-job.c51 ippAddInteger(request, IPP_TAG_OPERATION, IPP_TAG_INTEGER, "job-id", job_id); in cupsCancelDestJob()
134 ippAddInteger(request, IPP_TAG_OPERATION, IPP_TAG_INTEGER, "job-id", in cupsCloseDestJob()
364 ippAddInteger(request, IPP_TAG_OPERATION, IPP_TAG_INTEGER, "job-id", job_id); in cupsStartDestDocument()
Dtestipp.c286 ippAddInteger(size, IPP_TAG_ZERO, IPP_TAG_INTEGER, "x-dimension", 21590); in main()
287 ippAddInteger(size, IPP_TAG_ZERO, IPP_TAG_INTEGER, "y-dimension", 27940); in main()
297 ippAddInteger(size, IPP_TAG_ZERO, IPP_TAG_INTEGER, "x-dimension", 21000); in main()
298 ippAddInteger(size, IPP_TAG_ZERO, IPP_TAG_INTEGER, "y-dimension", 29700); in main()
Dppd-cache.c166 ippAddInteger(request, IPP_TAG_JOB, value_tag, mandatory, atoi(keyword)); in _cupsConvertOptions()
217 ippAddInteger(media_size, IPP_TAG_ZERO, IPP_TAG_INTEGER, in _cupsConvertOptions()
219 ippAddInteger(media_size, IPP_TAG_ZERO, IPP_TAG_INTEGER, in _cupsConvertOptions()
228 ippAddInteger(media_col, IPP_TAG_ZERO, IPP_TAG_INTEGER, "media-left-margin", size->left); in _cupsConvertOptions()
230 ippAddInteger(media_col, IPP_TAG_ZERO, IPP_TAG_INTEGER, "media-bottom-margin", size->bottom); in _cupsConvertOptions()
232 ippAddInteger(media_col, IPP_TAG_ZERO, IPP_TAG_INTEGER, "media-right-margin", size->right); in _cupsConvertOptions()
234 ippAddInteger(media_col, IPP_TAG_ZERO, IPP_TAG_INTEGER, "media-top-margin", size->top); in _cupsConvertOptions()
278 ippAddInteger(request, IPP_TAG_JOB, IPP_TAG_ENUM, "print-quality", atoi(keyword)); in _cupsConvertOptions()
282 ippAddInteger(request, IPP_TAG_JOB, IPP_TAG_ENUM, "print-quality", IPP_QUALITY_DRAFT); in _cupsConvertOptions()
284 ippAddInteger(request, IPP_TAG_JOB, IPP_TAG_ENUM, "print-quality", IPP_QUALITY_NORMAL); in _cupsConvertOptions()
[all …]
Dutil.c114 ippAddInteger(request, IPP_TAG_OPERATION, IPP_TAG_INTEGER, "job-id", in cupsCancelJob2()
937 ippAddInteger(request, IPP_TAG_OPERATION, IPP_TAG_INTEGER, "job-id", job_id); in cupsStartDocument()
Dgetdevices.c81 ippAddInteger(request, IPP_TAG_OPERATION, IPP_TAG_INTEGER, "timeout", in cupsGetDevices()
Dlibcups2.def405 ippAddInteger
Dipp.h851 extern ipp_attribute_t *ippAddInteger(ipp_t *ipp, ipp_tag_t group,
Ddest.c1419 ippAddInteger(request, IPP_TAG_OPERATION, IPP_TAG_ENUM, "printer-type", (int)type); in _cupsGetDests()
1420 ippAddInteger(request, IPP_TAG_OPERATION, IPP_TAG_ENUM, "printer-type-mask", (int)mask); in _cupsGetDests()
Dcupspm.md854 - `ippAddInteger` adds an enum (`IPP_TAG_ENUM`) or integer (`IPP_TAG_INTEGER`)
Dipp.c376 ippAddInteger(ipp_t *ipp, /* I - IPP message */ in ippAddInteger() function
/external/libcups/filter/
Dtestclient.c342 ippAddInteger(request, IPP_TAG_OPERATION, IPP_TAG_INTEGER, "job-id", monitor.job_id); in main()
814 ippAddInteger(request, IPP_TAG_OPERATION, IPP_TAG_INTEGER, "job-id", monitor->job_id); in monitor_printer()