Home
last modified time | relevance | path

Searched refs:ippAddStrings (Results 1 – 14 of 14) sorted by relevance

/external/libcups/filter/
Dtestclient.c222ippAddStrings(request, IPP_TAG_OPERATION, IPP_TAG_KEYWORD, "requested-attributes", (int)(sizeof(pa… in main()
786ippAddStrings(request, IPP_TAG_OPERATION, IPP_TAG_KEYWORD, "requested-attributes", (int)(sizeof(pa… in monitor_printer()
816ippAddStrings(request, IPP_TAG_OPERATION, IPP_TAG_KEYWORD, "requested-attributes", (int)(sizeof(ja… in monitor_printer()
/external/libcups/cups/
Dppd-util.c577ippAddStrings(request, IPP_TAG_OPERATION, IPP_TAG_KEYWORD, "requested-attributes", sizeof(requeste… in cups_get_printer_uri()
Dlibcups2.def417 ippAddStrings
Dtlscheck.c721ippAddStrings(request, IPP_TAG_OPERATION, IPP_TAG_KEYWORD, "requested-attributes", (int)(sizeof(pa… in main()
Dutil.c525 ippAddStrings(request, IPP_TAG_OPERATION, IPP_TAG_KEYWORD, in cupsGetJobs2()
Dencode.c553 if ((attr = ippAddStrings(ipp, group_tag, value_tag, option->name, count, in cupsEncodeOptions2()
Dcupspm.md841 ippAddStrings(request, IPP_TAG_OPERATION, IPP_TAG_KEYWORD,
845 The `ippAddStrings` function adds an attribute with one or more strings, in this
872 - `ippAddStrings` adds a charset, keyword, mimeMediaType, name, naturalLanguage,
Ddest-options.c635 ippAddStrings(request, IPP_TAG_OPERATION, IPP_TAG_KEYWORD, in cupsCopyDestInfo()
2332ippAddStrings(request, IPP_TAG_OPERATION, IPP_CONST_TAG(IPP_TAG_KEYWORD), "requested-attributes", … in cups_update_ready()
Dipp.h873 extern ipp_attribute_t *ippAddStrings(ipp_t *ipp, ipp_tag_t group,
Dtestppd.c902ippAddStrings(request, IPP_TAG_OPERATION, IPP_TAG_KEYWORD, "requested-attributes", sizeof(pattrs) … in main()
Dipp.c1208 ippAddStrings( in ippAddStrings() function
1539 …if ((dstattr = ippAddStrings(dst, srcattr->group_tag, (ipp_tag_t)(srctag | quickcopy), srcattr->na… in ippCopyAttribute()
1563 …if ((dstattr = ippAddStrings(dst, srcattr->group_tag, (ipp_tag_t)(srctag | quickcopy), srcattr->na… in ippCopyAttribute()
Dadminutil.c127 ippAddStrings(request, IPP_TAG_OPERATION, IPP_TAG_KEYWORD, in cupsAdminCreateWindowsPPD()
Dipp.c.orig1189 * 'ippAddStrings()' - Add language-encoded strings to an IPP message.
1212 ippAddStrings(
1228 …DEBUG_printf(("ippAddStrings(ipp=%p, group=%02x(%s), value_tag=%02x(%s), name=\"%s\", num_values=%…
1555 dstattr = ippAddStrings(dst, srcattr->group_tag,
1629 dstattr = ippAddStrings(dst, srcattr->group_tag,
Ddest.c1403 ippAddStrings(request, IPP_TAG_OPERATION, IPP_TAG_KEYWORD, in _cupsGetDests()