Searched refs:xmlXPathNodeSetCreate (Results 1 – 5 of 5) sorted by relevance
442 xmlXPathNodeSetCreate (xmlNodePtr val);
2054 ret->nodesetval = xmlXPathNodeSetCreate(val); in xmlXPathCacheNewNodeSet()3424 xmlXPathNodeSetCreate(xmlNodePtr val) { in xmlXPathNodeSetCreate() function3709 val1 = xmlXPathNodeSetCreate(NULL); in xmlXPathNodeSetMerge()3823 val1 = xmlXPathNodeSetCreate(NULL);3903 set1 = xmlXPathNodeSetCreate(NULL); in xmlXPathNodeSetMergeAndClear()4014 set1 = xmlXPathNodeSetCreate(NULL); in xmlXPathNodeSetMergeAndClearNoDupls()4278 ret->nodesetval = xmlXPathNodeSetCreate(val); in xmlXPathNewNodeSet()4308 ret->nodesetval = xmlXPathNodeSetCreate(val); in xmlXPathNewValueTree()4406 ret = xmlXPathNodeSetCreate(NULL); in xmlXPathDifference()4433 xmlNodeSetPtr ret = xmlXPathNodeSetCreate(NULL); in xmlXPathIntersection()[all …]
16670 #undef xmlXPathNodeSetCreate16671 extern __typeof (xmlXPathNodeSetCreate) xmlXPathNodeSetCreate __attribute((alias("xmlXPathNodeSetCr…16673 #ifndef xmlXPathNodeSetCreate16674 extern __typeof (xmlXPathNodeSetCreate) xmlXPathNodeSetCreate__internal_alias __attribute((visibili…16675 #define xmlXPathNodeSetCreate xmlXPathNodeSetCreate__internal_alias macro
800 keylist = xmlXPathNodeSetCreate(cur); in xsltInitCtxtKey()
4832 list = xmlXPathNodeSetCreate(NULL); in xsltApplyTemplates()