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

/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxpath.c828 xmlPointerListPtr miscObjs; /* contains xmlXPathObjectPtr */ member in struct:_xmlXPathContextCache
1725 if (cache->miscObjs)
1726 leftObjs -= cache->miscObjs->number;
1852 if (cache->miscObjs)
1853 xmlXPathCacheFreeObjectList(cache->miscObjs);
1929 if ((cache->miscObjs != NULL) &&
1930 (cache->miscObjs->number != 0))
1935 cache->miscObjs->items[--cache->miscObjs->number];
1979 } else if ((cache->miscObjs !
[all...]

Completed in 41 milliseconds