Searched refs:should_free (Results 1 – 7 of 7) sorted by relevance
108 if (should_free) { \118 if (should_free) { \204 *should_free = ret; in _get_zval_ptr_tmp()215 *should_free = ret; in _get_zval_ptr_var()223 *should_free = ret; in _get_zval_ptr_var_deref()425 *should_free = NULL; in _get_zval_ptr()446 *should_free = NULL; in _get_zval_ptr_r()467 *should_free = NULL; in _get_zval_ptr_deref()488 *should_free = NULL; in _get_zval_ptr_r_deref()509 *should_free = NULL; in _get_zval_ptr_undef()[all …]
321 … const znode_op *node, const zend_execute_data *execute_data, zend_free_op *should_free, int type);
20 int should_free; member
175 err->should_free = 1; in do_from_to_zval_err()203 if (err->should_free) { in err_msg_dispose()
126 PHPAPI zend_string *php_addslashes(zend_string *str, int should_free);
3734 PHPAPI zend_string *php_addcslashes(zend_string *str, int should_free, char *what, size_t wlength) argument3771 if (should_free) {3780 PHPAPI zend_string *php_addslashes(zend_string *str, int should_free) argument3808 if (!should_free) {3840 if (should_free) {
5767 static int php_pgsql_add_quotes(zval *src, zend_bool should_free) argument5772 assert(should_free == 1 || should_free == 0);5780 if (should_free) {
Completed in 51 milliseconds