Home
last modified time | relevance | path

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

/php-src/ext/spl/
H A Dspl_dllist.h26 #define SPL_DLLIST_IT_MASK 0x00000003 /* Mask to isolate flags related to iterators */ macro
H A Dspl_dllist.c638 intern->flags = (value & SPL_DLLIST_IT_MASK) | (intern->flags & SPL_DLLIST_IT_FIX); in PHP_METHOD()
1238 iterator->flags = dllist_object->flags & SPL_DLLIST_IT_MASK; in spl_dllist_get_iterator()

Completed in 8 milliseconds