Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_execute.c108 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 …]
H A Dzend_execute.h321 … const znode_op *node, const zend_execute_data *execute_data, zend_free_op *should_free, int type);
/PHP-7.0/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.0/ext/standard/
H A Dphp_string.h126 PHPAPI zend_string *php_addslashes(zend_string *str, int should_free);
H A Dstring.c3734 PHPAPI zend_string *php_addcslashes(zend_string *str, int should_free, char *what, size_t wlength) argument
3771 if (should_free) {
3780 PHPAPI zend_string *php_addslashes(zend_string *str, int should_free) argument
3808 if (!should_free) {
3840 if (should_free) {
/PHP-7.0/ext/pgsql/
H A Dpgsql.c5767 static int php_pgsql_add_quotes(zval *src, zend_bool should_free) argument
5772 assert(should_free == 1 || should_free == 0);
5780 if (should_free) {

Completed in 58 milliseconds