Searched refs:arPacked (Results 1 – 14 of 14) sorted by relevance
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()1100 zv = ht->arPacked + h; in _zend_hash_index_add_or_update_i()1119 zv = ht->arPacked + h; in _zend_hash_index_add_or_update_i()1827 zval *zv = ht->arPacked; in zend_array_destroy()1876 zval *zv = ht->arPacked; in zend_hash_clean()1994 zval *zv = ht->arPacked; in zend_hash_graceful_destroy()2205 zv = ht->arPacked + idx; in zend_hash_reverse_apply()3054 zv = ht->arPacked; in zend_hash_sort_internal()[all …]
199 _ret = &_ht->arPacked[_h]; \222 _ret = &_ht->arPacked[_h]; \1003 ((zval*)(((char*)(__ht)->arPacked) + ((_idx) * (_size))))1018 zval *_z = __ht->arPacked; \1459 zval *_z = __ht->arPacked + (_from); \1460 zval *_end = __ht->arPacked + __ht->nNumUsed; \1471 zval *_z = __ht->arPacked + _idx; \1530 zval *__fill_val = __fill_ht->arPacked + __fill_ht->nNumUsed; \1540 __fill_val = __fill_ht->arPacked + __fill_idx; \
940 zv = ht->arPacked; in gc_scan_black()1116 zv = ht->arPacked; in gc_mark_grey()1328 zv = ht->arPacked; in gc_scan()1569 zv = ht->arPacked; in gc_collect_white()1756 zv = ht->arPacked; in gc_remove_nested_data_from_buffer()
661 value = &ht->arPacked[pos]; in zend_generator_get_next_delegated_value()
404 zval *arPacked; /* packed array of zvals */ member
7122 value = fe_ht->arPacked + pos;7204 value = fe_ht->arPacked + pos;10338 value = fe_ht->arPacked + pos;
22988 value = fe_ht->arPacked + pos; in ZEND_FE_FETCH_R_SPEC_VAR_HANDLER()23070 value = fe_ht->arPacked + pos; in ZEND_FE_FETCH_RW_SPEC_VAR_HANDLER()33251 value = fe_ht->arPacked + pos; in ZEND_FE_FETCH_R_SIMPLE_SPEC_VAR_CV_RETVAL_UNUSED_HANDLER()33319 value = fe_ht->arPacked + pos; in ZEND_FE_FETCH_R_SIMPLE_SPEC_VAR_CV_RETVAL_USED_HANDLER()
3248 zv = hash->arPacked + idx;3263 ZVAL_COPY_VALUE(&hash->arPacked[n_left], &hash->arPacked[rnd_idx]);3272 zv = hash->arPacked + idx;3291 ZVAL_COPY_VALUE(&hash->arPacked[n_left], &hash->arPacked[rnd_idx]);3351 entry = in_hash->arPacked;3404 entry = in_hash->arPacked + idx;3872 return ht->arPacked + offset;3885 return ht->arPacked + ht->nNumUsed;5253 zval *zv = hash->arPacked;5648 zval *zv = hash->arPacked;[all …]
2401 tmp_repl = &repl_ht->arPacked[repl_idx];2458 tmp_from = &from_ht->arPacked[from_idx];2503 tmp_len = &len_ht->arPacked[len_idx];2548 tmp_repl = &repl_ht->arPacked[repl_idx];4349 replace_entry = &replace_ht->arPacked[replace_idx];
319 SERIALIZE_PTR(ht->arPacked);320 p = ht->arPacked;1202 p = ht->arPacked;
691 tmp_type = &type_ht->arPacked[idx_type]; in php_snmp_parse_oid()728 tmp_value = &value_ht->arPacked[idx_value]; in php_snmp_parse_oid()
334 set $val = (zval*)($ht->arPacked + $i)
3618 idx = ir_CONST_LONG(zv - jumptable->arPacked); in zend_jit_case_start()11929 ref = ir_ADD_A(ir_LOAD_A(ir_ADD_OFFSET(ht_ref, offsetof(zend_array, arPacked))), ref);13767 ir_LOAD_A(ir_ADD_OFFSET(ht_ref, offsetof(zend_array, arPacked))));16145 idx = ir_CONST_LONG(zv - jumptable->arPacked);16270 idx = ir_CONST_LONG(zv - jumptable->arPacked);16406 idx = ir_CONST_LONG(zv - jumptable->arPacked);
3174 zval *zv = type->func.args->arPacked; in zend_ffi_same_types()
Completed in 325 milliseconds