Home
last modified time | relevance | path

Searched refs:xmlNodeSet (Results 1 – 6 of 6) sorted by relevance

/third_party/libxml2/os400/
Drpgsupport.c219 __xmlXPathNodeSetGetLength(const xmlNodeSet * ns) in __xmlXPathNodeSetGetLength()
227 __xmlXPathNodeSetItem(const xmlNodeSet * ns, int index) in __xmlXPathNodeSetItem()
235 __xmlXPathNodeSetIsEmpty(const xmlNodeSet * ns) in __xmlXPathNodeSetIsEmpty()
/third_party/libxml2/include/libxml/
Dxpath.h81 typedef struct _xmlNodeSet xmlNodeSet; typedef
82 typedef xmlNodeSet *xmlNodeSetPtr;
/third_party/libxml2/os400/libxmlrpg/
Dxpath.rpgle97 d xmlNodeSet ds based(xmlNodeSetPtr)
/third_party/libxml2/doc/html/
Dindex.sgml104 <ANCHOR id="xmlNodeSet" href="libxml/libxml-xpath.html#xmlNodeSet">
/third_party/libxml2/python/
Dlibxml.c3512 nodeSet = (xmlNodeSetPtr) xmlMalloc(sizeof(xmlNodeSet)); in PyxmlNodeSet_Convert()
/third_party/libxml2/
Dxpath.c3572 ret = (xmlNodeSetPtr) xmlMalloc(sizeof(xmlNodeSet)); in xmlXPathNodeSetCreate()
3577 memset(ret, 0 , (size_t) sizeof(xmlNodeSet)); in xmlXPathNodeSetCreate()