Searched refs:attrptr2 (Results 1 – 1 of 1) sorted by relevance
1027 ipp_attribute_t *attrptr2; in parse_getMediaSupported() local1031 for (attrptr2 = ippFirstAttribute(collection); in parse_getMediaSupported()1032 (attrptr2 != NULL); in parse_getMediaSupported()1033 attrptr2 = ippNextAttribute(collection)) { in parse_getMediaSupported()1034 if (strcmp("media-size", ippGetName(attrptr2)) == 0) { in parse_getMediaSupported()1035 ipp_t *collection_sec = ippGetCollection(attrptr2, 0); in parse_getMediaSupported()1057 } else if (strcmp("media-source", ippGetName(attrptr2)) == 0) { in parse_getMediaSupported()1060 ippGetString(attrptr2, 0, NULL), MAX_STRING); in parse_getMediaSupported()