Home
last modified time | relevance | path

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

/PHP-7.0/ext/spl/
H A Dspl_dllist.c44 #define SPL_LLIST_DELREF(elem) if(!--(elem)->rc) { \ macro
162 SPL_LLIST_DELREF(current); in spl_ptr_llist_destroy()
268 SPL_LLIST_DELREF(tail); in spl_ptr_llist_pop()
320 SPL_LLIST_DELREF(head); in spl_ptr_llist_shift()
914 SPL_LLIST_DELREF(element); in SPL_METHOD()
920 SPL_LLIST_DELREF(element); in SPL_METHOD()
982 SPL_LLIST_DELREF(old); in spl_dllist_it_helper_move_forward()

Completed in 8 milliseconds