Home | History | Annotate | Download | only in src

Lines Matching refs:booleanObjs

824     xmlPointerListPtr booleanObjs;  /* contains xmlXPathObjectPtr */
1719 if (cache->booleanObjs)
1720 leftObjs -= cache->booleanObjs->number;
1846 if (cache->booleanObjs)
1847 xmlXPathCacheFreeObjectList(cache->booleanObjs);
2182 if ((cache->booleanObjs != NULL) &&
2183 (cache->booleanObjs->number != 0))
2188 cache->booleanObjs->items[--cache->booleanObjs->number];
5454 if (XP_CACHE_WANTS(cache->booleanObjs, cache->maxBoolean)) {
5455 XP_CACHE_ADD(cache->booleanObjs, obj);