Searched refs:curtag (Results 1 – 3 of 3) 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
2287 self.curtag = None2307 self.curtag = key2310 if tag == "textarea" and self.curtag is not None:2311 self.map[self.curtag] = self.curdata2312 self.curtag = None