Home
last modified time | relevance | path

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

/external/libcups/cups/
Dipp.h809 struct _ipp_attribute_s /**** IPP attribute ****/ struct
811 ipp_attribute_t *next; /* Next attribute in list */
812 ipp_tag_t group_tag, /* Job/Printer/Operation group tag */
813 value_tag; /* What type of value is it? */
814 char *name; /* Name of attribute */
815 int num_values; /* Number of values */
816 _ipp_value_t values[1]; /* Values */