Home | History | Annotate | Download | only in libxml2

Lines Matching defs:tst

6070     xmlNsPtr tst;
6078 tst = node->nsDef;
6079 while (tst != NULL) {
6080 if ((tst->prefix == NULL)
6083 if ((tst->prefix != NULL)
6085 && (xmlStrEqual(tst->prefix, prefix)))
6087 tst = tst->next;