Searched refs:ippAddOctetString (Results 1 – 5 of 5) sorted by relevance
/external/libcups/cups/ |
D | libcups2.def | 407 ippAddOctetString
|
D | ipp.h | 903 extern ipp_attribute_t *ippAddOctetString(ipp_t *ipp, ipp_tag_t group,
|
D | ppd-cache.c | 102 …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()
|
D | cupspm.md | 857 - `ippAddOctetString` adds an octetString attribute with one value.
|
D | ipp.c | 510 ippAddOctetString(ipp_t *ipp, /* I - IPP message */ in ippAddOctetString() function
|