HomeSort by relevance Sort by last modified time
    Searched refs:ippAddOctetString (Results 1 - 3 of 3) sorted by null

  /external/libcups/cups/
ipp.h     [all...]
ppd-cache.c 100 attr = ippAddOctetString(request, IPP_TAG_OPERATION, "job-password", password, (int)strlen(password));
112 attr = ippAddOctetString(request, IPP_TAG_OPERATION, "job-password", hash, (int)hashlen);
180 ippAddOctetString(request, IPP_TAG_JOB, mandatory, keyword, (int)strlen(keyword));
    [all...]
ipp.c 499 * 'ippAddOctetString()' - Add an octetString value to an IPP message.
514 ippAddOctetString(ipp_t *ipp, /* I - IPP message */
    [all...]

Completed in 3615 milliseconds