Searched refs:ippSetVersion (Results 1 – 5 of 5) sorted by relevance
/external/libcups/cups/ |
D | dest-job.c | 48 ippSetVersion(request, info->version / 10, info->version % 10); in cupsCancelDestJob() 123 ippSetVersion(request, info->version / 10, info->version % 10); in cupsCloseDestJob() 199 ippSetVersion(request, info->version / 10, info->version % 10); in cupsCreateDestJob() 332 ippSetVersion(request, info->version / 10, info->version % 10); in cupsStartDestDocument()
|
D | libcups2.def | 490 ippSetVersion
|
D | ipp.h | 994 extern int ippSetVersion(ipp_t *ipp, int major, int minor)
|
D | dest-options.c | 2244 ippSetVersion(request, dinfo->version / 10, dinfo->version % 10); in cups_update_ready()
|
D | ipp.c | 4695 ippSetVersion(ipp_t *ipp, /* I - IPP message */ in ippSetVersion() function
|