/php-src/Zend/ |
H A D | zend_hash.h | 51 #define HT_FLAGS(ht) (ht)->u.flags argument 53 #define HT_INVALIDATE(ht) do { \ argument 57 #define HT_IS_INITIALIZED(ht) \ argument 60 #define HT_IS_PACKED(ht) \ argument 63 #define HT_IS_WITHOUT_HOLES(ht) \ argument 66 #define HT_HAS_STATIC_KEYS_ONLY(ht) \ argument 72 # define HT_ALLOW_COW_VIOLATION(ht) argument 79 #define HT_SET_ITERATORS_COUNT(ht, iters) \ argument 81 #define HT_INC_ITERATORS_COUNT(ht) \ argument 83 #define HT_DEC_ITERATORS_COUNT(ht) \ argument [all …]
|
H A D | zend_hash.c | 38 # define HT_ASSERT(ht, expr) \ argument 41 # define HT_ASSERT(ht, expr) argument 44 #define HT_ASSERT_RC1(ht) HT_ASSERT(ht, GC_REFCOUNT(ht) == 1) argument 85 #define ZEND_HASH_IF_FULL_DO_RESIZE(ht) \ argument 284 HashTable *ht = emalloc(sizeof(HashTable)); in _zend_new_array_0() local 291 HashTable *ht = emalloc(sizeof(HashTable)); in _zend_new_array() local 299 HashTable *ht = emalloc(sizeof(HashTable)); in zend_new_pair() local 476 ZEND_API uint32_t zend_array_count(HashTable *ht) in zend_array_count() 629 HashTable *ht = Z_ARRVAL_P(array); in zend_hash_iterator_pos_ex() local 1328 ZEND_API void ZEND_FASTCALL zend_hash_rehash(HashTable *ht) in zend_hash_rehash() [all …]
|
H A D | zend_weakrefs.h | 35 static zend_always_inline void *zend_weakrefs_hash_add_ptr(HashTable *ht, zend_object *key, void *p… in zend_weakrefs_hash_add_ptr() 45 static zend_always_inline void zend_weakrefs_hash_destroy(HashTable *ht) { in zend_weakrefs_hash_destroy()
|
H A D | zend_weakrefs.c | 30 HashTable ht; member 85 HashTable *ht = ptr; in zend_weakref_unref() local 109 HashTable *ht = ZEND_WEAKREF_GET_PTR(tagged_ptr); in zend_weakref_register() local 115 HashTable *ht = emalloc(sizeof(HashTable)); in zend_weakref_register() local 145 HashTable *ht = ptr; in zend_weakref_unregister() local 177 ZEND_API zend_result zend_weakrefs_hash_del(HashTable *ht, zend_object *key) { in zend_weakrefs_hash_del() 186 ZEND_API void zend_weakrefs_hash_clean(HashTable *ht) { in zend_weakrefs_hash_clean() 285 HashTable *ht = zend_new_array(1); in zend_weakref_get_debug_info() local 469 HashTable *ht; in zend_weakmap_get_properties_for() local 542 HashTable *ht = ptr; in zend_weakmap_get_object_key_entry_gc() local [all …]
|
H A D | zend_generators.c | 181 HashTable *ht = node->child.ht; in zend_generator_remove_child() local 400 HashTable *ht = zend_unfinished_execution_gc_ex(execute_data, call, gc_buffer, true); in zend_generator_frame_gc() local 446 HashTable *ht = zend_generator_frame_gc(gc_buffer, generator); in zend_generator_get_gc() local 533 HashTable *ht = emalloc(sizeof(HashTable)); in zend_generator_add_child() local 651 HashTable *ht = Z_ARR(generator->values); in zend_generator_get_next_delegated_value() local
|
H A D | zend_vm_def.h | 1153 HashTable *ht; variable 5438 HashTable *ht; variable 6406 HashTable *ht; variable 6699 HashTable *ht; variable 7498 HashTable *ht; variable 7619 HashTable *ht; variable 9042 HashTable *ht; variable 9094 HashTable *ht; variable 9545 zend_array *ht; variable 9568 ZEND_HASH_FILL_PACKED(ht) { in ZEND_HASH_FILL_PACKED() argument [all …]
|
H A D | zend_vm_execute.h | 2531 HashTable *ht; in ZEND_SEND_ARRAY_SPEC_HANDLER() local 5153 HashTable *ht; in ZEND_CAST_SPEC_CONST_HANDLER() local 7923 HashTable *ht; in ZEND_ARRAY_KEY_EXISTS_SPEC_CONST_CONST_HANDLER() local 9018 HashTable *ht; in ZEND_FETCH_DIM_R_INDEX_SPEC_CONST_TMPVARCV_HANDLER() local 10308 HashTable *ht; in ZEND_ARRAY_KEY_EXISTS_SPEC_CONST_TMPVAR_HANDLER() local 12799 HashTable *ht; in ZEND_ARRAY_KEY_EXISTS_SPEC_CONST_CV_HANDLER() local 16960 HashTable *ht; in ZEND_ARRAY_KEY_EXISTS_SPEC_TMPVAR_CONST_HANDLER() local 17037 HashTable *ht; in ZEND_FETCH_DIM_R_INDEX_SPEC_TMPVAR_CONST_HANDLER() local 17092 HashTable *ht; in ZEND_FETCH_DIM_R_INDEX_SPEC_TMPVAR_TMPVARCV_HANDLER() local 18425 HashTable *ht; in ZEND_ARRAY_KEY_EXISTS_SPEC_TMPVAR_TMPVAR_HANDLER() local [all …]
|
H A D | zend_verify_type_inference.h | 83 HashTable *ht = Z_ARRVAL_P(value); in zend_verify_type_inference() local
|
H A D | zend_execute_API.c | 318 HashTable *ht = ZEND_MAP_PTR_GET(op_array->static_variables_ptr); in zend_shutdown_executor_values() local 370 HashTable *ht = ZEND_MAP_PTR_GET(op_array->static_variables_ptr); in zend_shutdown_executor_values() local 389 HashTable *ht = ZEND_MAP_PTR_GET(op_array->static_variables_ptr); in zend_shutdown_executor_values() local 1847 HashTable *ht = execute_data->symbol_table; in zend_attach_symbol_table() local 1882 HashTable *ht = execute_data->symbol_table; in zend_detach_symbol_table() local
|
H A D | zend_list.c | 215 void zend_close_rsrc_list(HashTable *ht) in zend_close_rsrc_list() 232 void zend_destroy_rsrc_list(HashTable *ht) in zend_destroy_rsrc_list()
|
H A D | zend_types.h | 463 #define HT_HASH(ht, idx) \ argument 474 #define HT_SIZE(ht) \ argument 476 #define HT_USED_SIZE(ht) \ argument 482 #define HT_PACKED_SIZE(ht) \ argument 484 #define HT_PACKED_USED_SIZE(ht) \ argument 487 # define HT_HASH_RESET(ht) do { \ argument 501 # define HT_HASH_RESET(ht) do { \ argument 517 # define HT_HASH_RESET(ht) do { \ argument 532 # define HT_HASH_RESET(ht) \ argument 545 #define HT_GET_DATA_ADDR(ht) \ argument [all …]
|
H A D | zend_execute.c | 1376 HashTable *ht = Z_ARRVAL_P(retval); in zend_verify_internal_func_info() local 2376 HashTable *ht; in zend_get_target_symbol_table() local 2400 ZEND_API ZEND_COLD zval* ZEND_FASTCALL zend_undefined_offset_write(HashTable *ht, zend_long lval) in zend_undefined_offset_write() 2420 ZEND_API ZEND_COLD zval* ZEND_FASTCALL zend_undefined_index_write(HashTable *ht, zend_string *offse… in zend_undefined_index_write() 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() 2753 static zend_never_inline zval* ZEND_FASTCALL zend_fetch_dimension_address_inner_W(HashTable *ht, co… in zend_fetch_dimension_address_inner_W() 2763 static zend_never_inline zval* ZEND_FASTCALL zend_fetch_dimension_address_inner_RW(HashTable *ht, c… in zend_fetch_dimension_address_inner_RW() 2871 HashTable *ht = zend_new_array(0); in zend_fetch_dimension_address() local 3100 static zend_never_inline zval* ZEND_FASTCALL zend_find_array_dim_slow(HashTable *ht, zval *offset E… in zend_find_array_dim_slow() [all …]
|
H A D | zend_alloc.h | 231 #define ALLOC_HASHTABLE(ht) \ argument 234 #define FREE_HASHTABLE(ht) \ argument 237 #define ALLOC_HASHTABLE_REL(ht) \ argument 240 #define FREE_HASHTABLE_REL(ht) \ argument
|
/php-src/win32/ |
H A D | registry.c | 80 HashTable *ht = NULL; in LoadDirectory() local 173 HashTable *ht = (HashTable *)Z_PTR_P(zv); in delete_internal_hashtable() local 260 HashTable *ht = (HashTable *)zend_hash_str_find_ptr(PW32G(registry_directories), path, path_len); in UpdateIniFromRegistry() local
|
/php-src/sapi/phpdbg/ |
H A D | phpdbg_watch.h | 78 HashTable ht; member 102 HashTable ht; member 109 HashTable *ht; member
|
/php-src/ext/opcache/jit/ |
H A D | zend_jit_helpers.c | 314 static zval* ZEND_FASTCALL zend_jit_symtable_find(HashTable *ht, zend_string *str) in zend_jit_symtable_find() 352 static zval* ZEND_FASTCALL zend_jit_hash_index_lookup_rw(HashTable *ht, zend_long idx) in zend_jit_hash_index_lookup_rw() 362 static zval* ZEND_FASTCALL zend_jit_hash_lookup_rw(HashTable *ht, zend_string *str) in zend_jit_hash_lookup_rw() 372 static zval* ZEND_FASTCALL zend_jit_symtable_lookup_rw(HashTable *ht, zend_string *str) in zend_jit_symtable_lookup_rw() 407 static zval* ZEND_FASTCALL zend_jit_symtable_lookup_w(HashTable *ht, zend_string *str) in zend_jit_symtable_lookup_w() 441 static int ZEND_FASTCALL zend_jit_undefined_op_helper_write(HashTable *ht, uint32_t var) in zend_jit_undefined_op_helper_write() 745 static int ZEND_FASTCALL zend_jit_fetch_dim_isset_helper(zend_array *ht, zval *dim) in zend_jit_fetch_dim_isset_helper() 849 static zval* ZEND_FASTCALL zend_jit_fetch_dim_rw_helper(zend_array *ht, zval *dim) in zend_jit_fetch_dim_rw_helper() 981 static zval* ZEND_FASTCALL zend_jit_fetch_dim_w_helper(zend_array *ht, zval *dim) in zend_jit_fetch_dim_w_helper() 2672 static void ZEND_FASTCALL zend_jit_array_free(HashTable *ht) in zend_jit_array_free() [all …]
|
/php-src/main/ |
H A D | php_variables.c | 52 …nline void php_register_variable_quick(const char *name, size_t name_len, zval *val, HashTable *ht) in php_register_variable_quick() 203 HashTable *ht; in php_register_variable_ex() local 604 static zend_always_inline void import_environment_variable(HashTable *ht, char *env) in import_environment_variable() 720 HashTable *ht; in php_register_server_variables() local
|
/php-src/ext/standard/ |
H A D | var.c | 36 HashTable ht; member 870 …HashTable *ht, HashTable *props, zend_string *name, zend_string *error_name, zval *struc) /* {{{ */ in php_var_serialize_try_add_sleep_prop() 900 HashTable *ht, zval *struc, HashTable *sleep_retval) /* {{{ */ in php_var_serialize_get_sleep_props() 973 static void php_var_serialize_nested_data(smart_str *buf, zval *struc, HashTable *ht, uint32_t coun… in php_var_serialize_nested_data() 1023 static void php_var_serialize_class(smart_str *buf, zval *struc, HashTable *ht, php_serialize_data_… in php_var_serialize_class() 1217 HashTable *ht; in php_var_serialize_intern() local
|
H A D | filters.c | 1076 static php_conv_err_t php_conv_get_string_prop_ex(const HashTable *ht, char **pretval, size_t *pret… in php_conv_get_string_prop_ex() 1097 static php_conv_err_t php_conv_get_ulong_prop_ex(const HashTable *ht, zend_ulong *pretval, char *fi… in php_conv_get_ulong_prop_ex() 1115 static php_conv_err_t php_conv_get_bool_prop_ex(const HashTable *ht, bool *pretval, char *field_nam… in php_conv_get_bool_prop_ex() 1128 static php_conv_err_t php_conv_get_uint_prop_ex(const HashTable *ht, unsigned int *pretval, char *f… in php_conv_get_uint_prop_ex() 1141 #define GET_STR_PROP(ht, var, var_len, fldname, persistent) \ argument 1144 #define GET_INT_PROP(ht, var, fldname) \ argument 1147 #define GET_UINT_PROP(ht, var, fldname) \ argument 1150 #define GET_BOOL_PROP(ht, var, fldname) \ argument
|
/php-src/ext/readline/ |
H A D | readline_cli.c | 417 …completion_generator_ht(const char *text, size_t textlen, int *state, HashTable *ht, void **pData)… in cli_completion_generator_ht() 472 …li_completion_generator_func(const char *text, size_t textlen, int *state, HashTable *ht) /* {{{ */ in cli_completion_generator_func() 496 …_completion_generator_define(const char *text, size_t textlen, int *state, HashTable *ht) /* {{{ */ in cli_completion_generator_define()
|
/php-src/ext/opcache/ |
H A D | zend_persist_calc.c | 52 static void zend_hash_persist_calc(HashTable *ht) in zend_hash_persist_calc() 118 HashTable *ht = Z_ARRVAL_P(z); in zend_persist_zval_calc() local
|
H A D | zend_file_cache.c | 303 static void zend_file_cache_serialize_hash(HashTable *ht, 392 HashTable *ht; local 498 HashTable *ht; local 1180 static void zend_file_cache_unserialize_hash(HashTable *ht, 1266 HashTable *ht; local 1378 HashTable *ht; local
|
/php-src/ext/spl/ |
H A D | spl_array.c | 106 static zend_never_inline void spl_array_create_ht_iter(HashTable *ht, spl_array_object* intern) /* … in spl_array_create_ht_iter() 114 static zend_always_inline uint32_t *spl_array_get_pos_ptr(HashTable *ht, spl_array_object* intern) … in spl_array_get_pos_ptr() 314 HashTable *ht = spl_array_get_hash_table(intern); in spl_array_get_dimension_ptr() local 454 static uint32_t spl_array_set_refcount(bool is_child, HashTable *ht, uint32_t refcount) /* {{{ */ in spl_array_set_refcount() 468 HashTable *ht; in spl_array_write_dimension_ex() local 528 HashTable *ht; in spl_array_unset_dimension_ex() local 611 HashTable *ht = spl_array_get_hash_table(intern); in spl_array_has_dimension_ex() local 738 HashTable *ht; in spl_array_get_properties_for() local
|
/php-src/ext/intl/dateformat/ |
H A D | dateformat_format_object.cpp | 94 HashTable *ht = Z_ARRVAL_P(format); in PHP_FUNCTION() local
|
/php-src/ext/mysqlnd/ |
H A D | php_mysqlnd.c | 66 HashTable *ht = mysqlnd_reverse_api_get_api_list(); in mysqlnd_minfo_dump_api_plugins() local
|