Searched defs:_ipp_s (Results 1 – 1 of 1) sorted by relevance
121 struct _ipp_s /**** IPP Request/Response/Notification ****/ struct123 ipp_state_t state; /* State of request */124 _ipp_request_t request; /* Request header */125 ipp_attribute_t *attrs; /* Attributes */126 ipp_attribute_t *last; /* Last attribute in list */127 ipp_attribute_t *current; /* Current attribute (for read/write) */128 ipp_tag_t curtag; /* Current attribute group tag */131 ipp_attribute_t *prev; /* Previous attribute (for read) @since CUPS 1.2/macOS 10.5@ */134 int use; /* Use count @since CUPS 1.4.4/macOS 10.6.?@ */136 int atend, /* At end of list? */[all …]