/PHP-8.3/ext/soap/ |
H A D | php_sdl.h | 52 HashTable functions; /* array of sdlFunction */ 53 HashTable *types; /* array of sdlTypesPtr */ 54 HashTable *elements; /* array of sdlTypesPtr */ 55 HashTable *encoders; /* array of encodePtr */ 58 HashTable *groups; /* array of sdlTypesPtr */ 67 HashTable docs; /* array of xmlDocPtr */ 69 HashTable messages; /* array of xmlNodePtr */ 70 HashTable bindings; /* array of xmlNodePtr */ 71 HashTable portTypes; /* array of xmlNodePtr */ 72 HashTable services; /* array of xmlNodePtr */ [all …]
|
H A D | php_soap.h | 82 HashTable *ft; 95 HashTable *typemap; 101 HashTable *class_map; 155 HashTable defEncNs; /* mapping of default namespaces to prefixes */ 156 HashTable defEnc; 157 HashTable defEncIndex; 158 HashTable *typemap; 171 HashTable *mem_cache; 173 HashTable *class_map; 175 HashTable wsdl_cache; [all …]
|
/PHP-8.3/Zend/ |
H A D | zend_hash.h | 343 ZEND_API HashTable* ZEND_FASTCALL zend_array_dup(HashTable *source); 345 ZEND_API HashTable* zend_array_to_list(HashTable *source); 347 ZEND_API HashTable* ZEND_FASTCALL zend_symtable_to_proptable(HashTable *ht); 1007 HashTable *__ht = (_ht); \ 1015 HashTable *__ht = (_ht); \ 1024 HashTable *__ht = (_ht); \ 1052 HashTable *__ht = (_ht); \ 1241 HashTable *__ht = (_ht); \ 1255 HashTable *__ht = (_ht); \ 1449 HashTable *__ht = (_ht); \ [all …]
|
H A D | zend_globals.h | 96 HashTable *auto_globals; 128 HashTable interned_strings; 140 HashTable *memoized_exprs; 149 HashTable *delayed_autoloads; 150 HashTable *unlinked_uses; 212 HashTable *in_autoload; 222 HashTable regular_list; 223 HashTable persistent_list; 241 HashTable *ini_directives; 242 HashTable *modified_ini_directives; [all …]
|
H A D | zend_weakrefs.h | 33 ZEND_API zval *zend_weakrefs_hash_add(HashTable *ht, zend_object *key, zval *pData); 34 ZEND_API zend_result zend_weakrefs_hash_del(HashTable *ht, zend_object *key); 35 static zend_always_inline void *zend_weakrefs_hash_add_ptr(HashTable *ht, zend_object *key, void *p… in zend_weakrefs_hash_add_ptr() 65 HashTable *zend_weakmap_get_gc(zend_object *object, zval **table, int *n); 66 HashTable *zend_weakmap_get_key_entry_gc(zend_object *object, zval **table, int *n); 67 HashTable *zend_weakmap_get_entry_gc(zend_object *object, zval **table, int *n); 68 HashTable *zend_weakmap_get_object_key_entry_gc(zend_object *object, zval **table, int *n); 69 HashTable *zend_weakmap_get_object_entry_gc(zend_object *object, zval **table, int *n);
|
H A D | zend_hash.c | 284 HashTable *ht = emalloc(sizeof(HashTable)); in _zend_new_array_0() 291 HashTable *ht = emalloc(sizeof(HashTable)); in _zend_new_array() 299 HashTable *ht = emalloc(sizeof(HashTable)); in zend_new_pair() 624 HashTable *ht = Z_ARRVAL_P(array); in zend_hash_iterator_pos_ex() 2348 static void zend_array_dup_ht_iterators(HashTable *source, HashTable *target) { in zend_array_dup_ht_iterators() 2439 ZEND_API HashTable* ZEND_FASTCALL zend_array_dup(HashTable *source) in zend_array_dup() 2442 HashTable *target; in zend_array_dup() 2527 ZEND_API HashTable* zend_array_to_list(HashTable *source) in zend_array_to_list() 3198 ZEND_API int zend_hash_compare(HashTable *ht1, HashTable *ht2, compare_func_t compar, bool ordered) in zend_hash_compare() 3334 ZEND_API HashTable* ZEND_FASTCALL zend_symtable_to_proptable(HashTable *ht) in zend_symtable_to_proptable() [all …]
|
H A D | zend_attributes.h | 70 ZEND_API zend_attribute *zend_get_attribute(HashTable *attributes, zend_string *lcname); 71 ZEND_API zend_attribute *zend_get_attribute_str(HashTable *attributes, const char *str, size_t len); 73 ZEND_API zend_attribute *zend_get_parameter_attribute(HashTable *attributes, zend_string *lcname, u… 74 ZEND_API zend_attribute *zend_get_parameter_attribute_str(HashTable *attributes, const char *str, s… 79 ZEND_API bool zend_is_attribute_repeated(HashTable *attributes, zend_attribute *attr); 86 HashTable **attributes, zend_string *name, uint32_t argc,
|
H A D | zend_attributes.c | 36 static HashTable internal_attributes; 143 static HashTable *attributes_sensitive_parameter_value_get_properties_for(zend_object *zobj, zend_p… in attributes_sensitive_parameter_value_get_properties_for() 153 static zend_attribute *get_attribute(HashTable *attributes, zend_string *lcname, uint32_t offset) in get_attribute() 168 static zend_attribute *get_attribute_str(HashTable *attributes, const char *str, size_t len, uint32… in get_attribute_str() 183 ZEND_API zend_attribute *zend_get_attribute(HashTable *attributes, zend_string *lcname) in zend_get_attribute() 188 ZEND_API zend_attribute *zend_get_attribute_str(HashTable *attributes, const char *str, size_t len) in zend_get_attribute_str() 193 ZEND_API zend_attribute *zend_get_parameter_attribute(HashTable *attributes, zend_string *lcname, u… in zend_get_parameter_attribute() 198 ZEND_API zend_attribute *zend_get_parameter_attribute_str(HashTable *attributes, const char *str, s… in zend_get_parameter_attribute_str() 247 ZEND_API bool zend_is_attribute_repeated(HashTable *attributes, zend_attribute *attr) in zend_is_attribute_repeated() 284 ZEND_API zend_attribute *zend_add_attribute(HashTable **attributes, zend_string *name, uint32_t arg… in zend_add_attribute() [all …]
|
H A D | zend_object_handlers.h | 84 typedef HashTable *(*zend_object_get_properties_t)(zend_object *object); 86 typedef HashTable *(*zend_object_get_debug_info_t)(zend_object *object, int *is_temp); 157 typedef HashTable *(*zend_object_get_gc_t)(zend_object *object, zval **table, int *n); 211 ZEND_API HashTable *zend_std_get_properties(zend_object *object); 212 ZEND_API HashTable *zend_std_get_gc(zend_object *object, zval **table, int *n); 213 ZEND_API HashTable *zend_std_get_debug_info(zend_object *object, int *is_temp); 230 ZEND_API HashTable *zend_std_build_object_properties_array(zend_object *zobj); 250 ZEND_API HashTable *zend_std_get_properties_for(zend_object *obj, zend_prop_purpose purpose); 254 ZEND_API HashTable *zend_get_properties_for(zval *obj, zend_prop_purpose purpose);
|
/PHP-8.3/ext/standard/ |
H A D | php_array.h | 28 PHPAPI int php_array_merge(HashTable *dest, HashTable *src); 29 PHPAPI int php_array_merge_recursive(HashTable *dest, HashTable *src); 30 PHPAPI int php_array_replace_recursive(HashTable *dest, HashTable *src); 32 PHPAPI zend_long php_count_recursive(HashTable *ht);
|
H A D | basic_functions.h | 62 HashTable *user_shutdown_function_names; 63 HashTable putenv_ht; 102 HashTable url_adapt_session_hosts_ht; 104 HashTable url_adapt_output_hosts_ht; 105 HashTable *user_filter_map;
|
H A D | file.h | 51 PHPAPI HashTable *php_bc_fgetcsv_empty_line(void); 52 PHPAPI HashTable *php_fgetcsv(php_stream *stream, char delimiter, char enclosure, int escape_char, … 102 HashTable *stream_wrappers; /* per-request copy of url_stream_wrappers_hash */ 103 HashTable *stream_filters; /* per-request copy of stream_filters_hash */ 104 HashTable *wrapper_errors; /* key: wrapper address; value: linked list of char* */
|
/PHP-8.3/sapi/phpdbg/ |
H A D | phpdbg_watch.h | 72 HashTable elements; 78 HashTable ht; 86 HashTable parents; 95 HashTable child_container; /* children of this watch element for recursive array elements */ 96 HashTable *parent_container; /* container of the value */ 102 HashTable ht; 113 HashTable *ht; 115 HashTable watches; /* contains phpdbg_watch_element */
|
H A D | phpdbg.h | 231 HashTable bp[PHPDBG_BREAK_TABLES]; /* break points */ 232 HashTable registered; /* registered */ 233 HashTable seek; /* seek oplines */ 252 HashTable watch_elements; /* user defined watch elements */ 253 …HashTable watch_collisions; /* collision table to check if multiple watches share… 254 …HashTable watch_recreation; /* watch elements pending recreation of their respect… 255 HashTable watch_free; /* pointers to watch for being freed */ 256 HashTable *watchlist_mem; /* triggered watchpoints */ 257 …HashTable *original_watchlist_mem; /* the original allocation for watchlist_mem, used wh… 258 …HashTable *watchlist_mem_backup; /* triggered watchpoints backup table while iterating… [all …]
|
/PHP-8.3/ext/hash/ |
H A D | php_hash_sha.h | 33 PHP_HASH_API void PHP_SHA224InitArgs(PHP_SHA224_CTX *, ZEND_ATTRIBUTE_UNUSED HashTable *); 46 PHP_HASH_API void PHP_SHA256InitArgs(PHP_SHA256_CTX *, ZEND_ATTRIBUTE_UNUSED HashTable *); 59 PHP_HASH_API void PHP_SHA384InitArgs(PHP_SHA384_CTX *, ZEND_ATTRIBUTE_UNUSED HashTable *); 72 PHP_HASH_API void PHP_SHA512InitArgs(PHP_SHA512_CTX *, ZEND_ATTRIBUTE_UNUSED HashTable *); 77 PHP_HASH_API void PHP_SHA512_256InitArgs(PHP_SHA512_CTX *, ZEND_ATTRIBUTE_UNUSED HashTable *); 82 PHP_HASH_API void PHP_SHA512_224InitArgs(PHP_SHA512_CTX *, ZEND_ATTRIBUTE_UNUSED HashTable *);
|
H A D | php_hash_sha3.h | 39 PHP_HASH_API void PHP_SHA3224Init(PHP_SHA3_224_CTX*, ZEND_ATTRIBUTE_UNUSED HashTable *); 43 PHP_HASH_API void PHP_SHA3256Init(PHP_SHA3_256_CTX*, ZEND_ATTRIBUTE_UNUSED HashTable *); 47 PHP_HASH_API void PHP_SHA3384Init(PHP_SHA3_384_CTX*, ZEND_ATTRIBUTE_UNUSED HashTable *); 51 PHP_HASH_API void PHP_SHA3512Init(PHP_SHA3_512_CTX*, ZEND_ATTRIBUTE_UNUSED HashTable *);
|
H A D | php_hash_ripemd.h | 50 PHP_HASH_API void PHP_RIPEMD128Init(PHP_RIPEMD128_CTX *, ZEND_ATTRIBUTE_UNUSED HashTable *); 54 PHP_HASH_API void PHP_RIPEMD160Init(PHP_RIPEMD160_CTX *, ZEND_ATTRIBUTE_UNUSED HashTable *); 58 PHP_HASH_API void PHP_RIPEMD256Init(PHP_RIPEMD256_CTX *, ZEND_ATTRIBUTE_UNUSED HashTable *); 62 PHP_HASH_API void PHP_RIPEMD320Init(PHP_RIPEMD320_CTX *, ZEND_ATTRIBUTE_UNUSED HashTable *);
|
H A D | php_hash_xxhash.h | 28 PHP_HASH_API void PHP_XXH32Init(PHP_XXH32_CTX *ctx, HashTable *args); 38 PHP_HASH_API void PHP_XXH64Init(PHP_XXH64_CTX *ctx, HashTable *args); 60 PHP_HASH_API void PHP_XXH3_64_Init(PHP_XXH3_64_CTX *ctx, HashTable *args); 67 PHP_HASH_API void PHP_XXH3_128_Init(PHP_XXH3_128_CTX *ctx, HashTable *args);
|
H A D | php_hash_murmur.h | 27 PHP_HASH_API void PHP_MURMUR3AInit(PHP_MURMUR3A_CTX *ctx, HashTable *args); 39 PHP_HASH_API void PHP_MURMUR3CInit(PHP_MURMUR3C_CTX *ctx, HashTable *args); 51 PHP_HASH_API void PHP_MURMUR3FInit(PHP_MURMUR3F_CTX *ctx, HashTable *args);
|
H A D | php_hash_tiger.h | 30 PHP_HASH_API void PHP_3TIGERInit(PHP_TIGER_CTX *context, ZEND_ATTRIBUTE_UNUSED HashTable *args); 31 PHP_HASH_API void PHP_4TIGERInit(PHP_TIGER_CTX *context, ZEND_ATTRIBUTE_UNUSED HashTable *args);
|
/PHP-8.3/ext/xsl/ |
H A D | php_xsl.h | 56 HashTable *prop_handler; 58 HashTable *parameter; 61 HashTable *registered_phpfunctions; 62 HashTable *node_list;
|
/PHP-8.3/ext/odbc/ |
H A D | php_odbc_includes.h | 243 HashTable *resource_list; 244 HashTable *resource_plist; 247 int odbc_add_result(HashTable *list, odbc_result *result); 248 odbc_result *odbc_get_result(HashTable *list, int count); 249 void odbc_del_result(HashTable *list, int count); 250 int odbc_add_conn(HashTable *list, HDBC conn); 251 odbc_connection *odbc_get_conn(HashTable *list, int count); 252 void odbc_del_conn(HashTable *list, int ind);
|
/PHP-8.3/win32/ |
H A D | registry.c | 76 static int LoadDirectory(HashTable *directories, HKEY key, char *path, int path_len, HashTable *par… in LoadDirectory() 80 HashTable *ht = NULL; in LoadDirectory() 102 ht = (HashTable*)malloc(sizeof(HashTable)); in LoadDirectory() 123 zend_hash_str_update_mem(directories, path, path_len, ht, sizeof(HashTable)); in LoadDirectory() 173 HashTable *ht = (HashTable *)Z_PTR_P(zv); in delete_internal_hashtable() 190 PW32G(registry_directories) = (HashTable*)malloc(sizeof(HashTable)); in UpdateIniFromRegistry() 260 HashTable *ht = (HashTable *)zend_hash_str_find_ptr(PW32G(registry_directories), path, path_len); in UpdateIniFromRegistry()
|
/PHP-8.3/ext/opcache/ |
H A D | zend_accelerator_util_funcs.h | 33 void zend_accel_move_user_functions(HashTable *str, uint32_t count, zend_script *script); 34 void zend_accel_move_user_classes(HashTable *str, uint32_t count, zend_script *script);
|
H A D | zend_accelerator_util_funcs.c | 86 void zend_accel_move_user_functions(HashTable *src, uint32_t count, zend_script *script) in zend_accel_move_user_functions() 89 HashTable *dst; in zend_accel_move_user_functions() 117 void zend_accel_move_user_classes(HashTable *src, uint32_t count, zend_script *script) in zend_accel_move_user_classes() 120 HashTable *dst; in zend_accel_move_user_classes() 148 static zend_always_inline void _zend_accel_function_hash_copy(HashTable *target, HashTable *source,… in _zend_accel_function_hash_copy() 190 static zend_always_inline void zend_accel_function_hash_copy(HashTable *target, HashTable *source) in zend_accel_function_hash_copy() 195 static zend_never_inline void zend_accel_function_hash_copy_notify(HashTable *target, HashTable *so… in zend_accel_function_hash_copy_notify() 200 static zend_always_inline void _zend_accel_class_hash_copy(HashTable *target, HashTable *source, bo… in _zend_accel_class_hash_copy() 253 static zend_always_inline void zend_accel_class_hash_copy(HashTable *target, HashTable *source) in zend_accel_class_hash_copy() 258 static zend_never_inline void zend_accel_class_hash_copy_notify(HashTable *target, HashTable *sourc… in zend_accel_class_hash_copy_notify()
|