Lines Matching refs:ptr_ptr

107 		__t->var.ptr = *__t->var.ptr_ptr;		\
108 __t->var.ptr_ptr = &__t->var.ptr; \
111 SEPARATE_ZVAL(__t->var.ptr_ptr); \
118 __t->var.ptr_ptr = &__t->var.ptr; \
375 zval** ptr_ptr = EX_T(var).var.ptr_ptr; in _get_zval_ptr_ptr_var() local
377 if (EXPECTED(ptr_ptr != NULL)) { in _get_zval_ptr_ptr_var()
378 PZVAL_UNLOCK(*ptr_ptr, should_free); in _get_zval_ptr_ptr_var()
383 return ptr_ptr; in _get_zval_ptr_ptr_var()
388 zval** ptr_ptr = EX_T(var).var.ptr_ptr; in _get_zval_ptr_ptr_var_fast() local
390 if (EXPECTED(ptr_ptr != NULL)) { in _get_zval_ptr_ptr_var_fast()
391 should_free->var = *ptr_ptr; in _get_zval_ptr_ptr_var_fast()
396 return ptr_ptr; in _get_zval_ptr_ptr_var_fast()
1143 result->var.ptr_ptr = retval; in zend_fetch_dimension_address()
1150 result->var.ptr_ptr = &EG(error_zval_ptr); in zend_fetch_dimension_address()
1163 result->var.ptr_ptr = &EG(uninitialized_zval_ptr); in zend_fetch_dimension_address()
1215 result->str_offset.ptr_ptr = NULL; in zend_fetch_dimension_address()
1252 result->var.ptr_ptr = &EG(error_zval_ptr); in zend_fetch_dimension_address()
1271 result->var.ptr_ptr = &EG(uninitialized_zval_ptr); in zend_fetch_dimension_address()
1275 result->var.ptr_ptr = &EG(error_zval_ptr); in zend_fetch_dimension_address()
1400 result->var.ptr_ptr = &EG(error_zval_ptr); in zend_fetch_property_address()
1417 result->var.ptr_ptr = &EG(error_zval_ptr); in zend_fetch_property_address()
1424 …zval **ptr_ptr = Z_OBJ_HT_P(container)->get_property_ptr_ptr(container, prop_ptr, type, key TSRMLS… in zend_fetch_property_address() local
1425 if (NULL == ptr_ptr) { in zend_fetch_property_address()
1436 result->var.ptr_ptr = ptr_ptr; in zend_fetch_property_address()
1437 PZVAL_LOCK(*ptr_ptr); in zend_fetch_property_address()
1446 result->var.ptr_ptr = &EG(error_zval_ptr); in zend_fetch_property_address()