Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_execute.c107 if (should_free) { \
117 if (should_free) { \
190 *should_free = ret; in _get_zval_ptr_tmp()
201 *should_free = ret; in _get_zval_ptr_var()
209 *should_free = ret; in _get_zval_ptr_var_deref()
417 *should_free = NULL; in _get_zval_ptr()
438 *should_free = NULL; in _get_zval_ptr_r()
459 *should_free = NULL; in _get_zval_ptr_deref()
480 *should_free = NULL; in _get_zval_ptr_r_deref()
501 *should_free = NULL; in _get_zval_ptr_undef()
[all …]
H A Dzend_execute.h321 … const znode_op *node, const zend_execute_data *execute_data, zend_free_op *should_free, int type);
/PHP-7.1/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.1/ext/standard/
H A Dphp_string.h126 PHPAPI zend_string *php_addslashes(zend_string *str, int should_free);
H A Dstring.c3750 PHPAPI zend_string *php_addcslashes(zend_string *str, int should_free, char *what, size_t wlength) argument
3787 if (should_free) {
3796 PHPAPI zend_string *php_addslashes(zend_string *str, int should_free) argument
3824 if (!should_free) {
3856 if (should_free) {
/PHP-7.1/ext/pgsql/
H A Dpgsql.c5803 static int php_pgsql_add_quotes(zval *src, zend_bool should_free) argument
5808 assert(should_free == 1 || should_free == 0);
5816 if (should_free) {

Completed in 91 milliseconds