Searched refs:tStk (Results 1 - 3 of 3) sorted by relevance

/external/expat/lib/
H A Dxmlparse.c1121 TAG *tStk; local
1130 tStk = parser->m_tagStack;
1131 while (tStk) {
1132 TAG *tag = tStk;
1133 tStk = tStk->parent;
/external/python/cpython2/Modules/expat/
H A Dxmlparse.c927 TAG *tStk; local
932 tStk = tagStack;
933 while (tStk) {
934 TAG *tag = tStk;
935 tStk = tStk->parent;
/external/python/cpython3/Modules/expat/
H A Dxmlparse.c927 TAG *tStk; local
932 tStk = tagStack;
933 while (tStk) {
934 TAG *tag = tStk;
935 tStk = tStk->parent;

Completed in 121 milliseconds