Home | History | Annotate | Download | only in src

Lines Matching defs:tagstack

149     XltUtilStackPtr_t tagstack;    /* stack of open start tags */
281 if ((rc = xltUtilCreateStack(&pScanner->tagstack, 10)) != SML_ERR_OK) {
322 if (pScannerPriv->tagstack != NULL)
323 pScannerPriv->tagstack->destroy(pScannerPriv->tagstack);
389 pTagStack = pScannerPriv->tagstack;
756 /* we have to look at the top of the tagstack to see which
762 rc = pScanner->tagstack->pop(pScanner->tagstack, &tagid);
834 /* push tag onto tagstack unless this tag is empty */
836 if ((rc = pScanner->tagstack->push(pScanner->tagstack, tagid)) != SML_ERR_OK)
1115 if (xltUtilCreateStack(&pSubDecoder->tagstack, 10) != SML_ERR_OK) {
1253 if ((rc = xltUtilCreateStack(&pScanner->tagstack, 10)) != SML_ERR_OK) {