Searched refs:ipp_add_attr (Results 1 – 1 of 1) sorted by relevance
/external/libcups/cups/ |
D | ipp.c | 31 static ipp_attribute_t *ipp_add_attr(ipp_t *ipp, const char *name, 138 if ((attr = ipp_add_attr(ipp, name, group, IPP_TAG_BOOLEAN, 1)) == NULL) in ippAddBoolean() 187 if ((attr = ipp_add_attr(ipp, name, group, IPP_TAG_BOOLEAN, num_values)) == NULL) in ippAddBooleans() 240 if ((attr = ipp_add_attr(ipp, name, group, IPP_TAG_BEGIN_COLLECTION, 1)) == NULL) in ippAddCollection() 295 if ((attr = ipp_add_attr(ipp, name, group, IPP_TAG_BEGIN_COLLECTION, in ippAddCollections() 350 if ((attr = ipp_add_attr(ipp, name, group, IPP_TAG_DATE, 1)) == NULL) in ippAddDate() 416 if ((attr = ipp_add_attr(ipp, name, group, value_tag, 1)) == NULL) in ippAddInteger() 479 if ((attr = ipp_add_attr(ipp, name, group, value_tag, num_values)) == NULL) in ippAddIntegers() 524 if ((attr = ipp_add_attr(ipp, name, group, IPP_TAG_STRING, 1)) == NULL) in ippAddOctetString() 602 return (ipp_add_attr(ipp, name, group, value_tag, 1)); in ippAddOutOfBand() [all …]
|