Lines Matching refs:flags

91 	int                    flags;  member
106 int flags; member
381 intern->flags = 0; in spl_dllist_object_new_ex()
400 intern->flags = other->flags; in spl_dllist_object_new_ex()
409 intern->flags |= (SPL_DLLIST_IT_FIX | SPL_DLLIST_IT_LIFO); in spl_dllist_object_new_ex()
412 intern->flags |= SPL_DLLIST_IT_FIX; in spl_dllist_object_new_ex()
532 add_assoc_long_ex(&zrv, pnstr, pnlen+1, intern->flags); in spl_dllist_object_get_debug_info()
733 if (intern->flags & SPL_DLLIST_IT_FIX in SPL_METHOD()
734 && (intern->flags & SPL_DLLIST_IT_LIFO) != (value & SPL_DLLIST_IT_LIFO)) { in SPL_METHOD()
739 intern->flags = value & SPL_DLLIST_IT_MASK; in SPL_METHOD()
741 RETURN_LONG(intern->flags); in SPL_METHOD()
757 RETURN_LONG(intern->flags); in SPL_METHOD()
800 element = spl_ptr_llist_offset(intern->llist, index, intern->flags & SPL_DLLIST_IT_LIFO); in SPL_METHOD()
841 element = spl_ptr_llist_offset(intern->llist, index, intern->flags & SPL_DLLIST_IT_LIFO); in SPL_METHOD()
889 element = spl_ptr_llist_offset(intern->llist, index, intern->flags & SPL_DLLIST_IT_LIFO); in SPL_METHOD()
945 …averse_pointer_ptr, int *traverse_position_ptr, spl_ptr_llist *llist, int flags TSRMLS_DC) /* {{{ … in spl_dllist_it_helper_rewind()
949 if (flags & SPL_DLLIST_IT_LIFO) { in spl_dllist_it_helper_rewind()
961 …averse_pointer_ptr, int *traverse_position_ptr, spl_ptr_llist *llist, int flags TSRMLS_DC) /* {{{ … in spl_dllist_it_helper_move_forward()
966 if (flags & SPL_DLLIST_IT_LIFO) { in spl_dllist_it_helper_move_forward()
970 if (flags & SPL_DLLIST_IT_DELETE) { in spl_dllist_it_helper_move_forward()
980 if (flags & SPL_DLLIST_IT_DELETE) { in spl_dllist_it_helper_move_forward()
1003 …_rewind(&iterator->traverse_pointer, &iterator->traverse_position, llist, object->flags TSRMLS_CC); in spl_dllist_it_rewind()
1044 …&iterator->traverse_pointer, &iterator->traverse_position, object->llist, object->flags TSRMLS_CC); in spl_dllist_it_move_forward()
1072 …ern->traverse_pointer, &intern->traverse_position, intern->llist, intern->flags ^ SPL_DLLIST_IT_LI… in SPL_METHOD()
1086 …ard(&intern->traverse_pointer, &intern->traverse_position, intern->llist, intern->flags TSRMLS_CC); in SPL_METHOD()
1114 …ind(&intern->traverse_pointer, &intern->traverse_position, intern->llist, intern->flags TSRMLS_CC); in SPL_METHOD()
1144 zval *flags; in SPL_METHOD() local
1154 MAKE_STD_ZVAL(flags); in SPL_METHOD()
1155 ZVAL_LONG(flags, intern->flags); in SPL_METHOD()
1156 php_var_serialize(&buf, &flags, &var_hash TSRMLS_CC); in SPL_METHOD()
1157 zval_ptr_dtor(&flags); in SPL_METHOD()
1187 zval *flags, *elem; in SPL_METHOD() local
1206 ALLOC_INIT_ZVAL(flags); in SPL_METHOD()
1207 …if (!php_var_unserialize(&flags, &p, s + buf_len, &var_hash TSRMLS_CC) || Z_TYPE_P(flags) != IS_LO… in SPL_METHOD()
1208 zval_ptr_dtor(&flags); in SPL_METHOD()
1211 var_push_dtor(&var_hash, &flags); in SPL_METHOD()
1212 intern->flags = Z_LVAL_P(flags); in SPL_METHOD()
1213 zval_ptr_dtor(&flags); in SPL_METHOD()
1272 element = spl_ptr_llist_offset(intern->llist, index, intern->flags & SPL_DLLIST_IT_LIFO); in SPL_METHOD()
1326 iterator->flags = dllist_object->flags & SPL_DLLIST_IT_MASK; in spl_dllist_get_iterator()
1338 ZEND_ARG_INFO(0, flags)