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

/vbox/src/libs/libxml2-2.6.31/
H A Dxpath.c825 xmlPointerListPtr booleanObjs; /* contains xmlXPathObjectPtr */ member in struct:_xmlXPathContextCache
1720 if (cache->booleanObjs)
1721 leftObjs -= cache->booleanObjs->number;
1847 if (cache->booleanObjs)
1848 xmlXPathCacheFreeObjectList(cache->booleanObjs);
2183 if ((cache->booleanObjs != NULL) &&
2184 (cache->booleanObjs->number != 0))
2189 cache->booleanObjs->items[--cache->booleanObjs->number];
5479 if (XP_CACHE_WANTS(cache->booleanObjs, cach
[all...]

Completed in 175 milliseconds