should_free        55 Zend/zend_execute.c #define get_zval_ptr(op_type, node, ex, should_free, type) _get_zval_ptr(op_type, node, ex, should_free, type)
should_free        56 Zend/zend_execute.c #define get_zval_ptr_deref(op_type, node, ex, should_free, type) _get_zval_ptr_deref(op_type, node, ex, should_free, type)
should_free        57 Zend/zend_execute.c #define get_zval_ptr_r(op_type, node, ex, should_free) _get_zval_ptr_r(op_type, node, ex, should_free)
should_free        58 Zend/zend_execute.c #define get_zval_ptr_r_deref(op_type, node, ex, should_free) _get_zval_ptr_r_deref(op_type, node, ex, should_free)
should_free        59 Zend/zend_execute.c #define get_zval_ptr_undef(op_type, node, ex, should_free, type) _get_zval_ptr_undef(op_type, node, ex, should_free, type)
should_free        60 Zend/zend_execute.c #define get_zval_ptr_ptr(op_type, node, ex, should_free, type) _get_zval_ptr_ptr(op_type, node, ex, should_free, type)
should_free        61 Zend/zend_execute.c #define get_zval_ptr_ptr_undef(op_type, node, ex, should_free, type) _get_zval_ptr_ptr(op_type, node, ex, should_free, type)
should_free        62 Zend/zend_execute.c #define get_obj_zval_ptr(op_type, node, ex, should_free, type) _get_obj_zval_ptr(op_type, node, ex, should_free, type)
should_free        63 Zend/zend_execute.c #define get_obj_zval_ptr_undef(op_type, node, ex, should_free, type) _get_obj_zval_ptr_undef(op_type, node, ex, should_free, type)
should_free        64 Zend/zend_execute.c #define get_obj_zval_ptr_ptr(op_type, node, ex, should_free, type) _get_obj_zval_ptr_ptr(op_type, node, ex, should_free, type)
should_free       107 Zend/zend_execute.c #define FREE_OP(should_free) \
should_free       108 Zend/zend_execute.c 	if (should_free) { \
should_free       109 Zend/zend_execute.c 		zval_ptr_dtor_nogc(should_free); \
should_free       117 Zend/zend_execute.c #define FREE_OP_VAR_PTR(should_free) \
should_free       118 Zend/zend_execute.c 	if (should_free) { \
should_free       119 Zend/zend_execute.c 		zval_ptr_dtor_nogc(should_free); \
should_free       200 Zend/zend_execute.c static zend_always_inline zval *_get_zval_ptr_tmp(uint32_t var, const zend_execute_data *execute_data, zend_free_op *should_free)
should_free       203 Zend/zend_execute.c 	*should_free = ret;
should_free       210 Zend/zend_execute.c static zend_always_inline zval *_get_zval_ptr_var(uint32_t var, const zend_execute_data *execute_data, zend_free_op *should_free)
should_free       214 Zend/zend_execute.c 	*should_free = ret;
should_free       218 Zend/zend_execute.c static zend_always_inline zval *_get_zval_ptr_var_deref(uint32_t var, const zend_execute_data *execute_data, zend_free_op *should_free)
should_free       222 Zend/zend_execute.c 	*should_free = ret;
should_free       414 Zend/zend_execute.c static zend_always_inline zval *_get_zval_ptr(int op_type, znode_op node, const zend_execute_data *execute_data, zend_free_op *should_free, int type)
should_free       418 Zend/zend_execute.c 			return _get_zval_ptr_tmp(node.var, execute_data, should_free);
should_free       421 Zend/zend_execute.c 			return _get_zval_ptr_var(node.var, execute_data, should_free);
should_free       424 Zend/zend_execute.c 		*should_free = NULL;
should_free       435 Zend/zend_execute.c static zend_always_inline zval *_get_zval_ptr_r(int op_type, znode_op node, const zend_execute_data *execute_data, zend_free_op *should_free)
should_free       439 Zend/zend_execute.c 			return _get_zval_ptr_tmp(node.var, execute_data, should_free);
should_free       442 Zend/zend_execute.c 			return _get_zval_ptr_var(node.var, execute_data, should_free);
should_free       445 Zend/zend_execute.c 		*should_free = NULL;
should_free       456 Zend/zend_execute.c static zend_always_inline zval *_get_zval_ptr_deref(int op_type, znode_op node, const zend_execute_data *execute_data, zend_free_op *should_free, int type)
should_free       460 Zend/zend_execute.c 			return _get_zval_ptr_tmp(node.var, execute_data, should_free);
should_free       463 Zend/zend_execute.c 			return _get_zval_ptr_var_deref(node.var, execute_data, should_free);
should_free       466 Zend/zend_execute.c 		*should_free = NULL;
should_free       477 Zend/zend_execute.c static zend_always_inline zval *_get_zval_ptr_r_deref(int op_type, znode_op node, const zend_execute_data *execute_data, zend_free_op *should_free)
should_free       481 Zend/zend_execute.c 			return _get_zval_ptr_tmp(node.var, execute_data, should_free);
should_free       484 Zend/zend_execute.c 			return _get_zval_ptr_var_deref(node.var, execute_data, should_free);
should_free       487 Zend/zend_execute.c 		*should_free = NULL;
should_free       498 Zend/zend_execute.c static zend_always_inline zval *_get_zval_ptr_undef(int op_type, znode_op node, const zend_execute_data *execute_data, zend_free_op *should_free, int type)
should_free       502 Zend/zend_execute.c 			return _get_zval_ptr_tmp(node.var, execute_data, should_free);
should_free       505 Zend/zend_execute.c 			return _get_zval_ptr_var(node.var, execute_data, should_free);
should_free       508 Zend/zend_execute.c 		*should_free = NULL;
should_free       519 Zend/zend_execute.c static zend_always_inline zval *_get_zval_ptr_ptr_var(uint32_t var, const zend_execute_data *execute_data, zend_free_op *should_free)
should_free       524 Zend/zend_execute.c 		*should_free = NULL;
should_free       527 Zend/zend_execute.c 		*should_free = ret;
should_free       532 Zend/zend_execute.c static inline zval *_get_zval_ptr_ptr(int op_type, znode_op node, const zend_execute_data *execute_data, zend_free_op *should_free, int type)
should_free       535 Zend/zend_execute.c 		*should_free = NULL;
should_free       539 Zend/zend_execute.c 		return _get_zval_ptr_ptr_var(node.var, execute_data, should_free);
should_free       548 Zend/zend_execute.c static inline zval *_get_obj_zval_ptr(int op_type, znode_op op, zend_execute_data *execute_data, zend_free_op *should_free, int type)
should_free       551 Zend/zend_execute.c 		*should_free = NULL;
should_free       554 Zend/zend_execute.c 	return get_zval_ptr(op_type, op, execute_data, should_free, type);
should_free       557 Zend/zend_execute.c static inline zval *_get_obj_zval_ptr_undef(int op_type, znode_op op, zend_execute_data *execute_data, zend_free_op *should_free, int type)
should_free       560 Zend/zend_execute.c 		*should_free = NULL;
should_free       563 Zend/zend_execute.c 	return get_zval_ptr_undef(op_type, op, execute_data, should_free, type);
should_free       566 Zend/zend_execute.c static inline zval *_get_obj_zval_ptr_ptr(int op_type, znode_op node, zend_execute_data *execute_data, zend_free_op *should_free, int type)
should_free       569 Zend/zend_execute.c 		*should_free = NULL;
should_free       572 Zend/zend_execute.c 	return get_zval_ptr_ptr(op_type, node, execute_data, should_free, type);
should_free      2738 Zend/zend_execute.c ZEND_API zval *zend_get_zval_ptr(int op_type, const znode_op *node, const zend_execute_data *execute_data, zend_free_op *should_free, int type)
should_free      2740 Zend/zend_execute.c 	return get_zval_ptr(op_type, *node, execute_data, should_free, type);
should_free       316 Zend/zend_execute.h ZEND_API zval *zend_get_zval_ptr(int op_type, const znode_op *node, const zend_execute_data *execute_data, zend_free_op *should_free, int type);
should_free      5762 ext/pgsql/pgsql.c static int php_pgsql_add_quotes(zval *src, zend_bool should_free)
should_free      5767 ext/pgsql/pgsql.c 	assert(should_free == 1 || should_free == 0);
should_free      5775 ext/pgsql/pgsql.c 	if (should_free) {
should_free       175 ext/sockets/conversions.c 	err->should_free = 1;
should_free       203 ext/sockets/conversions.c 		if (err->should_free) {
should_free        20 ext/sockets/conversions.h 	int		should_free;
should_free       126 ext/standard/php_string.h PHPAPI zend_string *php_addslashes(zend_string *str, int should_free);
should_free      3827 ext/standard/string.c PHPAPI zend_string *php_addcslashes(zend_string *str, int should_free, char *what, size_t wlength)
should_free      3864 ext/standard/string.c 	if (should_free) {
should_free      3873 ext/standard/string.c PHPAPI zend_string *php_addslashes(zend_string *str, int should_free)
should_free      3901 ext/standard/string.c 	if (!should_free) {
should_free      3933 ext/standard/string.c 	if (should_free) {