Home
last modified time | relevance | path

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

1234

/PHP-8.1/Zend/
H A Dzend_hash.h47 #define HT_FLAGS(ht) (ht)->u.flags argument
49 #define HT_INVALIDATE(ht) do { \ argument
53 #define HT_IS_INITIALIZED(ht) \ argument
56 #define HT_IS_PACKED(ht) \ argument
59 #define HT_IS_WITHOUT_HOLES(ht) \ argument
62 #define HT_HAS_STATIC_KEYS_ONLY(ht) \ argument
68 # define HT_ALLOW_COW_VIOLATION(ht) argument
77 #define HT_INC_ITERATORS_COUNT(ht) \ argument
79 #define HT_DEC_ITERATORS_COUNT(ht) \ argument
259 #define zend_hash_move_forward(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
438 static uint32_t zend_array_recalc_elements(HashTable *ht) in zend_array_recalc_elements()
454 ZEND_API uint32_t zend_array_count(HashTable *ht) in zend_array_count()
547 HashTable *ht = Z_ARRVAL_P(array); in zend_hash_iterator_pos_ex() local
[all …]
H A Dzend_weakrefs.c29 HashTable ht; member
74 HashTable *ht = ptr; in zend_weakref_unref() local
98 HashTable *ht = ZEND_WEAKREF_GET_PTR(tagged_ptr); in zend_weakref_register() local
104 HashTable *ht = emalloc(sizeof(HashTable)); in zend_weakref_register() local
129 HashTable *ht = ptr; in zend_weakref_unregister() local
146 ZEND_API zval *zend_weakrefs_hash_add(HashTable *ht, zend_object *key, zval *pData) { in zend_weakrefs_hash_add()
154 ZEND_API zend_result zend_weakrefs_hash_del(HashTable *ht, zend_object *key) { in zend_weakrefs_hash_del()
422 HashTable *ht; in zend_weakmap_get_properties_for() local
H A Dzend_weakrefs.h33 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
5291 HashTable *ht; variable
5327 ZEND_HASH_FOREACH_VAL(ht, arg) { in ZEND_HASH_FOREACH_VAL() argument
6186 HashTable *ht; variable
6472 HashTable *ht; variable
7224 HashTable *ht; variable
7345 HashTable *ht; variable
8785 HashTable *ht; variable
9237 zend_array *ht; variable
9260 ZEND_HASH_FILL_PACKED(ht) { in ZEND_HASH_FILL_PACKED() argument
[all …]
H A Dzend_vm_execute.h2347 HashTable *ht; in ZEND_SEND_ARRAY_SPEC_HANDLER() local
4779 HashTable *ht; in ZEND_CAST_SPEC_CONST_HANDLER() local
7370 HashTable *ht; in ZEND_ARRAY_KEY_EXISTS_SPEC_CONST_CONST_HANDLER() local
8344 HashTable *ht; in ZEND_FETCH_DIM_R_INDEX_SPEC_CONST_TMPVARCV_HANDLER() local
9559 HashTable *ht; in ZEND_ARRAY_KEY_EXISTS_SPEC_CONST_TMPVAR_HANDLER() local
11923 HashTable *ht; in ZEND_ARRAY_KEY_EXISTS_SPEC_CONST_CV_HANDLER() local
16050 HashTable *ht; in ZEND_ARRAY_KEY_EXISTS_SPEC_TMPVAR_CONST_HANDLER() local
16128 HashTable *ht; in ZEND_FETCH_DIM_R_INDEX_SPEC_TMPVAR_CONST_HANDLER() local
16183 HashTable *ht; in ZEND_FETCH_DIM_R_INDEX_SPEC_TMPVAR_TMPVARCV_HANDLER() local
17451 HashTable *ht; in ZEND_ARRAY_KEY_EXISTS_SPEC_TMPVAR_TMPVAR_HANDLER() local
[all …]
H A Dzend_gc.c694 HashTable *ht = NULL; in gc_scan_black() local
816 HashTable *ht = NULL; in gc_mark_grey() local
1022 HashTable *ht = obj->handlers->get_gc(obj, &zv, &n); in gc_scan() local
1052 HashTable *ht = (HashTable *)ref; in gc_scan() local
1152 HashTable *ht = NULL; in gc_collect_white() local
1331 HashTable *ht = NULL; in gc_remove_nested_data_from_buffer() local
H A Dzend_list.c215 void zend_close_rsrc_list(HashTable *ht) in zend_close_rsrc_list()
231 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
490 HashTable *ht = emalloc(sizeof(HashTable)); in zend_generator_add_child() local
612 HashTable *ht = Z_ARR(generator->values); in zend_generator_get_next_delegated_value() local
H A Dzend_execute_API.c309 HashTable *ht = ZEND_MAP_PTR_GET(op_array->static_variables_ptr); in zend_shutdown_executor_values() local
355 HashTable *ht = ZEND_MAP_PTR_GET(op_array->static_variables_ptr); in zend_shutdown_executor_values() local
1725 HashTable *ht = execute_data->symbol_table; in zend_attach_symbol_table() local
1760 HashTable *ht = execute_data->symbol_table; in zend_detach_symbol_table() local
H A Dzend_execute.c1244 HashTable *ht = Z_ARRVAL_P(retval); in zend_verify_internal_func_info() local
2125 HashTable *ht; in zend_get_target_symbol_table() local
2149 ZEND_API ZEND_COLD zval* ZEND_FASTCALL zend_undefined_offset_write(HashTable *ht, zend_long lval) in zend_undefined_offset_write()
2169 ZEND_API ZEND_COLD zval* ZEND_FASTCALL zend_undefined_index_write(HashTable *ht, zend_string *offse… in zend_undefined_index_write()
2265 static zend_never_inline zend_uchar slow_index_convert(HashTable *ht, const zval *dim, zend_value *… in slow_index_convert()
2333 static zend_never_inline zend_uchar slow_index_convert_w(HashTable *ht, const zval *dim, zend_value… in slow_index_convert_w()
2489 static zend_never_inline zval* ZEND_FASTCALL zend_fetch_dimension_address_inner_W(HashTable *ht, co… in zend_fetch_dimension_address_inner_W()
2499 static zend_never_inline zval* ZEND_FASTCALL zend_fetch_dimension_address_inner_RW(HashTable *ht, c… in zend_fetch_dimension_address_inner_RW()
2607 HashTable *ht = zend_new_array(0); in zend_fetch_dimension_address() local
2836 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.h234 #define ALLOC_HASHTABLE(ht) \ argument
237 #define FREE_HASHTABLE(ht) \ argument
240 #define ALLOC_HASHTABLE_REL(ht) \ argument
243 #define FREE_HASHTABLE_REL(ht) \ argument
/PHP-8.1/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.1/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.1/ext/opcache/
H A Dzend_file_cache.c296 static void zend_file_cache_serialize_hash(HashTable *ht,
370 HashTable *ht; local
475 HashTable *ht; local
837 HashTable *ht; local
1090 static void zend_file_cache_unserialize_hash(HashTable *ht,
1163 HashTable *ht; local
1283 HashTable *ht; local
/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_watch.h78 HashTable ht; member
102 HashTable ht; member
113 HashTable *ht; member
/PHP-8.1/main/
H A Dphp_variables.c49 …nline void php_register_variable_quick(const char *name, size_t name_len, zval *val, HashTable *ht) in php_register_variable_quick()
167 HashTable *ht; in php_register_variable_ex() local
567 static zend_always_inline void import_environment_variable(HashTable *ht, char *env) in import_environment_variable()
684 HashTable *ht; in php_register_server_variables() local
/PHP-8.1/ext/standard/
H A Dvar.c34 HashTable ht; member
828HashTable *ht, HashTable *props, zend_string *name, zend_string *error_name, zval *struc) /* {{{ */ in php_var_serialize_try_add_sleep_prop()
858 HashTable *ht, zval *struc, HashTable *sleep_retval) /* {{{ */ in php_var_serialize_get_sleep_props()
931 static void php_var_serialize_nested_data(smart_str *buf, zval *struc, HashTable *ht, uint32_t coun… in php_var_serialize_nested_data()
981 static void php_var_serialize_class(smart_str *buf, zval *struc, HashTable *ht, php_serialize_data_… in php_var_serialize_class()
1169 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.1/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-8.1/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.1/ext/intl/dateformat/
H A Ddateformat_format_object.cpp92 HashTable *ht = Z_ARRVAL_P(format); in PHP_FUNCTION() local
/PHP-8.1/ext/spl/
H A Dspl_array.c133 static zend_never_inline void spl_array_create_ht_iter(HashTable *ht, spl_array_object* intern) /* … in spl_array_create_ht_iter()
141 static zend_always_inline uint32_t *spl_array_get_pos_ptr(HashTable *ht, spl_array_object* intern) … in spl_array_get_pos_ptr()
355 HashTable *ht = spl_array_get_hash_table(intern); in spl_array_get_dimension_ptr() local
495 static uint32_t spl_array_set_refcount(bool is_child, HashTable *ht, uint32_t refcount) /* {{{ */ in spl_array_set_refcount()
509 HashTable *ht; in spl_array_write_dimension_ex() local
569 HashTable *ht; in spl_array_unset_dimension_ex() local
647 HashTable *ht = spl_array_get_hash_table(intern); in spl_array_has_dimension_ex() local
774 HashTable *ht; in spl_array_get_properties_for() local
/PHP-8.1/ext/mysqlnd/
H A Dphp_mysqlnd.c66 HashTable *ht = mysqlnd_reverse_api_get_api_list(); in mysqlnd_minfo_dump_api_plugins() local

Completed in 226 milliseconds

1234