Lines Matching defs:dim

1573 static zend_never_inline void zend_assign_to_object_dim(zend_object *obj, zval *dim, zval *value OP…  in zend_assign_to_object_dim()
1727 static zend_never_inline zend_long zend_check_string_offset(zval *dim, int type EXECUTE_DATA_DC) in zend_check_string_offset()
1931 static zend_never_inline void zend_assign_to_string_offset(zval *str, zval *dim, zval *value OPLINE… in zend_assign_to_string_offset()
2490 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_use_resource_as_offset(const zval *dim) in zend_use_resource_as_offset()
2529 static zend_never_inline uint8_t slow_index_convert(HashTable *ht, const zval *dim, zend_value *val… in slow_index_convert()
2597 static zend_never_inline uint8_t slow_index_convert_w(HashTable *ht, const zval *dim, zend_value *v… in slow_index_convert_w()
2671 static zend_always_inline zval *zend_fetch_dimension_address_inner(HashTable *ht, const zval *dim, … in zend_fetch_dimension_address_inner()
2773 …inline void zend_fetch_dimension_address(zval *result, zval *container, zval *dim, int dim_type, i… in zend_fetch_dimension_address()
2907 … void ZEND_FASTCALL zend_fetch_dimension_address_W(zval *container_ptr, zval *dim, int dim_type OP… in zend_fetch_dimension_address_W()
2913 …void ZEND_FASTCALL zend_fetch_dimension_address_RW(zval *container_ptr, zval *dim, int dim_type OP… in zend_fetch_dimension_address_RW()
2919 …d ZEND_FASTCALL zend_fetch_dimension_address_UNSET(zval *container_ptr, zval *dim, int dim_type OP… in zend_fetch_dimension_address_UNSET()
2925 …e void zend_fetch_dimension_address_read(zval *result, zval *container, zval *dim, int dim_type, i… in zend_fetch_dimension_address_read()
3071 …void ZEND_FASTCALL zend_fetch_dimension_address_read_R(zval *container, zval *dim, int dim_type OP… in zend_fetch_dimension_address_read_R()
3083 …oid ZEND_FASTCALL zend_fetch_dimension_address_read_IS(zval *container, zval *dim, int dim_type OP… in zend_fetch_dimension_address_read_IS()
3089 …void ZEND_FASTCALL zend_fetch_dimension_address_LIST_r(zval *container, zval *dim, int dim_type OP… in zend_fetch_dimension_address_LIST_r()
3095 ZEND_API void zend_fetch_dimension_const(zval *result, zval *container, zval *dim, int type) in zend_fetch_dimension_const()