Home
last modified time | relevance | path

Searched refs:tmpNsNr (Results 1 – 25 of 65) sorted by relevance

123

/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/libxml2/include/libxml/
Dxpath.h352 int tmpNsNr; /* number of namespaces in scope */ member
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/libxml2/include/libxml/
Dxpath.h352 int tmpNsNr; /* number of namespaces in scope */ member
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/libxml2/include/libxml/
Dxpath.h352 int tmpNsNr; /* number of namespaces in scope */ member
/aosp_15_r20/external/libxml2/include/libxml/
H A Dxpath.h340 int tmpNsNr; /* number of namespaces in scope */ member
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/libxml2/include/libxml/
Dxpath.h352 int tmpNsNr; /* number of namespaces in scope */ member
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/libxml2/include/libxml/
Dxpath.h340 int tmpNsNr; /* number of namespaces in scope */ member
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/libxml2/include/libxml/
Dxpath.h340 int tmpNsNr; /* number of namespaces in scope */ member
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/libxml2/include/libxml/
Dxpath.h340 int tmpNsNr; /* number of namespaces in scope */ member
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/libxml2/include/libxml/
Dxpath.h340 int tmpNsNr; /* number of namespaces in scope */ member
/aosp_15_r20/external/cronet/third_party/libxml/src/include/libxml/
H A Dxpath.h352 int tmpNsNr; /* number of namespaces in scope */ member
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/external/libxml2/include/libxml/
Dxpath.h342 int tmpNsNr; /* number of namespaces in scope */ member
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/libxml2/include/libxml/
Dxpath.h342 int tmpNsNr; /* number of namespaces in scope */ member
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/libxml2/include/libxml/
Dxpath.h342 int tmpNsNr; /* number of namespaces in scope */ member
/aosp_15_r20/prebuilts/vndk/v31/x86/include/external/libxml2/include/libxml/
Dxpath.h342 int tmpNsNr; /* number of namespaces in scope */ member
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/libxml2/include/libxml/
Dxpath.h342 int tmpNsNr; /* number of namespaces in scope */ member
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/libxml2/include/libxml/
Dxpath.h342 int tmpNsNr; /* number of namespaces in scope */ member
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/libxml2/include/libxml/
Dxpath.h342 int tmpNsNr; /* number of namespaces in scope */ member
/aosp_15_r20/prebuilts/vndk/v31/arm/include/external/libxml2/include/libxml/
Dxpath.h342 int tmpNsNr; /* number of namespaces in scope */ member
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/libxml2/include/libxml/
Dxpath.h342 int tmpNsNr; /* number of namespaces in scope */ member
/aosp_15_r20/prebuilts/vndk/v32/arm/include/external/libxml2/include/libxml/
Dxpath.h342 int tmpNsNr; /* number of namespaces in scope */ member
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/libxml2/include/libxml/
Dxpath.h342 int tmpNsNr; /* number of namespaces in scope */ member
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/libxml2/include/libxml/
Dxpath.h342 int tmpNsNr; /* number of namespaces in scope */ member
/aosp_15_r20/external/libxml2/os400/libxmlrpg/
H A Dxpath.rpgle366 d tmpNsNr like(xmlCint) # scope namespaces
/aosp_15_r20/external/libxml2/
H A Dxpath.c7037 ctxt->context->tmpNsNr = 0; in xmlXPathNextNamespace()
7044 while (ctxt->context->tmpNsList[ctxt->context->tmpNsNr] != NULL) { in xmlXPathNextNamespace()
7045 ctxt->context->tmpNsNr++; in xmlXPathNextNamespace()
7050 if (ctxt->context->tmpNsNr > 0) { in xmlXPathNextNamespace()
7051 return (xmlNodePtr)ctxt->context->tmpNsList[--ctxt->context->tmpNsNr]; in xmlXPathNextNamespace()
/aosp_15_r20/external/cronet/third_party/libxml/src/
H A Dxpath.c7336 ctxt->context->tmpNsNr = 0; in xmlXPathNextNamespace()
7343 while (ctxt->context->tmpNsList[ctxt->context->tmpNsNr] != NULL) { in xmlXPathNextNamespace()
7344 ctxt->context->tmpNsNr++; in xmlXPathNextNamespace()
7349 if (ctxt->context->tmpNsNr > 0) { in xmlXPathNextNamespace()
7350 return (xmlNodePtr)ctxt->context->tmpNsList[--ctxt->context->tmpNsNr]; in xmlXPathNextNamespace()

123