Searched refs:xmlXPathCacheFreeObjectList (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dxpath.c1810 xmlXPathCacheFreeObjectList(xmlPointerListPtr list) function
1843 xmlXPathCacheFreeObjectList(cache->nodesetObjs);
1845 xmlXPathCacheFreeObjectList(cache->stringObjs);
1847 xmlXPathCacheFreeObjectList(cache->booleanObjs);
1849 xmlXPathCacheFreeObjectList(cache->numberObjs);
1851 xmlXPathCacheFreeObjectList(cache->miscObjs);
/external/libxml2/
H A Dxpath.c1891 xmlXPathCacheFreeObjectList(xmlPointerListPtr list) function
1924 xmlXPathCacheFreeObjectList(cache->nodesetObjs);
1926 xmlXPathCacheFreeObjectList(cache->stringObjs);
1928 xmlXPathCacheFreeObjectList(cache->booleanObjs);
1930 xmlXPathCacheFreeObjectList(cache->numberObjs);
1932 xmlXPathCacheFreeObjectList(cache->miscObjs);

Completed in 1729 milliseconds