Home
last modified time | relevance | path

Searched defs:_ipp_s (Results 1 – 1 of 1) sorted by relevance

/external/libcups/cups/
Dipp.h819 struct _ipp_s /**** IPP Request/Response/Notification ****/ struct
821 ipp_state_t state; /* State of request */
822 _ipp_request_t request; /* Request header */
823 ipp_attribute_t *attrs; /* Attributes */
824 ipp_attribute_t *last; /* Last attribute in list */
825 ipp_attribute_t *current; /* Current attribute (for read/write) */
826 ipp_tag_t curtag; /* Current attribute group tag */
829 ipp_attribute_t *prev; /* Previous attribute (for read) @since CUPS 1.2/macOS 10.5@ */
832 int use; /* Use count @since CUPS 1.4.4/macOS 10.6.?@ */
834 int atend, /* At end of list? */
[all …]