SPL_DLLIST_IT_LIFO  411 ext/spl/spl_dllist.c 			intern->flags |= (SPL_DLLIST_IT_FIX | SPL_DLLIST_IT_LIFO);
SPL_DLLIST_IT_LIFO  736 ext/spl/spl_dllist.c 		&& (intern->flags & SPL_DLLIST_IT_LIFO) != (value & SPL_DLLIST_IT_LIFO)) {
SPL_DLLIST_IT_LIFO  802 ext/spl/spl_dllist.c 	element = spl_ptr_llist_offset(intern->llist, index, intern->flags & SPL_DLLIST_IT_LIFO);
SPL_DLLIST_IT_LIFO  843 ext/spl/spl_dllist.c 		element = spl_ptr_llist_offset(intern->llist, index, intern->flags & SPL_DLLIST_IT_LIFO);
SPL_DLLIST_IT_LIFO  891 ext/spl/spl_dllist.c 	element = spl_ptr_llist_offset(intern->llist, index, intern->flags & SPL_DLLIST_IT_LIFO);
SPL_DLLIST_IT_LIFO  946 ext/spl/spl_dllist.c 	if (flags & SPL_DLLIST_IT_LIFO) {
SPL_DLLIST_IT_LIFO  963 ext/spl/spl_dllist.c 		if (flags & SPL_DLLIST_IT_LIFO) {
SPL_DLLIST_IT_LIFO 1069 ext/spl/spl_dllist.c 	spl_dllist_it_helper_move_forward(&intern->traverse_pointer, &intern->traverse_position, intern->llist, intern->flags ^ SPL_DLLIST_IT_LIFO TSRMLS_CC);
SPL_DLLIST_IT_LIFO 1267 ext/spl/spl_dllist.c 		element = spl_ptr_llist_offset(intern->llist, index, intern->flags & SPL_DLLIST_IT_LIFO);
SPL_DLLIST_IT_LIFO 1405 ext/spl/spl_dllist.c 	REGISTER_SPL_CLASS_CONST_LONG(SplDoublyLinkedList, "IT_MODE_LIFO",  SPL_DLLIST_IT_LIFO);