Home
last modified time | relevance | path

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

/external/libxml2/
Dxpath.c1187 xmlPointerListPtr booleanObjs; /* contains xmlXPathObjectPtr */ member
2090 if (cache->booleanObjs) in xmlXPathDebugObjUsageDisplay()
2091 leftObjs -= cache->booleanObjs->number; in xmlXPathDebugObjUsageDisplay()
2217 if (cache->booleanObjs) in xmlXPathFreeCache()
2218 xmlXPathCacheFreeObjectList(cache->booleanObjs); in xmlXPathFreeCache()
2558 if ((cache->booleanObjs != NULL) && in xmlXPathCacheNewBoolean()
2559 (cache->booleanObjs->number != 0)) in xmlXPathCacheNewBoolean()
2564 cache->booleanObjs->items[--cache->booleanObjs->number]; in xmlXPathCacheNewBoolean()
5589 if (XP_CACHE_WANTS(cache->booleanObjs, cache->maxBoolean)) { in xmlXPathReleaseObject()
5590 XP_CACHE_ADD(cache->booleanObjs, obj); in xmlXPathReleaseObject()