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
2088 if (cache->booleanObjs) in xmlXPathDebugObjUsageDisplay()
2089 leftObjs -= cache->booleanObjs->number; in xmlXPathDebugObjUsageDisplay()
2215 if (cache->booleanObjs) in xmlXPathFreeCache()
2216 xmlXPathCacheFreeObjectList(cache->booleanObjs); in xmlXPathFreeCache()
2556 if ((cache->booleanObjs != NULL) && in xmlXPathCacheNewBoolean()
2557 (cache->booleanObjs->number != 0)) in xmlXPathCacheNewBoolean()
2562 cache->booleanObjs->items[--cache->booleanObjs->number]; in xmlXPathCacheNewBoolean()
5587 if (XP_CACHE_WANTS(cache->booleanObjs, cache->maxBoolean)) { in xmlXPathReleaseObject()
5588 XP_CACHE_ADD(cache->booleanObjs, obj); in xmlXPathReleaseObject()