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()
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()
Dlibcups2.def481 ippSetVersion
Dipp.h995 extern int ippSetVersion(ipp_t *ipp, int major, int minor)
Ddest-options.c2326 ippSetVersion(request, dinfo->version / 10, dinfo->version % 10); in cups_update_ready()
Dipp.c4631 ippSetVersion(ipp_t *ipp, /* I - IPP message */ in ippSetVersion() function