Searched refs:ippAddInteger (Results 1 – 11 of 11) sorted by relevance
/external/libcups/cups/ |
D | dest-job.c | 51 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()
|
D | testipp.c | 286 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()
|
D | ppd-cache.c | 166 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 …]
|
D | util.c | 114 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()
|
D | getdevices.c | 81 ippAddInteger(request, IPP_TAG_OPERATION, IPP_TAG_INTEGER, "timeout", in cupsGetDevices()
|
D | libcups2.def | 405 ippAddInteger
|
D | ipp.h | 851 extern ipp_attribute_t *ippAddInteger(ipp_t *ipp, ipp_tag_t group,
|
D | dest.c | 1419 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()
|
D | cupspm.md | 854 - `ippAddInteger` adds an enum (`IPP_TAG_ENUM`) or integer (`IPP_TAG_INTEGER`)
|
D | ipp.c | 376 ippAddInteger(ipp_t *ipp, /* I - IPP message */ in ippAddInteger() function
|
/external/libcups/filter/ |
D | testclient.c | 342 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()
|