Home
last modified time | relevance | path

Searched defs:dim (Results 1 – 6 of 6) sorted by relevance

/PHP-7.4/ext/standard/
H A Dimage.c107 unsigned char dim[5]; in php_handle_gif() local
130 unsigned char dim[8]; in php_handle_psd() local
151 unsigned char dim[16]; in php_handle_bmp() local
310 unsigned char dim[9]; in php_handle_png() local
1092 unsigned char dim[16]; in php_handle_ico() local
/PHP-7.4/Zend/
H A Dzend_execute.c1282 static zend_never_inline void zend_assign_to_object_dim(zval *object, zval *dim, zval *value OPLINE… in zend_assign_to_object_dim()
1391 static zend_never_inline zend_long zend_check_string_offset(zval *dim, int type EXECUTE_DATA_DC) in zend_check_string_offset()
1558 static zend_never_inline void zend_assign_to_string_offset(zval *str, zval *dim, zval *value OPLINE… in zend_assign_to_string_offset()
2061 static zend_never_inline ZEND_COLD void ZEND_FASTCALL zend_use_resource_as_offset(const zval *dim) in zend_use_resource_as_offset()
2085 static zend_never_inline zend_uchar slow_index_convert(HashTable *ht, const zval *dim, zend_value *… in slow_index_convert()
2126 static zend_always_inline zval *zend_fetch_dimension_address_inner(HashTable *ht, const zval *dim, … in zend_fetch_dimension_address_inner()
2254 …inline void zend_fetch_dimension_address(zval *result, zval *container, zval *dim, int dim_type, i… in zend_fetch_dimension_address()
2369 … void ZEND_FASTCALL zend_fetch_dimension_address_W(zval *container_ptr, zval *dim, int dim_type OP… in zend_fetch_dimension_address_W()
2375 …void ZEND_FASTCALL zend_fetch_dimension_address_RW(zval *container_ptr, zval *dim, int dim_type OP… in zend_fetch_dimension_address_RW()
2495 …void ZEND_FASTCALL zend_fetch_dimension_address_read_R(zval *container, zval *dim, int dim_type OP… in zend_fetch_dimension_address_read_R()
[all …]
H A Dzend_vm_execute.h23172 zval *dim; in ZEND_ASSIGN_DIM_SPEC_VAR_CONST_OP_DATA_CONST_HANDLER() local
23286 zval *dim; in ZEND_ASSIGN_DIM_SPEC_VAR_CONST_OP_DATA_TMP_HANDLER() local
23401 zval *dim; in ZEND_ASSIGN_DIM_SPEC_VAR_CONST_OP_DATA_VAR_HANDLER() local
23516 zval *dim; in ZEND_ASSIGN_DIM_SPEC_VAR_CONST_OP_DATA_CV_HANDLER() local
25423 zval *dim; in ZEND_ASSIGN_DIM_SPEC_VAR_TMPVAR_OP_DATA_CONST_HANDLER() local
25537 zval *dim; in ZEND_ASSIGN_DIM_SPEC_VAR_TMPVAR_OP_DATA_TMP_HANDLER() local
25652 zval *dim; in ZEND_ASSIGN_DIM_SPEC_VAR_TMPVAR_OP_DATA_VAR_HANDLER() local
25767 zval *dim; in ZEND_ASSIGN_DIM_SPEC_VAR_TMPVAR_OP_DATA_CV_HANDLER() local
26998 zval *dim; in ZEND_ASSIGN_DIM_SPEC_VAR_UNUSED_OP_DATA_CONST_HANDLER() local
27112 zval *dim; in ZEND_ASSIGN_DIM_SPEC_VAR_UNUSED_OP_DATA_TMP_HANDLER() local
[all …]
H A Dzend_vm_def.h1209 zval *value, *container, *dim; variable
1958 zval *container, *dim, *value; variable
2424 zval *container, *dim; variable
2608 zval *dim; variable
9241 zval *container, *dim, *value; variable
H A Dzend_compile.c8919 zval *container, *dim; in zend_eval_const_expr() local
/PHP-7.4/ext/ffi/
H A Dffi.c1273 zend_long dim = zval_get_long(offset); in zend_ffi_cdata_read_dim() local
1331 zend_long dim; in zend_ffi_cdata_write_dim() local

Completed in 200 milliseconds