Home
last modified time | relevance | path

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

/external/libcups/cups/
Dlibcups2.def407 ippAddOctetString
Dipp.h903 extern ipp_attribute_t *ippAddOctetString(ipp_t *ipp, ipp_tag_t group,
Dppd-cache.c102 …attr = ippAddOctetString(request, IPP_TAG_OPERATION, "job-password", password, (int)strlen(passwor… in _cupsConvertOptions()
114 attr = ippAddOctetString(request, IPP_TAG_OPERATION, "job-password", hash, (int)hashlen); in _cupsConvertOptions()
182 ippAddOctetString(request, IPP_TAG_JOB, mandatory, keyword, (int)strlen(keyword)); in _cupsConvertOptions()
Dcupspm.md857 - `ippAddOctetString` adds an octetString attribute with one value.
Dipp.c510 ippAddOctetString(ipp_t *ipp, /* I - IPP message */ in ippAddOctetString() function