Searched refs:XP_CACHE_ADD (Results 1 - 2 of 2) sorted by relevance
/external/chromium_org/third_party/libxml/src/ |
H A D | xpath.c | 5405 #define XP_CACHE_ADD(sl, o) if (sl == NULL) { \ macro 5436 XP_CACHE_ADD(cache->nodesetObjs, obj); 5449 XP_CACHE_ADD(cache->stringObjs, obj); 5455 XP_CACHE_ADD(cache->booleanObjs, obj); 5461 XP_CACHE_ADD(cache->numberObjs, obj); 5480 XP_CACHE_ADD(cache->miscObjs, obj);
|
/external/libxml2/ |
H A D | xpath.c | 5519 #define XP_CACHE_ADD(sl, o) if (sl == NULL) { \ macro 5550 XP_CACHE_ADD(cache->nodesetObjs, obj); 5563 XP_CACHE_ADD(cache->stringObjs, obj); 5569 XP_CACHE_ADD(cache->booleanObjs, obj); 5575 XP_CACHE_ADD(cache->numberObjs, obj); 5594 XP_CACHE_ADD(cache->miscObjs, obj);
|
Completed in 61 milliseconds