/external/chromium_org/third_party/libxml/src/include/libxml/ |
D | xpathInternals.h | 109 XMLPUBFUN xmlNodeSetPtr XMLCALL 373 xmlXPathNodeSetContains (xmlNodeSetPtr cur, 375 XMLPUBFUN xmlNodeSetPtr XMLCALL 376 xmlXPathDifference (xmlNodeSetPtr nodes1, 377 xmlNodeSetPtr nodes2); 378 XMLPUBFUN xmlNodeSetPtr XMLCALL 379 xmlXPathIntersection (xmlNodeSetPtr nodes1, 380 xmlNodeSetPtr nodes2); 382 XMLPUBFUN xmlNodeSetPtr XMLCALL 383 xmlXPathDistinctSorted (xmlNodeSetPtr nodes); [all …]
|
D | c14n.h | 69 xmlNodeSetPtr nodes, 77 xmlNodeSetPtr nodes, 85 xmlNodeSetPtr nodes,
|
D | xpath.h | 78 typedef xmlNodeSet *xmlNodeSetPtr; typedef 114 xmlNodeSetPtr nodesetval; 438 XMLPUBFUN xmlNodeSetPtr XMLCALL 443 xmlXPathFreeNodeSet (xmlNodeSetPtr obj); 457 xmlXPathCastNodeSetToBoolean(xmlNodeSetPtr ns); 468 xmlXPathCastNodeSetToNumber (xmlNodeSetPtr ns); 479 xmlXPathCastNodeSetToString (xmlNodeSetPtr ns);
|
D | xpointer.h | 74 xmlXPtrNewLocationSetNodeSet(xmlNodeSetPtr set);
|
/external/libxml2/include/libxml/ |
D | xpathInternals.h | 109 XMLPUBFUN xmlNodeSetPtr XMLCALL 375 xmlXPathNodeSetContains (xmlNodeSetPtr cur, 377 XMLPUBFUN xmlNodeSetPtr XMLCALL 378 xmlXPathDifference (xmlNodeSetPtr nodes1, 379 xmlNodeSetPtr nodes2); 380 XMLPUBFUN xmlNodeSetPtr XMLCALL 381 xmlXPathIntersection (xmlNodeSetPtr nodes1, 382 xmlNodeSetPtr nodes2); 384 XMLPUBFUN xmlNodeSetPtr XMLCALL 385 xmlXPathDistinctSorted (xmlNodeSetPtr nodes); [all …]
|
D | c14n.h | 69 xmlNodeSetPtr nodes, 77 xmlNodeSetPtr nodes, 85 xmlNodeSetPtr nodes,
|
D | xpath.h | 80 typedef xmlNodeSet *xmlNodeSetPtr; typedef 116 xmlNodeSetPtr nodesetval; 442 XMLPUBFUN xmlNodeSetPtr XMLCALL 447 xmlXPathFreeNodeSet (xmlNodeSetPtr obj); 461 xmlXPathCastNodeSetToBoolean(xmlNodeSetPtr ns); 472 xmlXPathCastNodeSetToNumber (xmlNodeSetPtr ns); 483 xmlXPathCastNodeSetToString (xmlNodeSetPtr ns);
|
D | xpointer.h | 74 xmlXPtrNewLocationSetNodeSet(xmlNodeSetPtr set);
|
/external/chromium_org/third_party/libxslt/libexslt/ |
D | sets.c | 29 xmlNodeSetPtr arg1, arg2, ret; in exsltSetsDifferenceFunction() 66 xmlNodeSetPtr arg1, arg2, ret; in exsltSetsIntersectionFunction() 103 xmlNodeSetPtr ns, ret; in exsltSetsDistinctFunction() 144 xmlNodeSetPtr arg1, arg2; in exsltSetsHasSameNodesFunction() 181 xmlNodeSetPtr arg1, arg2, ret; in exsltSetsLeadingFunction() 228 xmlNodeSetPtr arg1, arg2, ret; in exsltSetsTrailingFunction()
|
D | math.c | 41 exsltMathMin (xmlNodeSetPtr ns) { in exsltMathMin() 69 xmlNodeSetPtr ns; in exsltMathMinFunction() 110 exsltMathMax (xmlNodeSetPtr ns) { in exsltMathMax() 138 xmlNodeSetPtr ns; in exsltMathMaxFunction() 176 static xmlNodeSetPtr 177 exsltMathHighest (xmlNodeSetPtr ns) { in exsltMathHighest() 178 xmlNodeSetPtr ret = xmlXPathNodeSetCreate(NULL); in exsltMathHighest() 219 xmlNodeSetPtr ns, ret; in exsltMathHighestFunction() 256 static xmlNodeSetPtr 257 exsltMathLowest (xmlNodeSetPtr ns) { in exsltMathLowest() [all …]
|
D | saxon.c | 209 xmlNodeSetPtr nodelist; in exsltSaxonLineNumberFunction()
|
D | dynamic.c | 100 xmlNodeSetPtr nodeset = NULL; in exsltDynMapFunction()
|
D | strings.c | 551 xmlNodeSetPtr replaceSet = NULL, searchSet = NULL; in exsltStrReplaceFunction()
|
/external/chromium_org/third_party/libxml/src/ |
D | xpath.c | 595 xmlXPathFreeValueTree(xmlNodeSetPtr obj); 921 xmlXPathDebugDumpNodeSet(FILE *output, xmlNodeSetPtr cur, int depth) { in xmlXPathDebugDumpNodeSet() 947 xmlXPathDebugDumpValueTree(FILE *output, xmlNodeSetPtr cur, int depth) { in xmlXPathDebugDumpValueTree() 1921 xmlXPathCacheWrapNodeSet(xmlXPathContextPtr ctxt, xmlNodeSetPtr val) in xmlXPathCacheWrapNodeSet() 2545 xmlNodeSetPtr 2548 xmlNodeSetPtr ret; in xmlXPathPopNodeSet() 3278 xmlXPathNodeSetSort(xmlNodeSetPtr set) { in xmlXPathNodeSetSort() 3379 xmlNodeSetPtr 3381 xmlNodeSetPtr ret; in xmlXPathNodeSetCreate() 3383 ret = (xmlNodeSetPtr) xmlMalloc(sizeof(xmlNodeSet)); in xmlXPathNodeSetCreate() [all …]
|
D | c14n.c | 90 static int xmlC14NIsNodeInNodeset (xmlNodeSetPtr nodes, 253 xmlC14NIsNodeInNodeset(xmlNodeSetPtr nodes, xmlNodePtr node, xmlNodePtr parent) { in xmlC14NIsNodeInNodeset() 1967 xmlC14NDocSaveTo(xmlDocPtr doc, xmlNodeSetPtr nodes, in xmlC14NDocSaveTo() 2002 xmlC14NDocDumpMemory(xmlDocPtr doc, xmlNodeSetPtr nodes, in xmlC14NDocDumpMemory() 2073 xmlC14NDocSave(xmlDocPtr doc, xmlNodeSetPtr nodes, in xmlC14NDocSave()
|
D | xpointer.c | 820 xmlXPtrNewLocationSetNodeSet(xmlNodeSetPtr set) { in xmlXPtrNewLocationSetNodeSet() 924 xmlNodeSetPtr oldset; in xmlXPtrGetChildNo() 1171 xmlNodeSetPtr loc = ctxt->value->nodesetval; in xmlXPtrEvalFullXPtr() 1398 xmlNodeSetPtr set; in xmlXPtrEval() 1612 xmlNodeSetPtr set = obj->nodesetval; in xmlXPtrBuildNodeList() 2229 xmlNodeSetPtr oldset; in xmlXPtrRangeToFunction()
|
/external/libxml2/ |
D | xpath.c | 673 xmlXPathFreeValueTree(xmlNodeSetPtr obj); 1002 xmlXPathDebugDumpNodeSet(FILE *output, xmlNodeSetPtr cur, int depth) { in xmlXPathDebugDumpNodeSet() 1028 xmlXPathDebugDumpValueTree(FILE *output, xmlNodeSetPtr cur, int depth) { in xmlXPathDebugDumpValueTree() 2002 xmlXPathCacheWrapNodeSet(xmlXPathContextPtr ctxt, xmlNodeSetPtr val) in xmlXPathCacheWrapNodeSet() 2679 xmlNodeSetPtr 2682 xmlNodeSetPtr ret; in xmlXPathPopNodeSet() 3412 xmlXPathNodeSetSort(xmlNodeSetPtr set) { in xmlXPathNodeSetSort() 3522 xmlNodeSetPtr 3524 xmlNodeSetPtr ret; in xmlXPathNodeSetCreate() 3526 ret = (xmlNodeSetPtr) xmlMalloc(sizeof(xmlNodeSet)); in xmlXPathNodeSetCreate() [all …]
|
D | c14n.c | 92 static int xmlC14NIsNodeInNodeset (xmlNodeSetPtr nodes, 255 xmlC14NIsNodeInNodeset(xmlNodeSetPtr nodes, xmlNodePtr node, xmlNodePtr parent) { in xmlC14NIsNodeInNodeset() 1969 xmlC14NDocSaveTo(xmlDocPtr doc, xmlNodeSetPtr nodes, in xmlC14NDocSaveTo() 2004 xmlC14NDocDumpMemory(xmlDocPtr doc, xmlNodeSetPtr nodes, in xmlC14NDocDumpMemory() 2075 xmlC14NDocSave(xmlDocPtr doc, xmlNodeSetPtr nodes, in xmlC14NDocSave()
|
D | xpointer.c | 820 xmlXPtrNewLocationSetNodeSet(xmlNodeSetPtr set) { in xmlXPtrNewLocationSetNodeSet() 924 xmlNodeSetPtr oldset; in xmlXPtrGetChildNo() 1171 xmlNodeSetPtr loc = ctxt->value->nodesetval; in xmlXPtrEvalFullXPtr() 1399 xmlNodeSetPtr set; in xmlXPtrEval() 1615 xmlNodeSetPtr set = obj->nodesetval; in xmlXPtrBuildNodeList() 2232 xmlNodeSetPtr oldset; in xmlXPtrRangeToFunction()
|
/external/chromium_org/third_party/libxslt/libxslt/ |
D | keys.h | 35 XSLTPUBFUN xmlNodeSetPtr XSLTCALL
|
D | keys.c | 410 xmlNodeSetPtr 413 xmlNodeSetPtr ret; in xsltGetKey() 445 ret = (xmlNodeSetPtr)xmlHashLookup(table->keys, value); in xsltGetKey() 602 xmlNodeSetPtr matchList = NULL, keylist; in xsltInitCtxtKey()
|
D | xsltutils.h | 178 xsltDocumentSortFunction (xmlNodeSetPtr list);
|
D | functions.c | 402 xmlNodeSetPtr nodelist = NULL; in xsltKeyFunction() 665 xmlNodeSetPtr nodelist; in xsltGenerateIdFunction()
|
D | xsltutils.c | 921 xsltDocumentSortFunction(xmlNodeSetPtr list) { in xsltDocumentSortFunction() 962 xmlNodeSetPtr list = NULL; in xsltComputeSortResult() 1091 xmlNodeSetPtr list = NULL; in xsltDefaultSortFunction()
|
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
D | XSLTUnicodeSort.cpp | 55 xmlNodeSetPtr list = 0; in xsltUnicodeSortFunction()
|