Searched refs:booleanObjs (Results 1 – 1 of 1) sorted by relevance
1223 xmlPointerListPtr booleanObjs; /* contains xmlXPathObjectPtr */ member2122 if (cache->booleanObjs) in xmlXPathDebugObjUsageDisplay()2123 leftObjs -= cache->booleanObjs->number; in xmlXPathDebugObjUsageDisplay()2249 if (cache->booleanObjs) in xmlXPathFreeCache()2250 xmlXPathCacheFreeObjectList(cache->booleanObjs); in xmlXPathFreeCache()2591 if ((cache->booleanObjs != NULL) && in xmlXPathCacheNewBoolean()2592 (cache->booleanObjs->number != 0)) in xmlXPathCacheNewBoolean()2597 cache->booleanObjs->items[--cache->booleanObjs->number]; in xmlXPathCacheNewBoolean()5558 if (XP_CACHE_WANTS(cache->booleanObjs, cache->maxBoolean)) { in xmlXPathReleaseObject()5559 XP_CACHE_ADD(cache->booleanObjs, obj); in xmlXPathReleaseObject()