Home
last modified time | relevance | path

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

/PHP-7.0/ext/spl/
H A Dspl_dllist.c57 #define SPL_DLLIST_IT_MASK 0x00000003 /* Mask to isolate flags related to iterators */ macro
736 intern->flags = (value & SPL_DLLIST_IT_MASK) | (intern->flags & SPL_DLLIST_IT_FIX); in SPL_METHOD()
1316 iterator->flags = dllist_object->flags & SPL_DLLIST_IT_MASK; in spl_dllist_get_iterator()

Completed in 11 milliseconds