Home
last modified time | relevance | path

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

/PHP-7.1/ext/spl/
H A Dspl_iterators.h99 CIT_FULL_CACHE = 0x00000100, enumerator
H A Dspl_iterators.c2644 if (intern->u.caching.flags & CIT_FULL_CACHE) { in spl_caching_it_next()
2824 if (!(intern->u.caching.flags & CIT_FULL_CACHE)) { in SPL_METHOD()
2850 if (!(intern->u.caching.flags & CIT_FULL_CACHE)) { in SPL_METHOD()
2878 if (!(intern->u.caching.flags & CIT_FULL_CACHE)) { in SPL_METHOD()
2900 if (!(intern->u.caching.flags & CIT_FULL_CACHE)) { in SPL_METHOD()
2925 if (!(intern->u.caching.flags & CIT_FULL_CACHE)) { in SPL_METHOD()
2975 if ((flags & CIT_FULL_CACHE) != 0 && (intern->u.caching.flags & CIT_FULL_CACHE) == 0) { in SPL_METHOD()
2995 if (!(intern->u.caching.flags & CIT_FULL_CACHE)) { in SPL_METHOD()
3775 REGISTER_SPL_CLASS_CONST_LONG(CachingIterator, "FULL_CACHE", CIT_FULL_CACHE); in PHP_MINIT_FUNCTION()

Completed in 21 milliseconds