Home
last modified time | relevance | path

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

/PHP-5.5/ext/spl/
H A Dspl_dllist.c945 static void spl_dllist_it_helper_rewind(spl_ptr_llist_element **traverse_pointer_ptr, int *traverse… in spl_dllist_it_helper_rewind() argument
947 SPL_LLIST_CHECK_DELREF(*traverse_pointer_ptr); in spl_dllist_it_helper_rewind()
951 *traverse_pointer_ptr = llist->tail; in spl_dllist_it_helper_rewind()
954 *traverse_pointer_ptr = llist->head; in spl_dllist_it_helper_rewind()
957 SPL_LLIST_CHECK_ADDREF(*traverse_pointer_ptr); in spl_dllist_it_helper_rewind()
961 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
963 if (*traverse_pointer_ptr) { in spl_dllist_it_helper_move_forward()
964 spl_ptr_llist_element *old = *traverse_pointer_ptr; in spl_dllist_it_helper_move_forward()
967 *traverse_pointer_ptr = old->prev; in spl_dllist_it_helper_move_forward()
978 *traverse_pointer_ptr = old->next; in spl_dllist_it_helper_move_forward()
[all …]

Completed in 8 milliseconds