Home
last modified time | relevance | path

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

/external/libxml2/
Dxpointer.c588 ret->locTab = (xmlXPathObjectPtr *) xmlMalloc(XML_RANGESET_DEFAULT * in xmlXPtrLocationSetCreate()
590 if (ret->locTab == NULL) { in xmlXPtrLocationSetCreate()
595 memset(ret->locTab, 0 , in xmlXPtrLocationSetCreate()
598 ret->locTab[ret->locNr++] = val; in xmlXPtrLocationSetCreate()
621 if (xmlXPtrRangesEqual(cur->locTab[i], val)) { in xmlXPtrLocationSetAdd()
631 cur->locTab = (xmlXPathObjectPtr *) xmlMalloc(XML_RANGESET_DEFAULT * in xmlXPtrLocationSetAdd()
633 if (cur->locTab == NULL) { in xmlXPtrLocationSetAdd()
637 memset(cur->locTab, 0 , in xmlXPtrLocationSetAdd()
644 temp = (xmlXPathObjectPtr *) xmlRealloc(cur->locTab, cur->locMax * in xmlXPtrLocationSetAdd()
650 cur->locTab = temp; in xmlXPtrLocationSetAdd()
[all …]
Dxpath.c1385 xmlXPathDebugDumpObject(output, cur->locTab[i], depth + 1); in xmlXPathDebugDumpLocationSet()
11780 xmlNodePtr contextNode = locset->locTab[i]->user; in xmlXPathLocationSetFilter()
11808 locset->locTab[j] = locset->locTab[i]; in xmlXPathLocationSetFilter()
11809 locset->locTab[i] = NULL; in xmlXPathLocationSetFilter()
11815 xmlXPathFreeObject(locset->locTab[i]); in xmlXPathLocationSetFilter()
11816 locset->locTab[i] = NULL; in xmlXPathLocationSetFilter()
11831 xmlXPathFreeObject(locset->locTab[i]); in xmlXPathLocationSetFilter()
11843 tmp = (xmlXPathObjectPtr *) xmlRealloc(locset->locTab, in xmlXPathLocationSetFilter()
11848 locset->locTab = tmp; in xmlXPathLocationSetFilter()
12927 *first = (xmlNodePtr) locset->locTab[0]->user; in xmlXPathCompOpEvalFilterFirst()
[all …]
Dxinclude.c1233 set->locTab[i]); in xmlXIncludeCopyXPointer()
1237 set->locTab[i])); in xmlXIncludeCopyXPointer()
/external/libxml2/include/libxml/
Dxpointer.h39 xmlXPathObjectPtr *locTab;/* array of locations */ member
/external/libxml2/python/
Dtypes.c567 setobj = set->locTab[i]; /*xmlXPathObjectPtr setobj*/ in libxml_xmlXPathObjectPtrWrap()
571 set->locTab[i] = NULL; in libxml_xmlXPathObjectPtrWrap()
/external/libxml2/os400/libxmlrpg/
Dxpointer.rpgle35 d locTab * xmlXPathObjectPtr *