Home
last modified time | relevance | path

Searched refs:fromattr (Results 1 – 2 of 2) sorted by relevance

/external/libcups/tools/
Dipptool.c196 static int with_value_from(cups_array_t *errors, ipp_attribute_t *fromattr, ipp_attribute_t *a…
4955 ipp_attribute_t *fromattr, /* I - "From" attribute */ in with_value_from() argument
4974 … if (ippGetValueTag(fromattr) != IPP_TAG_INTEGER && ippGetValueTag(fromattr) != IPP_TAG_RANGE) in with_value_from()
4982 if (ippContainsInteger(fromattr, value)) in with_value_from()
4996 if (ippGetValueTag(fromattr) != IPP_TAG_ENUM) in with_value_from()
5004 if (ippContainsInteger(fromattr, value)) in with_value_from()
5018 if (ippGetValueTag(fromattr) != IPP_TAG_RESOLUTION) in with_value_from()
5025 int fromcount = ippGetCount(fromattr); in with_value_from()
5033 fromxres = ippGetResolution(fromattr, j, &fromyres, &fromunits); in with_value_from()
5078 if (ippContainsString(fromattr, value)) in with_value_from()
[all …]
/external/libcups/scheduler/
Dipp.c4021 ipp_attribute_t *fromattr; /* Source attribute */ in copy_attrs() local
4031 for (fromattr = from->attrs; fromattr; fromattr = fromattr->next) in copy_attrs()
4037 if ((group != IPP_TAG_ZERO && fromattr->group_tag != group && in copy_attrs()
4038 fromattr->group_tag != IPP_TAG_ZERO) || !fromattr->name) in copy_attrs()
4041 if (!strcmp(fromattr->name, "document-password") || in copy_attrs()
4042 !strcmp(fromattr->name, "job-authorization-uri") || in copy_attrs()
4043 !strcmp(fromattr->name, "job-password") || in copy_attrs()
4044 !strcmp(fromattr->name, "job-password-encryption") || in copy_attrs()
4045 !strcmp(fromattr->name, "job-printer-uri")) in copy_attrs()
4049 (cupsArrayFind(exclude, fromattr->name) || in copy_attrs()
[all …]