Home | History | Annotate | Download | only in libxml2

Lines Matching defs:tst

5919     xmlNsPtr tst;
5927 tst = node->nsDef;
5928 while (tst != NULL) {
5929 if ((tst->prefix == NULL)
5932 if ((tst->prefix != NULL)
5934 && (xmlStrEqual(tst->prefix, prefix)))
5936 tst = tst->next;