Searched refs:arPacked (Results 1 – 15 of 15) sorted by relevance
/PHP-8.3/Zend/ |
H A D | zend_hash.c | 304 zv = ht->arPacked; in zend_new_pair() 349 zval *src = ht->arPacked; in zend_hash_packed_to_hash() 387 dst = ht->arPacked; in zend_hash_to_packed() 1095 zv = ht->arPacked + h; in _zend_hash_index_add_or_update_i() 1114 zv = ht->arPacked + h; in _zend_hash_index_add_or_update_i() 1828 zval *zv = ht->arPacked; in zend_array_destroy() 1877 zval *zv = ht->arPacked; in zend_hash_clean() 1995 zval *zv = ht->arPacked; in zend_hash_graceful_destroy() 2206 zv = ht->arPacked + idx; in zend_hash_reverse_apply() 3055 zv = ht->arPacked; in zend_hash_sort_internal() [all …]
|
H A D | zend_hash.h | 197 _ret = &_ht->arPacked[_h]; \ 220 _ret = &_ht->arPacked[_h]; \ 995 ((zval*)(((char*)(__ht)->arPacked) + ((_idx) * (_size)))) 1010 zval *_z = __ht->arPacked; \ 1451 zval *_z = __ht->arPacked + (_from); \ 1452 zval *_end = __ht->arPacked + __ht->nNumUsed; \ 1463 zval *_z = __ht->arPacked + _idx; \ 1522 zval *__fill_val = __fill_ht->arPacked + __fill_ht->nNumUsed; \ 1532 __fill_val = __fill_ht->arPacked + __fill_idx; \
|
H A D | zend_gc.c | 920 zv = ht->arPacked; in gc_scan_black() 1096 zv = ht->arPacked; in gc_mark_grey() 1308 zv = ht->arPacked; in gc_scan() 1549 zv = ht->arPacked; in gc_collect_white() 1736 zv = ht->arPacked; in gc_remove_nested_data_from_buffer()
|
H A D | zend_generators.c | 662 value = &ht->arPacked[pos]; in zend_generator_get_next_delegated_value()
|
H A D | zend_types.h | 404 zval *arPacked; /* packed array of zvals */ member
|
H A D | zend_vm_def.h | 7005 value = fe_ht->arPacked + pos; 7087 value = fe_ht->arPacked + pos; 10062 value = fe_ht->arPacked + pos;
|
H A D | zend_vm_execute.h | 22354 value = fe_ht->arPacked + pos; in ZEND_FE_FETCH_R_SPEC_VAR_HANDLER() 22436 value = fe_ht->arPacked + pos; in ZEND_FE_FETCH_RW_SPEC_VAR_HANDLER() 32426 value = fe_ht->arPacked + pos; in ZEND_FE_FETCH_R_SIMPLE_SPEC_VAR_CV_RETVAL_UNUSED_HANDLER() 32494 value = fe_ht->arPacked + pos; in ZEND_FE_FETCH_R_SIMPLE_SPEC_VAR_CV_RETVAL_USED_HANDLER()
|
/PHP-8.3/ext/standard/ |
H A D | array.c | 3136 zv = hash->arPacked + idx; 3151 ZVAL_COPY_VALUE(&hash->arPacked[n_left], &hash->arPacked[rnd_idx]); 3160 zv = hash->arPacked + idx; 3179 ZVAL_COPY_VALUE(&hash->arPacked[n_left], &hash->arPacked[rnd_idx]); 3239 entry = in_hash->arPacked; 3283 entry = in_hash->arPacked + idx; 3751 return ht->arPacked + offset; 3764 return ht->arPacked + ht->nNumUsed; 5132 zval *zv = hash->arPacked; 5527 zval *zv = hash->arPacked; [all …]
|
H A D | string.c | 2169 tmp_repl = &repl_ht->arPacked[repl_idx]; 2226 tmp_from = &from_ht->arPacked[from_idx]; 2271 tmp_len = &len_ht->arPacked[len_idx]; 2316 tmp_repl = &repl_ht->arPacked[repl_idx]; 4087 replace_entry = &replace_ht->arPacked[replace_idx];
|
/PHP-8.3/ext/opcache/ |
H A D | zend_file_cache.c | 316 SERIALIZE_PTR(ht->arPacked); 317 p = ht->arPacked; 1177 p = ht->arPacked;
|
/PHP-8.3/ext/snmp/ |
H A D | snmp.c | 686 tmp_type = &type_ht->arPacked[idx_type]; in php_snmp_parse_oid() 723 tmp_value = &value_ht->arPacked[idx_value]; in php_snmp_parse_oid()
|
/PHP-8.3/ |
H A D | .gdbinit | 334 set $val = (zval*)($ht->arPacked + $i)
|
/PHP-8.3/ext/opcache/jit/ |
H A D | zend_jit_x86.dasc | 5718 | // _ret = &_ht->arPacked[h]; 5720 | mov r0, aword [FCARG1a + offsetof(zend_array, arPacked)] 5731 | add r0, aword [FCARG1a + offsetof(zend_array, arPacked)] 15044 zval *zv = jumptable->arPacked; 15479 | // p = fe_ht->arPacked + pos; 15483 | add FCARG2a, aword [FCARG1a + offsetof(zend_array, arPacked)]
|
H A D | zend_jit_arm64.dasc | 5195 | // _ret = &_ht->arPacked[_h].val; 5197 | ldr REG0, [FCARG1x, #offsetof(zend_array, arPacked)] 5202 | ldr TMP1, [FCARG1x, #offsetof(zend_array, arPacked)] 14112 zval *zv = jumptable->arPacked; 14535 | // p = fe_ht->arPacked + pos; 14538 | ldr TMP1, [FCARG1x, #offsetof(zend_array, arPacked)]
|
/PHP-8.3/ext/ffi/ |
H A D | ffi.c | 3137 zval *zv = type->func.args->arPacked; in zend_ffi_same_types()
|
Completed in 267 milliseconds