Searched refs:tmpNsNr (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/libxml2-26/libxml2/include/libxml/
H A Dxpath.h340 int tmpNsNr; /* number of namespaces in scope */ member in struct:_xmlXPathContext
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Dxpath.h338 int tmpNsNr; /* number of namespaces in scope */ member in struct:_xmlXPathContext
/macosx-10.10.1/libxml2-26/libxml2/
H A Dxpath.c8393 ctxt->context->tmpNsNr = 0;
8395 while (ctxt->context->tmpNsList[ctxt->context->tmpNsNr] != NULL) {
8396 ctxt->context->tmpNsNr++;
8401 if (ctxt->context->tmpNsNr > 0) {
8402 return (xmlNodePtr)ctxt->context->tmpNsList[--ctxt->context->tmpNsNr];
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dxpath.c8255 ctxt->context->tmpNsNr = 0;
8257 while (ctxt->context->tmpNsList[ctxt->context->tmpNsNr] != NULL) {
8258 ctxt->context->tmpNsNr++;
8263 if (ctxt->context->tmpNsNr > 0) {
8264 return (xmlNodePtr)ctxt->context->tmpNsList[--ctxt->context->tmpNsNr];

Completed in 174 milliseconds