Home | History | Annotate | Download | only in libxml2

Lines Matching refs:tst

6090     xmlNsPtr tst;
6098 tst = node->nsDef;
6099 while (tst != NULL) {
6100 if ((tst->prefix == NULL)
6103 if ((tst->prefix != NULL)
6105 && (xmlStrEqual(tst->prefix, prefix)))
6107 tst = tst->next;