Home
last modified time | relevance | path

Searched refs:curtag (Results 1 – 2 of 2) sorted by relevance

/external/libcups/cups/
Dipp-private.h128 ipp_tag_t curtag; /* Current attribute group tag */ member
Dipp.c2926 ipp->curtag = IPP_TAG_ZERO; in ippReadIO()
2993 else if (tag == IPP_TAG_ZERO || (tag == IPP_TAG_OPERATION && ipp->curtag != IPP_TAG_ZERO)) in ippReadIO()
3006 if (ipp->curtag == tag) in ippReadIO()
3011 ipp->curtag = tag; in ippReadIO()
3180 attr = ipp->current = ipp_add_attr(ipp, NULL, ipp->curtag, IPP_TAG_ZERO, 1); in ippReadIO()
3211 if ((attr = ipp->current = ipp_add_attr(ipp, (char *)buffer, ipp->curtag, tag, in ippReadIO()
5354 ipp->curtag = IPP_TAG_ZERO; in ippWriteIO()
5379 if (ipp->curtag != attr->group_tag) in ippWriteIO()
5385 ipp->curtag = attr->group_tag; in ippWriteIO()