Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_execute.c75 should_free->var = z; in zend_pzval_unlock_func()
78 should_free->var = 0; in zend_pzval_unlock_func()
124 if (should_free.var) { \
138 if (should_free.var) { \
144 #define IS_TMP_FREE(should_free) ((zend_uintptr_t)should_free.var & 1L) argument
353 should_free->var = 0; in _get_zval_ptr()
364 should_free->var = 0; in _get_zval_ptr()
368 should_free->var = 0; in _get_zval_ptr()
452 should_free->var = 0; in _get_zval_ptr_ptr()
457 should_free->var = 0; in _get_zval_ptr_ptr()
[all …]
H A Dzend_execute.h384 …t znode_op *node, const zend_execute_data *execute_data, zend_free_op *should_free, int type TSRML…
385 …t znode_op *node, const zend_execute_data *execute_data, zend_free_op *should_free, int type TSRML…
/PHP-5.5/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-5.5/ext/standard/
H A Dstring.c3505 PHPAPI char *php_addcslashes(const char *str, int length, int *new_length, int should_free, char *w… argument
3553 if (should_free) {
3562 PHPAPI char *php_addslashes(char *str, int length, int *new_length, int should_free TSRMLS_DC)
3606 if (should_free) {
/PHP-5.5/ext/pgsql/
H A Dpgsql.c5380 static int php_pgsql_add_quotes(zval *src, zend_bool should_free TSRMLS_DC)
5385 assert(should_free == 1 || should_free == 0);
5393 if (should_free) {

Completed in 53 milliseconds