Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_execute.c142 if (should_free) { \
152 if (should_free) { \
222 *should_free = ret; in _get_zval_ptr_tmp()
233 *should_free = ret; in _get_zval_ptr_var()
241 *should_free = ret; in _get_zval_ptr_var_deref()
449 *should_free = NULL; in _get_zval_ptr()
470 *should_free = NULL; in _get_zval_ptr_r()
491 *should_free = NULL; in _get_zval_ptr_deref()
512 *should_free = NULL; in _get_zval_ptr_r_deref()
533 *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.2/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.2/ext/standard/
H A Dphp_string.h128 PHPAPI zend_string *php_addslashes(zend_string *str, int should_free);
H A Dstring.c3808 PHPAPI zend_string *php_addcslashes(zend_string *str, int should_free, char *what, size_t wlength) argument
3845 if (should_free) {
3854 PHPAPI zend_string *php_addslashes(zend_string *str, int should_free) argument
3882 if (!should_free) {
3914 if (should_free) {
/PHP-7.2/ext/pgsql/
H A Dpgsql.c5809 static int php_pgsql_add_quotes(zval *src, zend_bool should_free) argument
5814 assert(should_free == 1 || should_free == 0);
5822 if (should_free) {

Completed in 57 milliseconds