Home
last modified time | relevance | path

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

/external/cronet/third_party/libxml/src/
Dxpath.c1235 xmlPointerListPtr booleanObjs; /* contains xmlXPathObjectPtr */ member
2142 if (cache->booleanObjs) in xmlXPathDebugObjUsageDisplay()
2143 leftObjs -= cache->booleanObjs->number; in xmlXPathDebugObjUsageDisplay()
2269 if (cache->booleanObjs) in xmlXPathFreeCache()
2270 xmlXPathCacheFreeObjectList(cache->booleanObjs); in xmlXPathFreeCache()
2595 if ((cache->booleanObjs != NULL) && in xmlXPathCacheNewBoolean()
2596 (cache->booleanObjs->number != 0)) in xmlXPathCacheNewBoolean()
2601 cache->booleanObjs->items[--cache->booleanObjs->number]; in xmlXPathCacheNewBoolean()
5548 if (XP_CACHE_WANTS(cache->booleanObjs, cache->maxBoolean)) { in xmlXPathReleaseObject()
5549 XP_CACHE_ADD(cache->booleanObjs, obj); in xmlXPathReleaseObject()
/external/libxml2/
Dxpath.c1235 xmlPointerListPtr booleanObjs; /* contains xmlXPathObjectPtr */ member
2142 if (cache->booleanObjs) in xmlXPathDebugObjUsageDisplay()
2143 leftObjs -= cache->booleanObjs->number; in xmlXPathDebugObjUsageDisplay()
2269 if (cache->booleanObjs) in xmlXPathFreeCache()
2270 xmlXPathCacheFreeObjectList(cache->booleanObjs); in xmlXPathFreeCache()
2616 if ((cache->booleanObjs != NULL) && in xmlXPathCacheNewBoolean()
2617 (cache->booleanObjs->number != 0)) in xmlXPathCacheNewBoolean()
2622 cache->booleanObjs->items[--cache->booleanObjs->number]; in xmlXPathCacheNewBoolean()
5575 if (XP_CACHE_WANTS(cache->booleanObjs, cache->maxBoolean)) { in xmlXPathReleaseObject()
5576 XP_CACHE_ADD(cache->booleanObjs, obj); in xmlXPathReleaseObject()