Home
last modified time | relevance | path

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

1234

/PHP-8.3/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.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()
442 HashTable *ht; in zend_weakmap_get_properties_for() local
515 HashTable *ht = ptr; in zend_weakmap_get_object_key_entry_gc() local
550 HashTable *ht = ptr; in zend_weakmap_get_object_entry_gc() local
H A Dzend_generators.c187 HashTable *ht = node->child.ht; in zend_generator_remove_child() local
416 HashTable *ht = zend_unfinished_execution_gc_ex(execute_data, call, gc_buffer, true); in zend_generator_frame_gc() local
453 HashTable *ht = zend_generator_frame_gc(gc_buffer, generator); in zend_generator_get_gc() local
545 HashTable *ht = emalloc(sizeof(HashTable)); in zend_generator_add_child() local
665 HashTable *ht = Z_ARR(generator->values); in zend_generator_get_next_delegated_value() 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.h1156 HashTable *ht; variable
5326 HashTable *ht; variable
6294 HashTable *ht; variable
6589 HashTable *ht; variable
7373 HashTable *ht; variable
7494 HashTable *ht; variable
8955 HashTable *ht; variable
9007 HashTable *ht; variable
9458 zend_array *ht; variable
9481 ZEND_HASH_FILL_PACKED(ht) { in ZEND_HASH_FILL_PACKED() argument
[all …]
H A Dzend_vm_execute.h2455 HashTable *ht; in ZEND_SEND_ARRAY_SPEC_HANDLER() local
4889 HashTable *ht; in ZEND_CAST_SPEC_CONST_HANDLER() local
7566 HashTable *ht; in ZEND_ARRAY_KEY_EXISTS_SPEC_CONST_CONST_HANDLER() local
8666 HashTable *ht; in ZEND_FETCH_DIM_R_INDEX_SPEC_CONST_TMPVARCV_HANDLER() local
9897 HashTable *ht; in ZEND_ARRAY_KEY_EXISTS_SPEC_CONST_TMPVAR_HANDLER() local
12283 HashTable *ht; in ZEND_ARRAY_KEY_EXISTS_SPEC_CONST_CV_HANDLER() local
16404 HashTable *ht; in ZEND_ARRAY_KEY_EXISTS_SPEC_TMPVAR_CONST_HANDLER() local
16482 HashTable *ht; in ZEND_FETCH_DIM_R_INDEX_SPEC_TMPVAR_CONST_HANDLER() local
16537 HashTable *ht; in ZEND_FETCH_DIM_R_INDEX_SPEC_TMPVAR_TMPVARCV_HANDLER() local
17821 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_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.c313 HashTable *ht = ZEND_MAP_PTR_GET(op_array->static_variables_ptr); in zend_shutdown_executor_values() local
365 HashTable *ht = ZEND_MAP_PTR_GET(op_array->static_variables_ptr); in zend_shutdown_executor_values() local
1805 HashTable *ht = execute_data->symbol_table; in zend_attach_symbol_table() local
1840 HashTable *ht = execute_data->symbol_table; in zend_detach_symbol_table() local
H A Dzend_execute.c1335 HashTable *ht = Z_ARRVAL_P(retval); in zend_verify_internal_func_info() local
2185 HashTable *ht; in zend_get_target_symbol_table() local
2209 ZEND_API ZEND_COLD zval* ZEND_FASTCALL zend_undefined_offset_write(HashTable *ht, zend_long lval) in zend_undefined_offset_write()
2229 ZEND_API ZEND_COLD zval* ZEND_FASTCALL zend_undefined_index_write(HashTable *ht, zend_string *offse… in zend_undefined_index_write()
2333 static zend_never_inline uint8_t slow_index_convert(HashTable *ht, const zval *dim, zend_value *val… in slow_index_convert()
2401 static zend_never_inline uint8_t slow_index_convert_w(HashTable *ht, const zval *dim, zend_value *v… in slow_index_convert_w()
2557 static zend_never_inline zval* ZEND_FASTCALL zend_fetch_dimension_address_inner_W(HashTable *ht, co… in zend_fetch_dimension_address_inner_W()
2567 static zend_never_inline zval* ZEND_FASTCALL zend_fetch_dimension_address_inner_RW(HashTable *ht, c… in zend_fetch_dimension_address_inner_RW()
2675 HashTable *ht = zend_new_array(0); in zend_fetch_dimension_address() local
2904 static zend_never_inline zval* ZEND_FASTCALL zend_find_array_dim_slow(HashTable *ht, zval *offset E… in zend_find_array_dim_slow()
[all …]
/PHP-8.3/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.3/ext/opcache/jit/
H A Dzend_jit_helpers.c220 static zval* ZEND_FASTCALL zend_jit_symtable_find(HashTable *ht, zend_string *str) in zend_jit_symtable_find()
258 static zval* ZEND_FASTCALL zend_jit_hash_index_lookup_rw(HashTable *ht, zend_long idx) in zend_jit_hash_index_lookup_rw()
268 static zval* ZEND_FASTCALL zend_jit_hash_lookup_rw(HashTable *ht, zend_string *str) in zend_jit_hash_lookup_rw()
278 static zval* ZEND_FASTCALL zend_jit_symtable_lookup_rw(HashTable *ht, zend_string *str) in zend_jit_symtable_lookup_rw()
313 static zval* ZEND_FASTCALL zend_jit_symtable_lookup_w(HashTable *ht, zend_string *str) in zend_jit_symtable_lookup_w()
347 static int ZEND_FASTCALL zend_jit_undefined_op_helper_write(HashTable *ht, uint32_t var) in zend_jit_undefined_op_helper_write()
651 static int ZEND_FASTCALL zend_jit_fetch_dim_isset_helper(zend_array *ht, zval *dim) in zend_jit_fetch_dim_isset_helper()
755 static zval* ZEND_FASTCALL zend_jit_fetch_dim_rw_helper(zend_array *ht, zval *dim) in zend_jit_fetch_dim_rw_helper()
887 static zval* ZEND_FASTCALL zend_jit_fetch_dim_w_helper(zend_array *ht, zval *dim) in zend_jit_fetch_dim_w_helper()
2498 static void ZEND_FASTCALL zend_jit_array_free(HashTable *ht) in zend_jit_array_free()
[all …]
/PHP-8.3/sapi/phpdbg/
H A Dphpdbg_watch.h78 HashTable ht; member
102 HashTable ht; member
113 HashTable *ht; member
/PHP-8.3/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.3/ext/standard/
H A Dvar.c34 HashTable ht; member
823HashTable *ht, HashTable *props, zend_string *name, zend_string *error_name, zval *struc) /* {{{ */ in php_var_serialize_try_add_sleep_prop()
853 HashTable *ht, zval *struc, HashTable *sleep_retval) /* {{{ */ in php_var_serialize_get_sleep_props()
926 static void php_var_serialize_nested_data(smart_str *buf, zval *struc, HashTable *ht, uint32_t coun… in php_var_serialize_nested_data()
976 static void php_var_serialize_class(smart_str *buf, zval *struc, HashTable *ht, php_serialize_data_… in php_var_serialize_class()
1164 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.c96 PHPAPI void php_url_encode_hash_ex(HashTable *ht, smart_str *formstr, in php_url_encode_hash_ex()
/PHP-8.3/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.3/ext/opcache/
H A Dzend_file_cache.c300 static void zend_file_cache_serialize_hash(HashTable *ht,
389 HashTable *ht; local
494 HashTable *ht; local
1155 static void zend_file_cache_unserialize_hash(HashTable *ht,
1241 HashTable *ht; local
1352 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.3/ext/dom/
H A Ddom_iterators.c84 xmlNode *php_dom_libxml_hash_iter(xmlHashTable *ht, int index) /* {{{ */ in php_dom_libxml_hash_iter()
105 xmlNode *php_dom_libxml_notation_iter(xmlHashTable *ht, int index) /* {{{ */ in php_dom_libxml_notation_iter()
/PHP-8.3/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()
315 HashTable *ht = spl_array_get_hash_table(intern); in spl_array_get_dimension_ptr() local
455 static uint32_t spl_array_set_refcount(bool is_child, HashTable *ht, uint32_t refcount) /* {{{ */ in spl_array_set_refcount()
469 HashTable *ht; in spl_array_write_dimension_ex() local
529 HashTable *ht; in spl_array_unset_dimension_ex() local
610 HashTable *ht = spl_array_get_hash_table(intern); in spl_array_has_dimension_ex() local
737 HashTable *ht; in spl_array_get_properties_for() local
/PHP-8.3/ext/intl/dateformat/
H A Ddateformat_format_object.cpp92 HashTable *ht = Z_ARRVAL_P(format); in PHP_FUNCTION() local
/PHP-8.3/ext/mysqlnd/
H A Dphp_mysqlnd.c66 HashTable *ht = mysqlnd_reverse_api_get_api_list(); in mysqlnd_minfo_dump_api_plugins() local

Completed in 417 milliseconds

1234