Searched defs:_ipp_attribute_s (Results 1 – 1 of 1) sorted by relevance
111 struct _ipp_attribute_s /**** IPP attribute ****/ struct113 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 */