Home | History | Annotate | Download | only in src

Lines Matching defs:tagstack

147     XltUtilStackPtr_t tagstack;    /* stack of open start tags */
279 if ((rc = xltUtilCreateStack(&pScanner->tagstack, 10)) != SML_ERR_OK) {
320 if (pScannerPriv->tagstack != NULL)
321 pScannerPriv->tagstack->destroy(pScannerPriv->tagstack);
387 pTagStack = pScannerPriv->tagstack;
752 /* we have to look at the top of the tagstack to see which
758 rc = pScanner->tagstack->pop(pScanner->tagstack, &tagid);
830 /* push tag onto tagstack unless this tag is empty */
832 if ((rc = pScanner->tagstack->push(pScanner->tagstack, tagid)) != SML_ERR_OK)
1105 if (xltUtilCreateStack(&pSubDecoder->tagstack, 10) != SML_ERR_OK) {
1220 if ((rc = xltUtilCreateStack(&pScanner->tagstack, 10)) != SML_ERR_OK) {