Searched refs:attrptr2 (Results 1 – 1 of 1) sorted by relevance
763 ipp_attribute_t *attrptr2; in parse_getMediaSupported() local766 for (attrptr2 = ippFirstAttribute(collection); in parse_getMediaSupported()767 (attrptr2 != NULL); in parse_getMediaSupported()768 attrptr2 = ippNextAttribute(collection)) { in parse_getMediaSupported()769 if (strcmp("media-size", ippGetName(attrptr2)) == 0) { in parse_getMediaSupported()770 ipp_t *collection_sec = ippGetCollection(attrptr2, 0); in parse_getMediaSupported()786 } else if (strcmp("media-source", ippGetName(attrptr2)) == 0) { in parse_getMediaSupported()789 ippGetString(attrptr2, 0, NULL), MAX_STRING); in parse_getMediaSupported()