Home
last modified time | relevance | path

Searched refs:ippSetVersion (Results 1 – 5 of 5) sorted by relevance

/external/libcups/cups/
Ddest-job.c48 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()
Dlibcups2.def490 ippSetVersion
Dipp.h994 extern int ippSetVersion(ipp_t *ipp, int major, int minor)
Ddest-options.c2244 ippSetVersion(request, dinfo->version / 10, dinfo->version % 10); in cups_update_ready()
Dipp.c4695 ippSetVersion(ipp_t *ipp, /* I - IPP message */ in ippSetVersion() function