Home
last modified time | relevance | path

Searched defs:ht (Results 1 – 25 of 84) sorted by relevance

1234

/php-src/Zend/
H A Dzend_hash.h50 #define HT_FLAGS(ht) (ht)->u.flags argument
52 #define HT_INVALIDATE(ht) do { \ argument
56 #define HT_IS_INITIALIZED(ht) \ argument
59 #define HT_IS_PACKED(ht) \ argument
62 #define HT_IS_WITHOUT_HOLES(ht) \ argument
65 #define HT_HAS_STATIC_KEYS_ONLY(ht) \ argument
71 # define HT_ALLOW_COW_VIOLATION(ht) argument
78 #define HT_SET_ITERATORS_COUNT(ht, iters) \ argument
80 #define HT_INC_ITERATORS_COUNT(ht) \ argument
82 #define HT_DEC_ITERATORS_COUNT(ht) \ argument
[all …]
H A Dzend_hash.c38 # 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
460 static uint32_t zend_array_recalc_elements(HashTable *ht) in zend_array_recalc_elements()
476 ZEND_API uint32_t zend_array_count(HashTable *ht) in zend_array_count()
624 HashTable *ht = Z_ARRVAL_P(array); in zend_hash_iterator_pos_ex() local
[all …]
H A Dzend_weakrefs.c30 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
169 ZEND_API zval *zend_weakrefs_hash_add(HashTable *ht, zend_object *key, zval *pData) { in zend_weakrefs_hash_add()
177 ZEND_API zend_result zend_weakrefs_hash_del(HashTable *ht, zend_object *key) { in zend_weakrefs_hash_del()
278 HashTable *ht = zend_new_array(1); in zend_weakref_get_debug_info() local
461 HashTable *ht; in zend_weakmap_get_properties_for() local
534 HashTable *ht = ptr; in zend_weakmap_get_object_key_entry_gc() local
[all …]
H A Dzend_weakrefs.h35 static zend_always_inline void *zend_weakrefs_hash_add_ptr(HashTable *ht, zend_object *key, void *p… in zend_weakrefs_hash_add_ptr()
H A Dzend_vm_def.h1156 HashTable *ht; variable
5344 HashTable *ht; variable
6312 HashTable *ht; variable
6607 HashTable *ht; variable
7391 HashTable *ht; variable
7512 HashTable *ht; variable
8973 HashTable *ht; variable
9025 HashTable *ht; variable
9476 zend_array *ht; variable
9499 ZEND_HASH_FILL_PACKED(ht) { in ZEND_HASH_FILL_PACKED() argument
[all …]
H A Dzend_vm_execute.h2467 HashTable *ht; in ZEND_SEND_ARRAY_SPEC_HANDLER() local
4987 HashTable *ht; in ZEND_CAST_SPEC_CONST_HANDLER() local
7687 HashTable *ht; in ZEND_ARRAY_KEY_EXISTS_SPEC_CONST_CONST_HANDLER() local
8787 HashTable *ht; in ZEND_FETCH_DIM_R_INDEX_SPEC_CONST_TMPVARCV_HANDLER() local
10018 HashTable *ht; in ZEND_ARRAY_KEY_EXISTS_SPEC_CONST_TMPVAR_HANDLER() local
12404 HashTable *ht; in ZEND_ARRAY_KEY_EXISTS_SPEC_CONST_CV_HANDLER() local
16525 HashTable *ht; in ZEND_ARRAY_KEY_EXISTS_SPEC_TMPVAR_CONST_HANDLER() local
16603 HashTable *ht; in ZEND_FETCH_DIM_R_INDEX_SPEC_TMPVAR_CONST_HANDLER() local
16658 HashTable *ht; in ZEND_FETCH_DIM_R_INDEX_SPEC_TMPVAR_TMPVARCV_HANDLER() local
17942 HashTable *ht; in ZEND_ARRAY_KEY_EXISTS_SPEC_TMPVAR_TMPVAR_HANDLER() local
[all …]
H A Dzend_verify_type_inference.h83 HashTable *ht = Z_ARRVAL_P(value); in zend_verify_type_inference() local
H A Dzend_list.c215 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 Dzend_generators.c185 HashTable *ht = node->child.ht; in zend_generator_remove_child() local
486 HashTable *ht = emalloc(sizeof(HashTable)); in zend_generator_add_child() local
608 HashTable *ht = Z_ARR(generator->values); in zend_generator_get_next_delegated_value() local
H A Dzend_types.h463 #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 Dzend_execute_API.c314 HashTable *ht = ZEND_MAP_PTR_GET(op_array->static_variables_ptr); in zend_shutdown_executor_values() local
366 HashTable *ht = ZEND_MAP_PTR_GET(op_array->static_variables_ptr); in zend_shutdown_executor_values() local
1811 HashTable *ht = execute_data->symbol_table; in zend_attach_symbol_table() local
1846 HashTable *ht = execute_data->symbol_table; in zend_detach_symbol_table() local
H A Dzend_execute.c1337 HashTable *ht = Z_ARRVAL_P(retval); in zend_verify_internal_func_info() local
2187 HashTable *ht; in zend_get_target_symbol_table() local
2211 ZEND_API ZEND_COLD zval* ZEND_FASTCALL zend_undefined_offset_write(HashTable *ht, zend_long lval) in zend_undefined_offset_write()
2231 ZEND_API ZEND_COLD zval* ZEND_FASTCALL zend_undefined_index_write(HashTable *ht, zend_string *offse… in zend_undefined_index_write()
2335 static zend_never_inline uint8_t slow_index_convert(HashTable *ht, const zval *dim, zend_value *val… in slow_index_convert()
2403 static zend_never_inline uint8_t slow_index_convert_w(HashTable *ht, const zval *dim, zend_value *v… in slow_index_convert_w()
2559 static zend_never_inline zval* ZEND_FASTCALL zend_fetch_dimension_address_inner_W(HashTable *ht, co… in zend_fetch_dimension_address_inner_W()
2569 static zend_never_inline zval* ZEND_FASTCALL zend_fetch_dimension_address_inner_RW(HashTable *ht, c… in zend_fetch_dimension_address_inner_RW()
2677 HashTable *ht = zend_new_array(0); in zend_fetch_dimension_address() local
2906 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 Dzend_alloc.h230 #define ALLOC_HASHTABLE(ht) \ argument
233 #define FREE_HASHTABLE(ht) \ argument
236 #define ALLOC_HASHTABLE_REL(ht) \ argument
239 #define FREE_HASHTABLE_REL(ht) \ argument
/php-src/win32/
H A Dregistry.c80 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/ext/opcache/jit/
H A Dzend_jit_helpers.c228 static zval* ZEND_FASTCALL zend_jit_symtable_find(HashTable *ht, zend_string *str) in zend_jit_symtable_find()
266 static zval* ZEND_FASTCALL zend_jit_hash_index_lookup_rw(HashTable *ht, zend_long idx) in zend_jit_hash_index_lookup_rw()
276 static zval* ZEND_FASTCALL zend_jit_hash_lookup_rw(HashTable *ht, zend_string *str) in zend_jit_hash_lookup_rw()
286 static zval* ZEND_FASTCALL zend_jit_symtable_lookup_rw(HashTable *ht, zend_string *str) in zend_jit_symtable_lookup_rw()
321 static zval* ZEND_FASTCALL zend_jit_symtable_lookup_w(HashTable *ht, zend_string *str) in zend_jit_symtable_lookup_w()
355 static int ZEND_FASTCALL zend_jit_undefined_op_helper_write(HashTable *ht, uint32_t var) in zend_jit_undefined_op_helper_write()
659 static int ZEND_FASTCALL zend_jit_fetch_dim_isset_helper(zend_array *ht, zval *dim) in zend_jit_fetch_dim_isset_helper()
763 static zval* ZEND_FASTCALL zend_jit_fetch_dim_rw_helper(zend_array *ht, zval *dim) in zend_jit_fetch_dim_rw_helper()
895 static zval* ZEND_FASTCALL zend_jit_fetch_dim_w_helper(zend_array *ht, zval *dim) in zend_jit_fetch_dim_w_helper()
2506 static void ZEND_FASTCALL zend_jit_array_free(HashTable *ht) in zend_jit_array_free()
[all …]
/php-src/sapi/phpdbg/
H A Dphpdbg_watch.h78 HashTable ht; member
102 HashTable ht; member
109 HashTable *ht; member
/php-src/main/
H A Dphp_variables.c52 …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 Dvar.c34 HashTable ht; member
816HashTable *ht, HashTable *props, zend_string *name, zend_string *error_name, zval *struc) /* {{{ */ in php_var_serialize_try_add_sleep_prop()
846 HashTable *ht, zval *struc, HashTable *sleep_retval) /* {{{ */ in php_var_serialize_get_sleep_props()
919 static void php_var_serialize_nested_data(smart_str *buf, zval *struc, HashTable *ht, uint32_t coun… in php_var_serialize_nested_data()
969 static void php_var_serialize_class(smart_str *buf, zval *struc, HashTable *ht, php_serialize_data_… in php_var_serialize_class()
1148 HashTable *ht; in php_var_serialize_intern() local
H A Dfilters.c1077 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()
1098 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()
1116 static php_conv_err_t php_conv_get_bool_prop_ex(const HashTable *ht, int *pretval, char *field_name… in php_conv_get_bool_prop_ex()
1129 static int php_conv_get_uint_prop_ex(const HashTable *ht, unsigned int *pretval, char *field_name, … in php_conv_get_uint_prop_ex()
1142 #define GET_STR_PROP(ht, var, var_len, fldname, persistent) \ argument
1145 #define GET_INT_PROP(ht, var, fldname) \ argument
1148 #define GET_UINT_PROP(ht, var, fldname) \ argument
1151 #define GET_BOOL_PROP(ht, var, fldname) \ argument
/php-src/ext/readline/
H A Dreadline_cli.c423 …completion_generator_ht(const char *text, size_t textlen, int *state, HashTable *ht, void **pData)… in cli_completion_generator_ht()
478 …li_completion_generator_func(const char *text, size_t textlen, int *state, HashTable *ht) /* {{{ */ in cli_completion_generator_func()
502 …_completion_generator_define(const char *text, size_t textlen, int *state, HashTable *ht) /* {{{ */ in cli_completion_generator_define()
/php-src/ext/opcache/
H A Dzend_persist_calc.c51 static void zend_hash_persist_calc(HashTable *ht) in zend_hash_persist_calc()
117 HashTable *ht = Z_ARRVAL_P(z); in zend_persist_zval_calc() local
H A Dzend_file_cache.c300 static void zend_file_cache_serialize_hash(HashTable *ht,
389 HashTable *ht; local
494 HashTable *ht; local
1156 static void zend_file_cache_unserialize_hash(HashTable *ht,
1242 HashTable *ht; local
1353 HashTable *ht; local
/php-src/ext/intl/dateformat/
H A Ddateformat_format_object.cpp92 HashTable *ht = Z_ARRVAL_P(format); in PHP_FUNCTION() local
/php-src/ext/spl/
H A Dspl_array.c111 static zend_never_inline void spl_array_create_ht_iter(HashTable *ht, spl_array_object* intern) /* … in spl_array_create_ht_iter()
119 static zend_always_inline uint32_t *spl_array_get_pos_ptr(HashTable *ht, spl_array_object* intern) … in spl_array_get_pos_ptr()
312 HashTable *ht = spl_array_get_hash_table(intern); in spl_array_get_dimension_ptr() local
452 static uint32_t spl_array_set_refcount(bool is_child, HashTable *ht, uint32_t refcount) /* {{{ */ in spl_array_set_refcount()
466 HashTable *ht; in spl_array_write_dimension_ex() local
526 HashTable *ht; in spl_array_unset_dimension_ex() local
607 HashTable *ht = spl_array_get_hash_table(intern); in spl_array_has_dimension_ex() local
734 HashTable *ht; in spl_array_get_properties_for() local
/php-src/ext/mysqlnd/
H A Dphp_mysqlnd.c66 HashTable *ht = mysqlnd_reverse_api_get_api_list(); in mysqlnd_minfo_dump_api_plugins() local

Completed in 373 milliseconds

1234