Home
last modified time | relevance | path

Searched refs:psvi (Results 1 – 15 of 15) sorted by relevance

/external/libxslt/libxslt/
Dpreproc.c683 inst->psvi = comp; in xsltSortComp()
790 inst->psvi = comp; in xsltCopyComp()
834 inst->psvi = comp; in xsltTextComp()
888 inst->psvi = comp; in xsltElementComp()
1006 inst->psvi = comp; in xsltAttributeComp()
1125 inst->psvi = comp; in xsltCommentComp()
1155 inst->psvi = comp; in xsltProcessingInstructionComp()
1189 inst->psvi = comp; in xsltCopyOfComp()
1236 inst->psvi = comp; in xsltValueOfComp()
1361 inst->psvi = comp; in xsltWithParamComp()
[all …]
Dtemplates.c478 if (attr->psvi == xsltXSLTAttrMarker) in xsltAttrTemplateProcess()
547 if (attr->psvi != NULL) { in xsltAttrTemplateProcess()
552 val = xsltEvalAVT(ctxt, attr->psvi, attr->parent); in xsltAttrTemplateProcess()
647 if (attr->psvi == xsltXSLTAttrMarker) { in xsltAttrListTemplateProcess()
732 if (attr->psvi != NULL) { in xsltAttrListTemplateProcess()
736 valueAVT = xsltEvalAVT(ctxt, attr->psvi, attr->parent); in xsltAttrListTemplateProcess()
783 if ((attr->psvi == xsltXSLTAttrMarker) && in xsltAttrListTemplateProcess()
Dattrvt.c197 if (attr->psvi != NULL) { in xsltCompileAttr()
210 attr->psvi = avt; in xsltCompileAttr()
329 if (attr->psvi != avt) { /* may have changed from realloc */ in xsltCompileAttr()
330 attr->psvi = avt; in xsltCompileAttr()
Dxslt.c891 cur->psvi = NULL; in xsltCleanupStylesheetTree()
2769 attr->psvi = (void *) xsltXSLTAttrMarker; in xsltParseExclResultPrefixes()
2851 attr->psvi = (void *) xsltXSLTAttrMarker; in xsltParseExtElemPrefixes()
2936 attr->psvi = (void *) xsltXSLTAttrMarker; in xsltParseAttrXSLTVersion()
2976 attr->psvi = (void *) xsltXSLTAttrMarker; in xsltParseAttrXSLTVersion()
3052 cur->psvi = NULL; in xsltParsePreprocessStylesheetTree()
3113 cur->psvi = (void *) xsltXSLTTextMarker; in xsltParsePreprocessStylesheetTree()
3842 elem->psvi = NULL; in xsltParseAnyXSLTElem()
3935 if ((elem->psvi != NULL) && (cctxt->ivar != NULL)) { in xsltParseAnyXSLTElem()
3940 ((xsltStyleItemParamPtr) elem->psvi)->name) && in xsltParseAnyXSLTElem()
[all …]
Dvariables.c223 cur->psvi = NULL; in xsltExtensionInstructionResultFinalize()
301 doc->psvi = (void *) ((long) 1); in xsltExtensionInstructionResultRegister()
355 RVT->psvi = 0; in xsltReleaseRVT()
552 (cur->psvi == (void *) ((long) 1))) in xsltFreeStackElem()
1933 comp = (xsltStyleBasicItemVariablePtr) inst->psvi; in xsltParseStylesheetCallerParam()
1935 comp = (xsltStylePreCompPtr) inst->psvi; in xsltParseStylesheetCallerParam()
1996 comp = (xsltStyleItemVariablePtr) cur->psvi; in xsltParseGlobalVariable()
1999 comp = (xsltStylePreCompPtr) cur->psvi; in xsltParseGlobalVariable()
2058 comp = (xsltStyleItemParamPtr) cur->psvi; in xsltParseGlobalParam()
2061 comp = (xsltStylePreCompPtr) cur->psvi; in xsltParseGlobalParam()
[all …]
Dimports.c234 if (IS_XSLT_ELEM_FAST(cur) && (cur->psvi != NULL)) { in xsltParseStylesheetInclude()
235 ((xsltStyleItemIncludePtr) cur->psvi)->include = include; in xsltParseStylesheetInclude()
Dpattern.c2318 if (node->psvi != NULL) keyed = 1; in xsltGetTemplate()
2325 if (attr->psvi != NULL) keyed = 1; in xsltGetTemplate()
2330 if (node->psvi != NULL) keyed = 1; in xsltGetTemplate()
2338 if (doc->psvi != NULL) keyed = 1; in xsltGetTemplate()
2344 if (node->psvi != NULL) keyed = 1; in xsltGetTemplate()
2348 if (node->psvi != NULL) keyed = 1; in xsltGetTemplate()
2436 if (node->psvi != NULL) keyed = 1; in xsltGetTemplate()
2439 if (((xmlAttrPtr) node)->psvi != NULL) keyed = 1; in xsltGetTemplate()
2445 if (node->psvi != NULL) keyed = 1; in xsltGetTemplate()
2449 if (((xmlDocPtr) node)->psvi != NULL) keyed = 1; in xsltGetTemplate()
Dkeys.c816 cur->psvi = keyDef; in xsltInitCtxtKey()
819 ((xmlAttrPtr) cur)->psvi = keyDef; in xsltInitCtxtKey()
823 ((xmlDocPtr) cur)->psvi = keyDef; in xsltInitCtxtKey()
Dxsltutils.c972 comp = sort->psvi; in xsltComputeSortResult()
1106 comp = sorts[0]->psvi; in xsltDefaultSortFunction()
1115 comp = sorts[j]->psvi; in xsltDefaultSortFunction()
1166 comp = sorts[0]->psvi; in xsltDefaultSortFunction()
1220 comp = sorts[depth]->psvi; in xsltDefaultSortFunction()
1311 comp = sorts[j]->psvi; in xsltDefaultSortFunction()
Dtransform.c2143 if (cur->psvi == (void *) ((long) 1)) { in xsltReleaseLocalRVTs()
2262 info = (xsltStylePreCompPtr) cur->psvi; in xsltApplySequenceConstructor()
2477 if (cur->psvi == xsltExtMarker) { in xsltApplySequenceConstructor()
2489 func = ((xsltElemPreCompPtr) cur->psvi)->func; in xsltApplySequenceConstructor()
2526 func(ctxt, contextNode, cur, cur->psvi); in xsltApplySequenceConstructor()
2568 xsltStylePreCompPtr info = (xsltStylePreCompPtr) cur->psvi; in xsltApplySequenceConstructor()
2661 (cur->ns != NULL) && (cur->psvi != NULL)) { in xsltApplySequenceConstructor()
2669 if (cur->psvi == xsltExtMarker) in xsltApplySequenceConstructor()
2673 function = ((xsltElemPreCompPtr) cur->psvi)->func; in xsltApplySequenceConstructor()
2719 function(ctxt, contextNode, cur, cur->psvi); in xsltApplySequenceConstructor()
[all …]
Dattributes.c1116 attrs->attr->psvi, 1); in xsltApplyAttributeSet()
/external/webkit/Source/WebCore/xml/
DXSLTUnicodeSort.cpp97 comp = static_cast<xsltStylePreComp*>(sorts[0]->psvi); in xsltUnicodeSortFunction()
106 comp = static_cast<xsltStylePreComp*>(sorts[j]->psvi); in xsltUnicodeSortFunction()
157 comp = static_cast<xsltStylePreComp*>(sorts[0]->psvi); in xsltUnicodeSortFunction()
214 comp = static_cast<xsltStylePreComp*>(sorts[depth]->psvi); in xsltUnicodeSortFunction()
301 comp = static_cast<xsltStylePreComp*>(sorts[j]->psvi); in xsltUnicodeSortFunction()
/external/libxml2/include/libxml/
Dtree.h407 void *psvi; /* for type/PSVI informations */ member
466 void *psvi; /* for type/PSVI informations */ member
542 void *psvi; /* for type/PSVI informations */ member
/external/libxml2/
Drelaxng.c1551 xmlRelaxNGDocumentPtr inc = tmp->psvi; in xmlRelaxNGRemoveRedefine()
4512 incl = node->psvi; in xmlRelaxNGParseInclude()
4636 docu = node->psvi; in xmlRelaxNGProcessExternalRef()
6987 cur->psvi = docu; in xmlRelaxNGCleanupTree()
7041 cur->psvi = incl; in xmlRelaxNGCleanupTree()
9715 if (node->psvi == define) { in xmlRelaxNGValidateState()
9897 node->psvi = define; in xmlRelaxNGValidateState()
Dtree.c8962 cur->psvi = NULL; in xmlDOMWrapAdoptBranch()
8985 ((xmlAttrPtr) cur)->psvi = NULL; in xmlDOMWrapAdoptBranch()
9701 attr->psvi = NULL; in xmlDOMWrapAdoptAttr()