Home
last modified time | relevance | path

Searched defs:should_free (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/Zend/
H A Dzend_execute.c53 #define get_zval_ptr(op_type, node, ex, should_free, type) _get_zval_ptr(op_type, node, ex, should_… argument
54 #define get_zval_ptr_ptr(op_type, node, ex, should_free, type) _get_zval_ptr_ptr(op_type, node, ex,… argument
55 #define get_obj_zval_ptr(op_type, node, ex, should_free, type) _get_obj_zval_ptr(op_type, node, ex,… argument
56 #define get_obj_zval_ptr_ptr(op_type, node, ex, should_free, type) _get_obj_zval_ptr_ptr(op_type, n… argument
70 static zend_always_inline void zend_pzval_unlock_func(zval *z, zend_free_op *should_free, int unref… in zend_pzval_unlock_func()
123 #define FREE_OP(should_free) \ argument
132 #define FREE_OP_IF_VAR(should_free) \ argument
137 #define FREE_OP_VAR_PTR(should_free) \ argument
144 #define IS_TMP_FREE(should_free) ((zend_uintptr_t)should_free.var & 1L) argument
348 …e, const znode_op *node, const zend_execute_data *execute_data, zend_free_op *should_free, int typ… in _get_zval_ptr()
[all …]
/PHP-5.5/ext/sockets/
H A Dconversions.h20 int should_free; member
/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…

Completed in 26 milliseconds