Lines Matching defs:Ts
51 #define get_zval_ptr(node, Ts, should_free, type) _get_zval_ptr(node, Ts, should_free, type TSRMLS_… argument
52 #define get_zval_ptr_ptr(node, Ts, should_free, type) _get_zval_ptr_ptr(node, Ts, should_free, type… argument
53 #define get_obj_zval_ptr(node, Ts, should_free, type) _get_obj_zval_ptr(node, Ts, should_free, type… argument
54 #define get_obj_zval_ptr_ptr(node, Ts, should_free, type) _get_obj_zval_ptr_ptr(node, Ts, should_fr… argument
175 static zend_always_inline zval *_get_zval_ptr_tmp(const znode *node, const temp_variable *Ts, zend_… in _get_zval_ptr_tmp()
180 static zval *_get_zval_ptr_var_string_offset(const znode *node, const temp_variable *Ts, zend_free_… in _get_zval_ptr_var_string_offset()
207 static zend_always_inline zval *_get_zval_ptr_var(const znode *node, const temp_variable *Ts, zend_… in _get_zval_ptr_var()
249 static zend_always_inline zval *_get_zval_ptr_cv(const znode *node, const temp_variable *Ts, int ty… in _get_zval_ptr_cv()
259 static inline zval *_get_zval_ptr(znode *node, const temp_variable *Ts, zend_free_op *should_free, … in _get_zval_ptr()
287 static zend_always_inline zval **_get_zval_ptr_ptr_var(const znode *node, const temp_variable *Ts, … in _get_zval_ptr_ptr_var()
300 static zend_always_inline zval **_get_zval_ptr_ptr_cv(const znode *node, const temp_variable *Ts, i… in _get_zval_ptr_ptr_cv()
310 static inline zval **_get_zval_ptr_ptr(const znode *node, const temp_variable *Ts, zend_free_op *sh… in _get_zval_ptr_ptr()
333 static inline zval **_get_obj_zval_ptr_ptr(const znode *op, const temp_variable *Ts, zend_free_op *… in _get_obj_zval_ptr_ptr()
358 static inline zval *_get_obj_zval_ptr(znode *op, const temp_variable *Ts, zend_free_op *should_free… in _get_obj_zval_ptr()
517 …result, zval **object_ptr, zval *property_name, znode *value_op, const temp_variable *Ts, int opco… in zend_assign_to_object()
772 …e HashTable *zend_get_target_symbol_table(const zend_op *opline, const temp_variable *Ts, int type… in zend_get_target_symbol_table()
1312 ZEND_API zval *zend_get_zval_ptr(znode *node, const temp_variable *Ts, zend_free_op *should_free, i… in zend_get_zval_ptr()
1316 ZEND_API zval **zend_get_zval_ptr_ptr(const znode *node, const temp_variable *Ts, zend_free_op *sho… in zend_get_zval_ptr_ptr()