Home | History | Annotate | Download | only in libxml2

Lines Matching refs:tst

6051     xmlNsPtr tst;
6059 tst = node->nsDef;
6060 while (tst != NULL) {
6061 if ((tst->prefix == NULL)
6064 if ((tst->prefix != NULL)
6066 && (xmlStrEqual(tst->prefix, prefix)))
6068 tst = tst->next;