Home
last modified time | relevance | path

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

/php-src/ext/spl/
H A Dspl_dllist.c40 #define SPL_LLIST_DELREF(elem) if (!--SPL_LLIST_RC(elem)) { \ macro
124 SPL_LLIST_DELREF(current); in spl_ptr_llist_destroy()
219 SPL_LLIST_DELREF(tail); in spl_ptr_llist_pop()
269 SPL_LLIST_DELREF(head); in spl_ptr_llist_shift()
787 SPL_LLIST_DELREF(element); in PHP_METHOD()
794 SPL_LLIST_DELREF(element); in PHP_METHOD()
855 SPL_LLIST_DELREF(old); in spl_dllist_it_helper_move_forward()

Completed in 11 milliseconds