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