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

  /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/webkit/Source/WebCore/xml/
XSLTUnicodeSort.cpp 97 comp = static_cast<xsltStylePreComp*>(sorts[0]->psvi);
106 comp = static_cast<xsltStylePreComp*>(sorts[j]->psvi);
157 comp = static_cast<xsltStylePreComp*>(sorts[0]->psvi);
214 comp = static_cast<xsltStylePreComp*>(sorts[depth]->psvi);
301 comp = static_cast<xsltStylePreComp*>(sorts[j]->psvi);
  /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/libxml2/
relaxng.c     [all...]
tree.c     [all...]

Completed in 646 milliseconds