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() 130 ippSetVersion(request, info->version / 10, info->version % 10); in cupsCloseDestJob() 213 ippSetVersion(request, info->version / 10, info->version % 10); in cupsCreateDestJob() 360 ippSetVersion(request, info->version / 10, info->version % 10); in cupsStartDestDocument()
|
D | libcups2.def | 481 ippSetVersion
|
D | ipp.h | 995 extern int ippSetVersion(ipp_t *ipp, int major, int minor)
|
D | dest-options.c | 2326 ippSetVersion(request, dinfo->version / 10, dinfo->version % 10); in cups_update_ready()
|
D | ipp.c | 4631 ippSetVersion(ipp_t *ipp, /* I - IPP message */ in ippSetVersion() function
|