HomeSort by relevance Sort by last modified time
    Searched refs:nsNr (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/third_party/libxslt/libxslt/
templates.h 27 int nsNr);
51 int nsNr,
templates.c 49 * @nsNr: the number of namespaces in scope
58 xmlNsPtr *nsList, int nsNr) {
68 oldNsNr = ctxt->xpathCtxt->nsNr;
74 ctxt->xpathCtxt->nsNr = nsNr;
93 ctxt->xpathCtxt->nsNr = oldNsNr;
107 * @nsNr: the number of namespaces in the list
118 int nsNr, xmlNsPtr *nsList) {
131 oldNsNr = ctxt->xpathCtxt->nsNr;
137 ctxt->xpathCtxt->nsNr = nsNr
    [all...]
variables.c 844 oldXPNsNr = xpctxt->nsNr;
874 xpctxt->nsNr = comp->inScopeNs->xpathNumber;
877 xpctxt->nsNr = 0;
881 xpctxt->nsNr = comp->nsNr;
885 xpctxt->nsNr = 0;
911 xpctxt->nsNr = oldXPNsNr;
1095 oldXPNsNr = xpctxt->nsNr;
1107 xpctxt->nsNr = comp->inScopeNs->xpathNumber;
1110 xpctxt->nsNr = 0
    [all...]
transform.c     [all...]
attrvt.c 47 int nsNr;
217 avt->nsNr = i;
374 tmp = xsltEvalXPathStringNs(ctxt, comp, cur->nsNr, cur->nsList);
pattern.c 112 int nsNr; /* the number of namespaces in scope */
163 cur->nsNr = 0;
513 * @nsNr: the number of namespaces in scope
522 xmlNodePtr node, xmlNsPtr *nsList, int nsNr) {
554 oldNsNr = ctxt->xpathCtxt->nsNr;
559 ctxt->xpathCtxt->nsNr = nsNr;
564 ctxt->xpathCtxt->nsNr = oldNsNr;
866 comp->nsList, comp->nsNr));
1122 comp->nsNr))
    [all...]
xsltutils.c 1003 oldNsNr = ctxt->xpathCtxt->nsNr;
1014 ctxt->xpathCtxt->nsNr = comp->inScopeNs->xpathNumber;
1017 ctxt->xpathCtxt->nsNr = 0;
1021 ctxt->xpathCtxt->nsNr = comp->nsNr;
1066 ctxt->xpathCtxt->nsNr = oldNsNr;
    [all...]
xsltInternals.h 358 int nsNr; /* the number of namespaces in scope */
    [all...]
preproc.c     [all...]
  /external/libxslt/libxslt/
templates.h 27 int nsNr);
51 int nsNr,
templates.c 48 * @nsNr: the number of namespaces in scope
57 xmlNsPtr *nsList, int nsNr) {
67 oldNsNr = ctxt->xpathCtxt->nsNr;
73 ctxt->xpathCtxt->nsNr = nsNr;
92 ctxt->xpathCtxt->nsNr = oldNsNr;
106 * @nsNr: the number of namespaces in the list
117 int nsNr, xmlNsPtr *nsList) {
130 oldNsNr = ctxt->xpathCtxt->nsNr;
136 ctxt->xpathCtxt->nsNr = nsNr
    [all...]
variables.c 844 oldXPNsNr = xpctxt->nsNr;
874 xpctxt->nsNr = comp->inScopeNs->xpathNumber;
877 xpctxt->nsNr = 0;
881 xpctxt->nsNr = comp->nsNr;
885 xpctxt->nsNr = 0;
911 xpctxt->nsNr = oldXPNsNr;
1095 oldXPNsNr = xpctxt->nsNr;
1107 xpctxt->nsNr = comp->inScopeNs->xpathNumber;
1110 xpctxt->nsNr = 0
    [all...]
transform.c     [all...]
attrvt.c 47 int nsNr;
217 avt->nsNr = i;
374 tmp = xsltEvalXPathStringNs(ctxt, comp, cur->nsNr, cur->nsList);
pattern.c 112 int nsNr; /* the number of namespaces in scope */
163 cur->nsNr = 0;
513 * @nsNr: the number of namespaces in scope
522 xmlNodePtr node, xmlNsPtr *nsList, int nsNr) {
554 oldNsNr = ctxt->xpathCtxt->nsNr;
559 ctxt->xpathCtxt->nsNr = nsNr;
564 ctxt->xpathCtxt->nsNr = oldNsNr;
866 comp->nsList, comp->nsNr));
1122 comp->nsNr))
    [all...]
xsltutils.c 1003 oldNsNr = ctxt->xpathCtxt->nsNr;
1014 ctxt->xpathCtxt->nsNr = comp->inScopeNs->xpathNumber;
1017 ctxt->xpathCtxt->nsNr = 0;
1021 ctxt->xpathCtxt->nsNr = comp->nsNr;
1066 ctxt->xpathCtxt->nsNr = oldNsNr;
    [all...]
xsltInternals.h 358 int nsNr; /* the number of namespaces in scope */
    [all...]
preproc.c     [all...]
  /external/chromium_org/third_party/libxslt/libexslt/
functions.c 46 int nsNr;
636 ret->nsNr = i;
685 oldXPNsNr = ctxt->xpathCtxt->nsNr;
689 ctxt->xpathCtxt->nsNr = comp->nsNr;
694 ctxt->xpathCtxt->nsNr = oldXPNsNr;
  /external/chromium_org/third_party/libxml/src/
parser.c 12999 int nsnr = 0; local
    [all...]
  /external/libxml2/
parser.c 12991 int nsnr = 0; local
    [all...]
  /external/chromium_org/third_party/libxml/src/include/libxml/
xpath.h 308 int nsNr; /* number of namespace in scope */
parser.h 279 int nsNr; /* the number of inherited namespaces */
    [all...]
  /external/libxml2/include/libxml/
xpath.h 309 int nsNr; /* number of namespace in scope */
parser.h 279 int nsNr; /* the number of inherited namespaces */
    [all...]

Completed in 556 milliseconds

1 2