Home
last modified time | relevance | path

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

/external/libxml2/
Dxpath.c5538 #define XP_CACHE_ADD(sl, o) if (sl == NULL) { \ in xmlXPathReleaseObject() macro
5569 XP_CACHE_ADD(cache->nodesetObjs, obj); in xmlXPathReleaseObject()
5582 XP_CACHE_ADD(cache->stringObjs, obj); in xmlXPathReleaseObject()
5588 XP_CACHE_ADD(cache->booleanObjs, obj); in xmlXPathReleaseObject()
5594 XP_CACHE_ADD(cache->numberObjs, obj); in xmlXPathReleaseObject()
5613 XP_CACHE_ADD(cache->miscObjs, obj); in xmlXPathReleaseObject()