Home
last modified time | relevance | path

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

/external/libcups/cups/
Dlibcups2.def459 ippAddOctetString
Dipp.h809 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()
184 ippAddOctetString(request, IPP_TAG_JOB, mandatory, keyword, (int)strlen(keyword)); in _cupsConvertOptions()
Dcupspm.md868 - `ippAddOctetString` adds an octetString attribute with one value.
Dipp.c506 ippAddOctetString(ipp_t *ipp, /* I - IPP message */ in ippAddOctetString() function
/external/libcups/tools/
Dippeveprinter.c4636 …attr = ippAddOctetString(attrs, IPP_TAG_PRINTER, "printer-input-tray", printer_input_tray_color[0]… in load_legacy_attributes()
4642 …attr = ippAddOctetString(attrs, IPP_TAG_PRINTER, "printer-input-tray", printer_input_tray[0], (int… in load_legacy_attributes()
4660 …attr = ippAddOctetString(attrs, IPP_TAG_PRINTER, "printer-supply", printer_supply_color[0], (int)s… in load_legacy_attributes()
4668 …attr = ippAddOctetString(attrs, IPP_TAG_PRINTER, "printer-supply", printer_supply[0], (int)strlen(… in load_legacy_attributes()
5300 …attr = ippAddOctetString(attrs, IPP_TAG_PRINTER, "printer-input-tray", input_tray, (int)strlen(inp… in load_ppd_attributes()
5307ippAddOctetString(attrs, IPP_TAG_PRINTER, "printer-input-tray", printer_input_tray, (int)strlen(pr… in load_ppd_attributes()
5322 …attr = ippAddOctetString(attrs, IPP_TAG_PRINTER, "printer-supply", printer_supply_color[0], (int)s… in load_ppd_attributes()
5330 …attr = ippAddOctetString(attrs, IPP_TAG_PRINTER, "printer-supply", printer_supply[0], (int)strlen(… in load_ppd_attributes()
7819 …supply = ippAddOctetString(printer->attrs, IPP_TAG_PRINTER, "printer-supply", supply_text, (int)st… in show_supplies()
/external/libcups/scheduler/
Dsubscriptions.c147 ippAddOctetString(temp->attrs, IPP_TAG_EVENT_NOTIFICATION, in cupsdAddEvent()
Dprinters.c2232 …supply = ippAddOctetString(p->attrs, IPP_TAG_PRINTER, "printer-supply", buffer, (int)strlen(buffer… in cupsdSetPrinterAttr()
Dipp.c5120 ippAddOctetString(con->response, IPP_TAG_SUBSCRIPTION, "notify-user-data", in copy_subscription_attrs()