Searched refs:curtag (Results 1 – 2 of 2) sorted by relevance
2930 ipp->curtag = IPP_TAG_ZERO; in ippReadIO()2997 else if (tag == IPP_TAG_ZERO || (tag == IPP_TAG_OPERATION && ipp->curtag != IPP_TAG_ZERO)) in ippReadIO()3010 if (ipp->curtag == tag) in ippReadIO()3015 ipp->curtag = tag; in ippReadIO()3179 attr = ipp->current = ipp_add_attr(ipp, NULL, ipp->curtag, IPP_TAG_ZERO, 1); in ippReadIO()3210 if ((attr = ipp->current = ipp_add_attr(ipp, (char *)buffer, ipp->curtag, tag, in ippReadIO()5477 ipp->curtag = IPP_TAG_ZERO; in ippWriteIO()5502 if (ipp->curtag != attr->group_tag) in ippWriteIO()5508 ipp->curtag = attr->group_tag; in ippWriteIO()
826 ipp_tag_t curtag; /* Current attribute group tag */ member