Searched refs:SPL_DLLIST_IT_FIX (Results 1 – 2 of 2) sorted by relevance
28 #define SPL_DLLIST_IT_FIX 0x00000004 /* Backward/Forward bit is fixed */ macro
349 intern->flags |= (SPL_DLLIST_IT_FIX | SPL_DLLIST_IT_LIFO); in spl_dllist_object_new_ex()352 intern->flags |= SPL_DLLIST_IT_FIX; in spl_dllist_object_new_ex()643 if ((intern->flags & SPL_DLLIST_IT_FIX) in PHP_METHOD()649 intern->flags = (value & SPL_DLLIST_IT_MASK) | (intern->flags & SPL_DLLIST_IT_FIX); in PHP_METHOD()
Completed in 12 milliseconds