Home
last modified time | relevance | path

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

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

Completed in 29 milliseconds