Searched refs:ippSetVersion (Results 1 – 9 of 9) sorted by relevance
/external/libcups/cups/ |
D | dest-job.c | 43 ippSetVersion(request, info->version / 10, info->version % 10); in cupsCancelDestJob() 125 ippSetVersion(request, info->version / 10, info->version % 10); in cupsCloseDestJob() 208 ippSetVersion(request, info->version / 10, info->version % 10); in cupsCreateDestJob() 355 ippSetVersion(request, info->version / 10, info->version % 10); in cupsStartDestDocument()
|
D | libcups2.def | 533 ippSetVersion
|
D | ipp.h | 901 extern int ippSetVersion(ipp_t *ipp, int major, int minor)
|
D | dest-options.c | 763 ippSetVersion(request, version / 10, version % 10); in cupsCopyDestInfo() 2830 ippSetVersion(request, dinfo->version / 10, dinfo->version % 10); in cups_update_ready()
|
D | ipp.c | 4633 ippSetVersion(ipp_t *ipp, /* I - IPP message */ in ippSetVersion() function
|
/external/libcups/backend/ |
D | ipp.c | 910 ippSetVersion(request, version / 10, version % 10); in main() 1792 ippSetVersion(request, version / 10, version % 10); in main() 2033 ippSetVersion(request, version / 10, version % 10); in main() 2298 ippSetVersion(request, version / 10, version % 10); in cancel_job() 2340 ippSetVersion(request, version / 10, version % 10); in check_printer_state() 2503 ippSetVersion(request, monitor->version / 10, monitor->version % 10); in monitor_printer() 2751 ippSetVersion(request, version / 10, version % 10); in new_request()
|
/external/libcups/tools/ |
D | ippfind.c | 2281 ippSetVersion(request, version / 10, version % 10); in list_service()
|
D | ipptool.c | 931 ippSetVersion(request, data->version / 10, data->version % 10); in do_test()
|
/external/libcups/scheduler/ |
D | ipp.c | 5283 ippSetVersion(request, 2, 0); in create_local_bg_thread() 5304 ippSetVersion(request, 1, 1); in create_local_bg_thread()
|