Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_execute.c160 if (should_free) { \
170 if (should_free) { \
247 *should_free = ret; in _get_zval_ptr_tmp()
258 *should_free = ret; in _get_zval_ptr_var()
266 *should_free = ret; in _get_zval_ptr_var_deref()
403 *should_free = NULL; in _get_zval_ptr()
424 *should_free = NULL; in _get_op_data_zval_ptr_r()
445 *should_free = NULL; in _get_zval_ptr_deref()
466 *should_free = NULL; in _get_op_data_zval_ptr_deref_r()
487 *should_free = NULL; in _get_zval_ptr_undef()
[all …]
H A Dzend_execute.h334 … const znode_op *node, const zend_execute_data *execute_data, zend_free_op *should_free, int type);
/PHP-7.4/ext/sockets/
H A Dconversions.h20 int should_free; member
H A Dconversions.c175 err->should_free = 1; in do_from_to_zval_err()
203 if (err->should_free) { in err_msg_dispose()
/PHP-7.4/ext/pgsql/
H A Dpgsql.c5810 static int php_pgsql_add_quotes(zval *src, zend_bool should_free) argument
5815 assert(should_free == 1 || should_free == 0);
5823 if (should_free) {

Completed in 60 milliseconds