Lines Matching defs:should_free

112 #define get_zval_ptr(op_type, node, should_free, type) _get_zval_ptr(op_type, node, should_free, ty…  argument
113 #define get_zval_ptr_deref(op_type, node, should_free, type) _get_zval_ptr_deref(op_type, node, sho… argument
114 #define get_zval_ptr_undef(op_type, node, should_free, type) _get_zval_ptr_undef(op_type, node, sho… argument
115 #define get_op_data_zval_ptr_r(op_type, node, should_free) _get_op_data_zval_ptr_r(op_type, node, s… argument
116 #define get_op_data_zval_ptr_deref_r(op_type, node, should_free) _get_op_data_zval_ptr_deref_r(op_t… argument
117 #define get_zval_ptr_ptr(op_type, node, should_free, type) _get_zval_ptr_ptr(op_type, node, should_… argument
118 #define get_zval_ptr_ptr_undef(op_type, node, should_free, type) _get_zval_ptr_ptr(op_type, node, s… argument
119 #define get_obj_zval_ptr(op_type, node, should_free, type) _get_obj_zval_ptr(op_type, node, should_… argument
120 #define get_obj_zval_ptr_undef(op_type, node, should_free, type) _get_obj_zval_ptr_undef(op_type, n… argument
121 #define get_obj_zval_ptr_ptr(op_type, node, should_free, type) _get_obj_zval_ptr_ptr(op_type, node,… argument
159 #define FREE_OP(should_free) \ argument
169 #define FREE_OP_VAR_PTR(should_free) \ argument
393 static zend_always_inline zval *_get_zval_ptr(int op_type, znode_op node, zend_free_op *should_free in _get_zval_ptr()
435 …TE_UNUSED zval *_get_zval_ptr_deref(int op_type, znode_op node, zend_free_op *should_free, int typ… in _get_zval_ptr_deref()
477 …ys_inline zval *_get_zval_ptr_undef(int op_type, znode_op node, zend_free_op *should_free, int typ… in _get_zval_ptr_undef()
511 static inline zval *_get_zval_ptr_ptr(int op_type, znode_op node, zend_free_op *should_free, int ty… in _get_zval_ptr_ptr()
522 …RIBUTE_UNUSED zval *_get_obj_zval_ptr(int op_type, znode_op op, zend_free_op *should_free, int typ… in _get_obj_zval_ptr()
531 …_UNUSED zval *_get_obj_zval_ptr_undef(int op_type, znode_op op, zend_free_op *should_free, int typ… in _get_obj_zval_ptr_undef()
540 …_UNUSED zval *_get_obj_zval_ptr_ptr(int op_type, znode_op node, zend_free_op *should_free, int typ… in _get_obj_zval_ptr_ptr()
4744 …e, const znode_op *node, const zend_execute_data *execute_data, zend_free_op *should_free, int typ… in zend_get_zval_ptr()