Home
last modified time | relevance | path

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

/PHP-7.4/ext/spl/
H A Dspl_dllist.c933 static void spl_dllist_it_helper_rewind(spl_ptr_llist_element **traverse_pointer_ptr, int *traverse… in spl_dllist_it_helper_rewind() argument
935 SPL_LLIST_CHECK_DELREF(*traverse_pointer_ptr); in spl_dllist_it_helper_rewind()
939 *traverse_pointer_ptr = llist->tail; in spl_dllist_it_helper_rewind()
942 *traverse_pointer_ptr = llist->head; in spl_dllist_it_helper_rewind()
945 SPL_LLIST_CHECK_ADDREF(*traverse_pointer_ptr); in spl_dllist_it_helper_rewind()
949 static void spl_dllist_it_helper_move_forward(spl_ptr_llist_element **traverse_pointer_ptr, int *tr… in spl_dllist_it_helper_move_forward() argument
951 if (*traverse_pointer_ptr) { in spl_dllist_it_helper_move_forward()
952 spl_ptr_llist_element *old = *traverse_pointer_ptr; in spl_dllist_it_helper_move_forward()
955 *traverse_pointer_ptr = old->prev; in spl_dllist_it_helper_move_forward()
965 *traverse_pointer_ptr = old->next; in spl_dllist_it_helper_move_forward()
[all …]

Completed in 7 milliseconds