Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_execute.c112 #define get_zval_ptr(op_type, node, should_free, type) _get_zval_ptr(op_type, node, should_free, ty… argument
113 #define get_zval_ptr_deref(op_type, node, should_free, type) _get_zval_ptr_deref(op_type, node, sho… argument
115 #define get_op_data_zval_ptr_r(op_type, node, should_free) _get_op_data_zval_ptr_r(op_type, node, s… argument
117 #define get_zval_ptr_ptr(op_type, node, should_free, type) _get_zval_ptr_ptr(op_type, node, should_… argument
118 #define get_zval_ptr_ptr_undef(op_type, node, should_free, type) _get_zval_ptr_ptr(op_type, node, s… argument
119 #define get_obj_zval_ptr(op_type, node, should_free, type) _get_obj_zval_ptr(op_type, node, should_… argument
121 #define get_obj_zval_ptr_ptr(op_type, node, should_free, type) _get_obj_zval_ptr_ptr(op_type, node,… argument
159 #define FREE_OP(should_free) \ argument
169 #define FREE_OP_VAR_PTR(should_free) \ argument
393 static zend_always_inline zval *_get_zval_ptr(int op_type, znode_op node, zend_free_op *should_free in _get_zval_ptr()
[all …]
/PHP-7.4/ext/sockets/
H A Dconversions.h20 int should_free; member
/PHP-7.4/ext/pgsql/
H A Dpgsql.c5810 static int php_pgsql_add_quotes(zval *src, zend_bool should_free)

Completed in 37 milliseconds