Searched refs:booleanObjs (Results 1 – 1 of 1) sorted by relevance
824 xmlPointerListPtr booleanObjs; /* contains xmlXPathObjectPtr */ member1719 if (cache->booleanObjs) in xmlXPathDebugObjUsageDisplay()1720 leftObjs -= cache->booleanObjs->number; in xmlXPathDebugObjUsageDisplay()1846 if (cache->booleanObjs) in xmlXPathFreeCache()1847 xmlXPathCacheFreeObjectList(cache->booleanObjs); in xmlXPathFreeCache()2182 if ((cache->booleanObjs != NULL) && in xmlXPathCacheNewBoolean()2183 (cache->booleanObjs->number != 0)) in xmlXPathCacheNewBoolean()2188 cache->booleanObjs->items[--cache->booleanObjs->number]; in xmlXPathCacheNewBoolean()5435 if (XP_CACHE_WANTS(cache->booleanObjs, cache->maxBoolean)) { in xmlXPathReleaseObject()5436 XP_CACHE_ADD(cache->booleanObjs, obj); in xmlXPathReleaseObject()