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

/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxpath.c826 xmlPointerListPtr booleanObjs; /* contains xmlXPathObjectPtr */ member in struct:_xmlXPathContextCache
1721 if (cache->booleanObjs)
1722 leftObjs -= cache->booleanObjs->number;
1848 if (cache->booleanObjs)
1849 xmlXPathCacheFreeObjectList(cache->booleanObjs);
2184 if ((cache->booleanObjs != NULL) &&
2185 (cache->booleanObjs->number != 0))
2190 cache->booleanObjs->items[--cache->booleanObjs->number];
5184 if (XP_CACHE_WANTS(cache->booleanObjs, cach
[all...]

Completed in 44 milliseconds