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

1 2

  /external/chromium_org/third_party/libxslt/libxslt/
preproc.c 683 inst->psvi = comp;
790 inst->psvi = comp;
834 inst->psvi = comp;
888 inst->psvi = comp;
1006 inst->psvi = comp;
1125 inst->psvi = comp;
1155 inst->psvi = comp;
    [all...]
templates.c 479 if (attr->psvi == xsltXSLTAttrMarker)
548 if (attr->psvi != NULL) {
553 val = xsltEvalAVT(ctxt, attr->psvi, attr->parent);
649 if (attr->psvi == xsltXSLTAttrMarker) {
734 if (attr->psvi != NULL) {
738 valueAVT = xsltEvalAVT(ctxt, attr->psvi, attr->parent);
786 if ((attr->psvi == xsltXSLTAttrMarker) &&
attrvt.c 197 if (attr->psvi != NULL) {
210 attr->psvi = avt;
329 if (attr->psvi != avt) { /* may have changed from realloc */
330 attr->psvi = avt;
xslt.c 67 * This marker is set on node->psvi during the initial traversal
879 * Clear the PSVI field to avoid problems if the
889 * Clear the PSVI field.
891 cur->psvi = NULL;
    [all...]
variables.c 223 cur->psvi = NULL;
296 * We'll use the @psvi field for reference counting.
301 doc->psvi = (void *) ((long) 1);
355 RVT->psvi = 0;
552 (cur->psvi == (void *) ((long) 1)))
    [all...]
imports.c 234 if (IS_XSLT_ELEM_FAST(cur) && (cur->psvi != NULL)) {
235 ((xsltStyleItemIncludePtr) cur->psvi)->include = include;
pattern.c     [all...]
xsltutils.c 972 comp = sort->psvi;
1106 comp = sorts[0]->psvi;
1115 comp = sorts[j]->psvi;
1166 comp = sorts[0]->psvi;
1220 comp = sorts[depth]->psvi;
    [all...]
transform.c     [all...]
attributes.c 1116 attrs->attr->psvi, 1);
  /external/libxslt/libxslt/
preproc.c 683 inst->psvi = comp;
790 inst->psvi = comp;
834 inst->psvi = comp;
888 inst->psvi = comp;
1006 inst->psvi = comp;
1125 inst->psvi = comp;
1155 inst->psvi = comp;
    [all...]
templates.c 478 if (attr->psvi == xsltXSLTAttrMarker)
547 if (attr->psvi != NULL) {
552 val = xsltEvalAVT(ctxt, attr->psvi, attr->parent);
647 if (attr->psvi == xsltXSLTAttrMarker) {
732 if (attr->psvi != NULL) {
736 valueAVT = xsltEvalAVT(ctxt, attr->psvi, attr->parent);
783 if ((attr->psvi == xsltXSLTAttrMarker) &&
attrvt.c 197 if (attr->psvi != NULL) {
210 attr->psvi = avt;
329 if (attr->psvi != avt) { /* may have changed from realloc */
330 attr->psvi = avt;
xslt.c 67 * This marker is set on node->psvi during the initial traversal
879 * Clear the PSVI field to avoid problems if the
889 * Clear the PSVI field.
891 cur->psvi = NULL;
    [all...]
variables.c 223 cur->psvi = NULL;
296 * We'll use the @psvi field for reference counting.
301 doc->psvi = (void *) ((long) 1);
355 RVT->psvi = 0;
552 (cur->psvi == (void *) ((long) 1)))
    [all...]
imports.c 234 if (IS_XSLT_ELEM_FAST(cur) && (cur->psvi != NULL)) {
235 ((xsltStyleItemIncludePtr) cur->psvi)->include = include;
pattern.c     [all...]
xsltutils.c 972 comp = sort->psvi;
1106 comp = sorts[0]->psvi;
1115 comp = sorts[j]->psvi;
1166 comp = sorts[0]->psvi;
1220 comp = sorts[depth]->psvi;
    [all...]
transform.c     [all...]
attributes.c 1116 attrs->attr->psvi, 1);
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLTUnicodeSort.cpp 64 comp = static_cast<xsltStylePreComp*>(sorts[0]->psvi);
73 comp = static_cast<xsltStylePreComp*>(sorts[j]->psvi);
124 comp = static_cast<xsltStylePreComp*>(sorts[0]->psvi);
183 comp = static_cast<xsltStylePreComp*>(sorts[depth]->psvi);
272 comp = static_cast<xsltStylePreComp*>(sorts[j]->psvi);
  /external/chromium_org/third_party/libxml/src/include/libxml/
tree.h 408 void *psvi; /* for type/PSVI informations */ member in struct:_xmlAttr
467 void *psvi; /* for type/PSVI informations */ member in struct:_xmlNode
543 void *psvi; /* for type/PSVI informations */ member in struct:_xmlDoc
    [all...]
  /external/libxml2/include/libxml/
tree.h 407 void *psvi; /* for type/PSVI informations */ member in struct:_xmlAttr
466 void *psvi; /* for type/PSVI informations */ member in struct:_xmlNode
542 void *psvi; /* for type/PSVI informations */ member in struct:_xmlDoc
    [all...]
  /external/chromium_org/third_party/libxml/src/
relaxng.c     [all...]
  /external/libxml2/
relaxng.c     [all...]

Completed in 1398 milliseconds

1 2