Home
last modified time | relevance | path

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

1234

/PHP-8.2/Zend/
H A Dzend_hash.h48 #define HT_FLAGS(ht) (ht)->u.flags argument
50 #define HT_INVALIDATE(ht) do { \ argument
54 #define HT_IS_INITIALIZED(ht) \ argument
57 #define HT_IS_PACKED(ht) \ argument
60 #define HT_IS_WITHOUT_HOLES(ht) \ argument
63 #define HT_HAS_STATIC_KEYS_ONLY(ht) \ argument
69 # define HT_ALLOW_COW_VIOLATION(ht) argument
76 #define HT_SET_ITERATORS_COUNT(ht, iters) \ argument
78 #define HT_INC_ITERATORS_COUNT(ht) \ argument
80 #define HT_DEC_ITERATORS_COUNT(ht) \ argument
[all …]
H A Dzend_hash.c35 # define HT_ASSERT(ht, expr) \ argument
38 # define HT_ASSERT(ht, expr) argument
41 #define HT_ASSERT_RC1(ht) HT_ASSERT(ht, GC_REFCOUNT(ht) == 1) argument
82 #define ZEND_HASH_IF_FULL_DO_RESIZE(ht) \ argument
274 HashTable *ht = emalloc(sizeof(HashTable)); in _zend_new_array_0() local
281 HashTable *ht = emalloc(sizeof(HashTable)); in _zend_new_array() local
289 HashTable *ht = emalloc(sizeof(HashTable)); in zend_new_pair() local
450 static uint32_t zend_array_recalc_elements(HashTable *ht) in zend_array_recalc_elements()
466 ZEND_API uint32_t zend_array_count(HashTable *ht) in zend_array_count()
565 HashTable *ht = Z_ARRVAL_P(array); in zend_hash_iterator_pos_ex() local
[all …]
H A Dzend_weakrefs.c29 HashTable ht; member
84 HashTable *ht = ptr; in zend_weakref_unref() local
108 HashTable *ht = ZEND_WEAKREF_GET_PTR(tagged_ptr); in zend_weakref_register() local
114 HashTable *ht = emalloc(sizeof(HashTable)); in zend_weakref_register() local
144 HashTable *ht = ptr; in zend_weakref_unregister() local
168 ZEND_API zval *zend_weakrefs_hash_add(HashTable *ht, zend_object *key, zval *pData) { in zend_weakrefs_hash_add()
176 ZEND_API zend_result zend_weakrefs_hash_del(HashTable *ht, zend_object *key) { in zend_weakrefs_hash_del()
445 HashTable *ht; in zend_weakmap_get_properties_for() local
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.h1153 HashTable *ht; variable
5283 HashTable *ht; variable
5319 ZEND_HASH_FOREACH_VAL(ht, arg) { in ZEND_HASH_FOREACH_VAL() argument
6192 HashTable *ht; variable
6491 HashTable *ht; variable
7275 HashTable *ht; variable
7396 HashTable *ht; variable
8851 HashTable *ht; variable
9304 zend_array *ht; variable
9327 ZEND_HASH_FILL_PACKED(ht) { in ZEND_HASH_FILL_PACKED() argument
[all …]
H A Dzend_vm_execute.h2430 HashTable *ht; in ZEND_SEND_ARRAY_SPEC_HANDLER() local
4841 HashTable *ht; in ZEND_CAST_SPEC_CONST_HANDLER() local
7472 HashTable *ht; in ZEND_ARRAY_KEY_EXISTS_SPEC_CONST_CONST_HANDLER() local
8446 HashTable *ht; in ZEND_FETCH_DIM_R_INDEX_SPEC_CONST_TMPVARCV_HANDLER() local
9669 HashTable *ht; in ZEND_ARRAY_KEY_EXISTS_SPEC_CONST_TMPVAR_HANDLER() local
12042 HashTable *ht; in ZEND_ARRAY_KEY_EXISTS_SPEC_CONST_CV_HANDLER() local
16155 HashTable *ht; in ZEND_ARRAY_KEY_EXISTS_SPEC_TMPVAR_CONST_HANDLER() local
16233 HashTable *ht; in ZEND_FETCH_DIM_R_INDEX_SPEC_TMPVAR_CONST_HANDLER() local
16288 HashTable *ht; in ZEND_FETCH_DIM_R_INDEX_SPEC_TMPVAR_TMPVARCV_HANDLER() local
17564 HashTable *ht; in ZEND_ARRAY_KEY_EXISTS_SPEC_TMPVAR_TMPVAR_HANDLER() local
[all …]
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
491 HashTable *ht = emalloc(sizeof(HashTable)); in zend_generator_add_child() local
613 HashTable *ht = Z_ARR(generator->values); in zend_generator_get_next_delegated_value() local
H A Dzend_execute_API.c312 HashTable *ht = ZEND_MAP_PTR_GET(op_array->static_variables_ptr); in zend_shutdown_executor_values() local
364 HashTable *ht = ZEND_MAP_PTR_GET(op_array->static_variables_ptr); in zend_shutdown_executor_values() local
1783 HashTable *ht = execute_data->symbol_table; in zend_attach_symbol_table() local
1818 HashTable *ht = execute_data->symbol_table; in zend_detach_symbol_table() local
H A Dzend_gc.c694 HashTable *ht; in gc_scan_black() local
816 HashTable *ht; in gc_mark_grey() local
995 HashTable *ht; in gc_scan() local
1172 HashTable *ht; in gc_collect_white() local
1354 HashTable *ht; in gc_remove_nested_data_from_buffer() local
H A Dzend_types.h443 #define HT_HASH(ht, idx) \ argument
454 #define HT_SIZE(ht) \ argument
456 #define HT_USED_SIZE(ht) \ argument
462 #define HT_PACKED_SIZE(ht) \ argument
464 #define HT_PACKED_USED_SIZE(ht) \ argument
467 # define HT_HASH_RESET(ht) do { \ argument
483 # define HT_HASH_RESET(ht) \ argument
486 #define HT_HASH_RESET_PACKED(ht) do { \ argument
490 #define HT_HASH_TO_BUCKET(ht, idx) \ argument
496 #define HT_GET_DATA_ADDR(ht) \ argument
[all …]
/PHP-8.2/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-8.2/ext/opcache/jit/
H A Dzend_jit_helpers.c230 static zval* ZEND_FASTCALL zend_jit_symtable_find(HashTable *ht, zend_string *str) in zend_jit_symtable_find()
268 static zval* ZEND_FASTCALL zend_jit_hash_index_lookup_rw(HashTable *ht, zend_long idx) in zend_jit_hash_index_lookup_rw()
278 static zval* ZEND_FASTCALL zend_jit_hash_lookup_rw(HashTable *ht, zend_string *str) in zend_jit_hash_lookup_rw()
288 static zval* ZEND_FASTCALL zend_jit_symtable_lookup_rw(HashTable *ht, zend_string *str) in zend_jit_symtable_lookup_rw()
323 static zval* ZEND_FASTCALL zend_jit_symtable_lookup_w(HashTable *ht, zend_string *str) in zend_jit_symtable_lookup_w()
357 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()
2451 static void ZEND_FASTCALL zend_jit_array_free(HashTable *ht) in zend_jit_array_free()
[all …]
/PHP-8.2/sapi/phpdbg/
H A Dphpdbg_watch.h78 HashTable ht; member
102 HashTable ht; member
113 HashTable *ht; member
/PHP-8.2/ext/standard/
H A Dvar.c34 HashTable ht; member
831HashTable *ht, HashTable *props, zend_string *name, zend_string *error_name, zval *struc) /* {{{ */ in php_var_serialize_try_add_sleep_prop()
861 HashTable *ht, zval *struc, HashTable *sleep_retval) /* {{{ */ in php_var_serialize_get_sleep_props()
934 static void php_var_serialize_nested_data(smart_str *buf, zval *struc, HashTable *ht, uint32_t coun… in php_var_serialize_nested_data()
984 static void php_var_serialize_class(smart_str *buf, zval *struc, HashTable *ht, php_serialize_data_… in php_var_serialize_class()
1172 HashTable *ht; in php_var_serialize_intern() local
H A Dfilters.c1084 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()
1105 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()
1123 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()
1136 static int php_conv_get_uint_prop_ex(const HashTable *ht, unsigned int *pretval, char *field_name, … in php_conv_get_uint_prop_ex()
1149 #define GET_STR_PROP(ht, var, var_len, fldname, persistent) \ argument
1152 #define GET_INT_PROP(ht, var, fldname) \ argument
1155 #define GET_UINT_PROP(ht, var, fldname) \ argument
1158 #define GET_BOOL_PROP(ht, var, fldname) \ argument
H A Dhttp.c24 PHPAPI void php_url_encode_hash_ex(HashTable *ht, smart_str *formstr, in php_url_encode_hash_ex()
/PHP-8.2/main/
H A Dphp_variables.c51 …nline void php_register_variable_quick(const char *name, size_t name_len, zval *val, HashTable *ht) in php_register_variable_quick()
202 HashTable *ht; in php_register_variable_ex() local
602 static zend_always_inline void import_environment_variable(HashTable *ht, char *env) in import_environment_variable()
724 HashTable *ht; in php_register_server_variables() local
/PHP-8.2/ext/readline/
H A Dreadline_cli.c424 …completion_generator_ht(const char *text, size_t textlen, int *state, HashTable *ht, void **pData)… in cli_completion_generator_ht()
479 …li_completion_generator_func(const char *text, size_t textlen, int *state, HashTable *ht) /* {{{ */ in cli_completion_generator_func()
503 …_completion_generator_define(const char *text, size_t textlen, int *state, HashTable *ht) /* {{{ */ in cli_completion_generator_define()
/PHP-8.2/ext/opcache/
H A Dzend_file_cache.c299 static void zend_file_cache_serialize_hash(HashTable *ht,
388 HashTable *ht; local
493 HashTable *ht; local
1153 static void zend_file_cache_unserialize_hash(HashTable *ht,
1239 HashTable *ht; local
1350 HashTable *ht; local
H A Dzend_persist_calc.c52 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
/PHP-8.2/ext/dom/
H A Ddom_iterators.c83 xmlNode *php_dom_libxml_hash_iter(xmlHashTable *ht, int index) /* {{{ */ in php_dom_libxml_hash_iter()
104 xmlNode *php_dom_libxml_notation_iter(xmlHashTable *ht, int index) /* {{{ */ in php_dom_libxml_notation_iter()
/PHP-8.2/ext/spl/
H A Dspl_array.c114 static zend_never_inline void spl_array_create_ht_iter(HashTable *ht, spl_array_object* intern) /* … in spl_array_create_ht_iter()
122 static zend_always_inline uint32_t *spl_array_get_pos_ptr(HashTable *ht, spl_array_object* intern) … in spl_array_get_pos_ptr()
316 HashTable *ht = spl_array_get_hash_table(intern); in spl_array_get_dimension_ptr() local
456 static uint32_t spl_array_set_refcount(bool is_child, HashTable *ht, uint32_t refcount) /* {{{ */ in spl_array_set_refcount()
470 HashTable *ht; in spl_array_write_dimension_ex() local
530 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-8.2/ext/intl/dateformat/
H A Ddateformat_format_object.cpp92 HashTable *ht = Z_ARRVAL_P(format); in PHP_FUNCTION() local
/PHP-8.2/ext/mysqlnd/
H A Dphp_mysqlnd.c66 HashTable *ht = mysqlnd_reverse_api_get_api_list(); in mysqlnd_minfo_dump_api_plugins() local

Completed in 371 milliseconds

1234