Home
last modified time | relevance | path

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

/aosp_15_r20/external/libcups/cups/
H A Dipp-private.h111 struct _ipp_attribute_s /**** IPP attribute ****/ struct
113 ipp_attribute_t *next; /* Next attribute in list */
114 ipp_tag_t group_tag, /* Job/Printer/Operation group tag */
115 value_tag; /* What type of value is it? */
116 char *name; /* Name of attribute */
117 int num_values; /* Number of values */
118 _ipp_value_t values[1]; /* Values */