Home
last modified time | relevance | path

Searched refs:xmlNodeSetPtr (Results 1 – 25 of 28) sorted by relevance

12

/external/cronet/stable/third_party/libxml/src/include/libxml/
DxpathInternals.h110 XMLPUBFUN xmlNodeSetPtr
376 xmlXPathNodeSetContains (xmlNodeSetPtr cur,
378 XMLPUBFUN xmlNodeSetPtr
379 xmlXPathDifference (xmlNodeSetPtr nodes1,
380 xmlNodeSetPtr nodes2);
381 XMLPUBFUN xmlNodeSetPtr
382 xmlXPathIntersection (xmlNodeSetPtr nodes1,
383 xmlNodeSetPtr nodes2);
385 XMLPUBFUN xmlNodeSetPtr
386 xmlXPathDistinctSorted (xmlNodeSetPtr nodes);
[all …]
Dxpath.h77 typedef xmlNodeSet *xmlNodeSetPtr; typedef
116 xmlNodeSetPtr nodesetval;
447 XMLPUBFUN xmlNodeSetPtr
452 xmlXPathFreeNodeSet (xmlNodeSetPtr obj);
466 xmlXPathCastNodeSetToBoolean(xmlNodeSetPtr ns);
477 xmlXPathCastNodeSetToNumber (xmlNodeSetPtr ns);
488 xmlXPathCastNodeSetToString (xmlNodeSetPtr ns);
Dc14n.h59 xmlNodeSetPtr nodes,
67 xmlNodeSetPtr nodes,
75 xmlNodeSetPtr nodes,
/external/libxml2/include/libxml/
DxpathInternals.h110 XMLPUBFUN xmlNodeSetPtr
376 xmlXPathNodeSetContains (xmlNodeSetPtr cur,
378 XMLPUBFUN xmlNodeSetPtr
379 xmlXPathDifference (xmlNodeSetPtr nodes1,
380 xmlNodeSetPtr nodes2);
381 XMLPUBFUN xmlNodeSetPtr
382 xmlXPathIntersection (xmlNodeSetPtr nodes1,
383 xmlNodeSetPtr nodes2);
385 XMLPUBFUN xmlNodeSetPtr
386 xmlXPathDistinctSorted (xmlNodeSetPtr nodes);
[all …]
Dxpath.h77 typedef xmlNodeSet *xmlNodeSetPtr; typedef
116 xmlNodeSetPtr nodesetval;
450 XMLPUBFUN xmlNodeSetPtr
455 xmlXPathFreeNodeSet (xmlNodeSetPtr obj);
469 xmlXPathCastNodeSetToBoolean(xmlNodeSetPtr ns);
480 xmlXPathCastNodeSetToNumber (xmlNodeSetPtr ns);
491 xmlXPathCastNodeSetToString (xmlNodeSetPtr ns);
Dc14n.h59 xmlNodeSetPtr nodes,
67 xmlNodeSetPtr nodes,
75 xmlNodeSetPtr nodes,
/external/cronet/tot/third_party/libxml/src/include/libxml/
DxpathInternals.h110 XMLPUBFUN xmlNodeSetPtr
376 xmlXPathNodeSetContains (xmlNodeSetPtr cur,
378 XMLPUBFUN xmlNodeSetPtr
379 xmlXPathDifference (xmlNodeSetPtr nodes1,
380 xmlNodeSetPtr nodes2);
381 XMLPUBFUN xmlNodeSetPtr
382 xmlXPathIntersection (xmlNodeSetPtr nodes1,
383 xmlNodeSetPtr nodes2);
385 XMLPUBFUN xmlNodeSetPtr
386 xmlXPathDistinctSorted (xmlNodeSetPtr nodes);
[all …]
Dxpath.h77 typedef xmlNodeSet *xmlNodeSetPtr; typedef
116 xmlNodeSetPtr nodesetval;
447 XMLPUBFUN xmlNodeSetPtr
452 xmlXPathFreeNodeSet (xmlNodeSetPtr obj);
466 xmlXPathCastNodeSetToBoolean(xmlNodeSetPtr ns);
477 xmlXPathCastNodeSetToNumber (xmlNodeSetPtr ns);
488 xmlXPathCastNodeSetToString (xmlNodeSetPtr ns);
Dc14n.h59 xmlNodeSetPtr nodes,
67 xmlNodeSetPtr nodes,
75 xmlNodeSetPtr nodes,
/external/libxml2/os400/libxmlrpg/
DxpathInternals.rpgle45 d like(xmlNodeSetPtr)
104 d cur value like(xmlNodeSetPtr)
109 d like(xmlNodeSetPtr)
110 d nodes1 value like(xmlNodeSetPtr)
111 d nodes2 value like(xmlNodeSetPtr)
115 d like(xmlNodeSetPtr)
116 d nodes1 value like(xmlNodeSetPtr)
117 d nodes2 value like(xmlNodeSetPtr)
121 d like(xmlNodeSetPtr)
122 d nodes value like(xmlNodeSetPtr)
[all …]
Dxpath.rpgle95 d xmlNodeSetPtr s * based(######typedef######)
97 d xmlNodeSet ds based(xmlNodeSetPtr)
135 d nodesetval like(xmlNodeSetPtr)
438 d like(xmlNodeSetPtr)
447 d obj value like(xmlNodeSetPtr)
478 d ns value like(xmlNodeSetPtr)
505 d ns value like(xmlNodeSetPtr)
528 d ns value like(xmlNodeSetPtr)
662 d ns value like(xmlNodeSetPtr)
667 d ns value like(xmlNodeSetPtr)
[all …]
Dc14n.rpgle67 d nodes value like(xmlNodeSetPtr)
78 d nodes value like(xmlNodeSetPtr)
88 d nodes value like(xmlNodeSetPtr)
Dxpointer.rpgle96 d set value like(xmlNodeSetPtr)
/external/libxml2/
Dxpath.c310 xmlXPathNodeSetClear(xmlNodeSetPtr set, int hasNsNodes);
1185 xmlXPathDebugDumpNodeSet(FILE *output, xmlNodeSetPtr cur, int depth) { in xmlXPathDebugDumpNodeSet()
1211 xmlXPathDebugDumpValueTree(FILE *output, xmlNodeSetPtr cur, int depth) { in xmlXPathDebugDumpValueTree()
1642 xmlXPathCacheWrapNodeSet(xmlXPathParserContextPtr pctxt, xmlNodeSetPtr val) in xmlXPathCacheWrapNodeSet()
1746 xmlNodeSetPtr set; in xmlXPathCacheNewNodeSet()
1928 xmlNodeSetPtr set; in xmlXPathCacheObjectCopy()
2172 xmlNodeSetPtr
2175 xmlNodeSetPtr ret; in xmlXPathPopNodeSet()
2617 xmlXPathNodeSetSort(xmlNodeSetPtr set) { in xmlXPathNodeSetSort()
2736 xmlNodeSetPtr
[all …]
Dxpointer.c197 xmlNodeSetPtr oldset; in xmlXPtrGetChildNo()
436 xmlNodeSetPtr loc = ctxt->value->nodesetval; in xmlXPtrEvalFullXPtr()
646 xmlNodeSetPtr set; in xmlXPtrEval()
Dc14n.c247 xmlNodeSetPtr nodes = (xmlNodeSetPtr) user_data; in xmlC14NIsNodeInNodeset()
1958 xmlC14NDocSaveTo(xmlDocPtr doc, xmlNodeSetPtr nodes, in xmlC14NDocSaveTo()
1993 xmlC14NDocDumpMemory(xmlDocPtr doc, xmlNodeSetPtr nodes, in xmlC14NDocDumpMemory()
2063 xmlC14NDocSave(xmlDocPtr doc, xmlNodeSetPtr nodes, in xmlC14NDocSave()
Dtestapi.c828 static void desret_xmlNodeSetPtr(xmlNodeSetPtr val) { in desret_xmlNodeSetPtr()
925 static xmlNodeSetPtr gen_xmlNodeSetPtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) { in gen_xmlNodeSetPtr()
928 static void des_xmlNodeSetPtr(int no ATTRIBUTE_UNUSED, xmlNodeSetPtr val ATTRIBUTE_UNUSED, int nr A… in des_xmlNodeSetPtr()
5474xmlNodeSetPtr nodes; /* the nodes set to be included in the canonized image or NULL if all documen… in test_xmlC14NDocDumpMemory()
5543xmlNodeSetPtr nodes; /* the nodes set to be included in the canonized image or NULL if all documen… in test_xmlC14NDocSave()
5619xmlNodeSetPtr nodes; /* the nodes set to be included in the canonized image or NULL if all documen… in test_xmlC14NDocSaveTo()
40477 xmlNodeSetPtr ns; /* a node-set */ in test_xmlXPathCastNodeSetToBoolean()
40511 xmlNodeSetPtr ns; /* a node-set */ in test_xmlXPathCastNodeSetToNumber()
40545 xmlNodeSetPtr ns; /* a node-set */ in test_xmlXPathCastNodeSetToString()
41475 xmlNodeSetPtr ret_val; in test_xmlXPathNodeSetCreate()
[all …]
/external/cronet/stable/third_party/libxml/src/
Dxpath.c231 xmlXPathNodeSetClear(xmlNodeSetPtr set, int hasNsNodes);
1102 xmlXPathDebugDumpNodeSet(FILE *output, xmlNodeSetPtr cur, int depth) { in xmlXPathDebugDumpNodeSet()
1128 xmlXPathDebugDumpValueTree(FILE *output, xmlNodeSetPtr cur, int depth) { in xmlXPathDebugDumpValueTree()
1555 xmlXPathCacheWrapNodeSet(xmlXPathParserContextPtr pctxt, xmlNodeSetPtr val) in xmlXPathCacheWrapNodeSet()
1659 xmlNodeSetPtr set; in xmlXPathCacheNewNodeSet()
1841 xmlNodeSetPtr set; in xmlXPathCacheObjectCopy()
2084 xmlNodeSetPtr
2087 xmlNodeSetPtr ret; in xmlXPathPopNodeSet()
2528 xmlXPathNodeSetSort(xmlNodeSetPtr set) { in xmlXPathNodeSetSort()
2647 xmlNodeSetPtr
[all …]
Dtestapi.c828 static void desret_xmlNodeSetPtr(xmlNodeSetPtr val) { in desret_xmlNodeSetPtr()
925 static xmlNodeSetPtr gen_xmlNodeSetPtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) { in gen_xmlNodeSetPtr()
928 static void des_xmlNodeSetPtr(int no ATTRIBUTE_UNUSED, xmlNodeSetPtr val ATTRIBUTE_UNUSED, int nr A… in des_xmlNodeSetPtr()
5432xmlNodeSetPtr nodes; /* the nodes set to be included in the canonized image or NULL if all documen… in test_xmlC14NDocDumpMemory()
5501xmlNodeSetPtr nodes; /* the nodes set to be included in the canonized image or NULL if all documen… in test_xmlC14NDocSave()
5577xmlNodeSetPtr nodes; /* the nodes set to be included in the canonized image or NULL if all documen… in test_xmlC14NDocSaveTo()
40215 xmlNodeSetPtr ns; /* a node-set */ in test_xmlXPathCastNodeSetToBoolean()
40249 xmlNodeSetPtr ns; /* a node-set */ in test_xmlXPathCastNodeSetToNumber()
40283 xmlNodeSetPtr ns; /* a node-set */ in test_xmlXPathCastNodeSetToString()
41213 xmlNodeSetPtr ret_val; in test_xmlXPathNodeSetCreate()
[all …]
/external/cronet/tot/third_party/libxml/src/
Dxpath.c231 xmlXPathNodeSetClear(xmlNodeSetPtr set, int hasNsNodes);
1102 xmlXPathDebugDumpNodeSet(FILE *output, xmlNodeSetPtr cur, int depth) { in xmlXPathDebugDumpNodeSet()
1128 xmlXPathDebugDumpValueTree(FILE *output, xmlNodeSetPtr cur, int depth) { in xmlXPathDebugDumpValueTree()
1555 xmlXPathCacheWrapNodeSet(xmlXPathParserContextPtr pctxt, xmlNodeSetPtr val) in xmlXPathCacheWrapNodeSet()
1659 xmlNodeSetPtr set; in xmlXPathCacheNewNodeSet()
1841 xmlNodeSetPtr set; in xmlXPathCacheObjectCopy()
2084 xmlNodeSetPtr
2087 xmlNodeSetPtr ret; in xmlXPathPopNodeSet()
2528 xmlXPathNodeSetSort(xmlNodeSetPtr set) { in xmlXPathNodeSetSort()
2647 xmlNodeSetPtr
[all …]
Dtestapi.c828 static void desret_xmlNodeSetPtr(xmlNodeSetPtr val) { in desret_xmlNodeSetPtr()
925 static xmlNodeSetPtr gen_xmlNodeSetPtr(int no ATTRIBUTE_UNUSED, int nr ATTRIBUTE_UNUSED) { in gen_xmlNodeSetPtr()
928 static void des_xmlNodeSetPtr(int no ATTRIBUTE_UNUSED, xmlNodeSetPtr val ATTRIBUTE_UNUSED, int nr A… in des_xmlNodeSetPtr()
5432xmlNodeSetPtr nodes; /* the nodes set to be included in the canonized image or NULL if all documen… in test_xmlC14NDocDumpMemory()
5501xmlNodeSetPtr nodes; /* the nodes set to be included in the canonized image or NULL if all documen… in test_xmlC14NDocSave()
5577xmlNodeSetPtr nodes; /* the nodes set to be included in the canonized image or NULL if all documen… in test_xmlC14NDocSaveTo()
40215 xmlNodeSetPtr ns; /* a node-set */ in test_xmlXPathCastNodeSetToBoolean()
40249 xmlNodeSetPtr ns; /* a node-set */ in test_xmlXPathCastNodeSetToNumber()
40283 xmlNodeSetPtr ns; /* a node-set */ in test_xmlXPathCastNodeSetToString()
41213 xmlNodeSetPtr ret_val; in test_xmlXPathNodeSetCreate()
[all …]
/external/libxml2/os400/
Drpgsupport.h144 XMLPUBFUN int __xmlXPathNodeSetGetLength(xmlNodeSetPtr ns);
145 XMLPUBFUN xmlNodePtr __xmlXPathNodeSetItem(xmlNodeSetPtr ns, int index);
146 XMLPUBFUN int __xmlXPathNodeSetIsEmpty(xmlNodeSetPtr ns);
/external/libxml2/example/
Dxpath2.c28 static void update_xpath_nodes(xmlNodeSetPtr nodes, const xmlChar * value);
137 update_xpath_nodes(xmlNodeSetPtr nodes, const xmlChar* value) { in update_xpath_nodes()
Dxpath1.c27 void print_xpath_nodes(xmlNodeSetPtr nodes, FILE* output);
198 print_xpath_nodes(xmlNodeSetPtr nodes, FILE* output) { in print_xpath_nodes()
/external/curl/docs/examples/
Dcrawler.c130 xmlNodeSetPtr nodeset; in follow_links()

12