Searched defs:_ipp_attribute_s (Results 1 – 1 of 1) sorted by relevance
808 struct _ipp_attribute_s /**** Attribute ****/ struct810 ipp_attribute_t *next; /* Next attribute in list */811 ipp_tag_t group_tag, /* Job/Printer/Operation group tag */812 value_tag; /* What type of value is it? */813 char *name; /* Name of attribute */814 int num_values; /* Number of values */815 _ipp_value_t values[1]; /* Values */