Home
last modified time | relevance | path

Searched refs:HashTable (Results 1 – 25 of 246) sorted by relevance

12345678910

/PHP-7.4/ext/soap/
H A Dphp_sdl.h54 HashTable functions; /* array of sdlFunction */
55 HashTable *types; /* array of sdlTypesPtr */
56 HashTable *elements; /* array of sdlTypesPtr */
57 HashTable *encoders; /* array of encodePtr */
60 HashTable *groups; /* array of sdlTypesPtr */
69 HashTable docs; /* array of xmlDocPtr */
71 HashTable messages; /* array of xmlNodePtr */
72 HashTable bindings; /* array of xmlNodePtr */
73 HashTable portTypes; /* array of xmlNodePtr */
74 HashTable services; /* array of xmlNodePtr */
[all …]
H A Dphp_soap.h84 HashTable *ft;
97 HashTable *typemap;
103 HashTable *class_map;
157 HashTable defEncNs; /* mapping of default namespaces to prefixes */
158 HashTable defEnc;
159 HashTable defEncIndex;
160 HashTable *typemap;
173 HashTable *mem_cache;
175 HashTable *class_map;
177 HashTable wsdl_cache;
[all …]
H A Dphp_sdl.c584 HashTable ht; in wsdl_soap_binding_body()
1519 HashTable *ht; in sdl_deserialize_parameters()
2029 static void sdl_serialize_parameters(HashTable *ht, HashTable *tmp_encoders, HashTable *tmp_types, … in sdl_serialize_parameters()
2117 HashTable tmp_types; in add_sdl_to_cache()
2439 static HashTable* make_persistent_sdl_function_headers(HashTable *headers, HashTable *ptr_map) in make_persistent_sdl_function_headers()
2441 HashTable *pheaders; in make_persistent_sdl_function_headers()
2503 static HashTable* make_persistent_sdl_parameters(HashTable *params, HashTable *ptr_map) in make_persistent_sdl_parameters()
2505 HashTable *pparams; in make_persistent_sdl_parameters()
2547 static HashTable* make_persistent_sdl_function_faults(sdlFunctionPtr func, HashTable *faults, HashT… in make_persistent_sdl_function_faults()
2549 HashTable *pfaults; in make_persistent_sdl_function_faults()
[all …]
/PHP-7.4/Zend/
H A Dzend_hash.h81 extern ZEND_API const HashTable zend_empty_array;
261 ZEND_API void ZEND_FASTCALL zend_hash_copy(HashTable *target, HashTable *source, copy_ctor_func_t …
262 ZEND_API void ZEND_FASTCALL zend_hash_merge(HashTable *target, HashTable *source, copy_ctor_func_t…
267 ZEND_API int zend_hash_compare(HashTable *ht1, HashTable *ht2, compare_func_t compar, zend_bool o…
301 ZEND_API uint32_t zend_array_count(HashTable *ht);
302 ZEND_API HashTable* ZEND_FASTCALL zend_array_dup(HashTable *source);
305 ZEND_API HashTable* ZEND_FASTCALL zend_symtable_to_proptable(HashTable *ht);
306 ZEND_API HashTable* ZEND_FASTCALL zend_proptable_to_symtable(HashTable *ht, zend_bool always_duplic…
916 HashTable *__ht = (_ht); \
927 HashTable *__ht = (_ht); \
[all …]
H A Dzend_globals.h80 HashTable filenames_table;
82 HashTable *auto_globals;
109 HashTable interned_strings;
121 HashTable *memoized_exprs;
129 HashTable *delayed_autoloads;
175 HashTable *in_autoload;
190 HashTable regular_list;
191 HashTable persistent_list;
208 HashTable *ini_directives;
209 HashTable *modified_ini_directives;
[all …]
H A Dzend_hash.c213 ZEND_API const HashTable zend_empty_array = {
249 HashTable *ht = emalloc(sizeof(HashTable)); in _zend_new_array_0()
256 HashTable *ht = emalloc(sizeof(HashTable)); in _zend_new_array()
264 HashTable *ht = emalloc(sizeof(HashTable)); in zend_new_pair()
513 HashTable *ht = Z_ARRVAL_P(array); in zend_hash_iterator_pos_ex()
1908 ZEND_API void ZEND_FASTCALL zend_hash_copy(HashTable *target, HashTable *source, copy_ctor_func_t p… in zend_hash_copy()
2040 ZEND_API HashTable* ZEND_FASTCALL zend_array_dup(HashTable *source) in zend_array_dup()
2043 HashTable *target; in zend_array_dup()
2618 ZEND_API int zend_hash_compare(HashTable *ht1, HashTable *ht2, compare_func_t compar, zend_bool ord… in zend_hash_compare()
2728 ZEND_API HashTable* ZEND_FASTCALL zend_symtable_to_proptable(HashTable *ht) in zend_symtable_to_proptable()
[all …]
H A Dzend_object_handlers.h93 typedef HashTable *(*zend_object_get_properties_t)(zval *object);
95 typedef HashTable *(*zend_object_get_debug_info_t)(zval *object, int *is_temp);
150 typedef HashTable *(*zend_object_get_gc_t)(zval *object, zval **table, int *n);
208 ZEND_API HashTable *zend_std_get_properties(zval *object);
209 ZEND_API HashTable *zend_std_get_gc(zval *object, zval **table, int *n);
210 ZEND_API HashTable *zend_std_get_debug_info(zval *object, int *is_temp);
237 ZEND_API HashTable *zend_std_get_properties_for(zval *obj, zend_prop_purpose purpose);
241 ZEND_API HashTable *zend_get_properties_for(zval *obj, zend_prop_purpose purpose);
H A Dzend_iterators.c27 static HashTable *iter_wrapper_get_gc(zval *object, zval **table, int *n);
75 static HashTable *iter_wrapper_get_gc(zval *object, zval **table, int *n) { in iter_wrapper_get_gc()
H A Dzend.c404 HashTable *properties; in zend_print_flat_zval_r()
452 HashTable *properties; in zend_print_zval_r_to_buf()
634 compiler_globals->function_table = (HashTable *) malloc(sizeof(HashTable)); in compiler_globals_ctor()
638 compiler_globals->class_table = (HashTable *) malloc(sizeof(HashTable)); in compiler_globals_ctor()
644 compiler_globals->auto_globals = (HashTable *) malloc(sizeof(HashTable)); in compiler_globals_ctor()
869 GLOBAL_FUNCTION_TABLE = (HashTable *) malloc(sizeof(HashTable)); in zend_startup()
870 GLOBAL_CLASS_TABLE = (HashTable *) malloc(sizeof(HashTable)); in zend_startup()
871 GLOBAL_AUTO_GLOBALS_TABLE = (HashTable *) malloc(sizeof(HashTable)); in zend_startup()
872 GLOBAL_CONSTANTS_TABLE = (HashTable *) malloc(sizeof(HashTable)); in zend_startup()
892 compiler_globals->function_table = (HashTable *) malloc(sizeof(HashTable)); in zend_startup()
[all …]
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_watch.h74 HashTable elements;
80 HashTable ht;
88 HashTable parents;
97 HashTable child_container; /* children of this watch element for recursive array elements */
98 HashTable *parent_container; /* container of the value */
104 HashTable ht;
115 HashTable *ht;
117 HashTable watches; /* contains phpdbg_watch_element */
H A Dphpdbg.h242 HashTable bp[PHPDBG_BREAK_TABLES]; /* break points */
243 HashTable registered; /* registered */
244 HashTable seek; /* seek oplines */
259 HashTable watch_elements; /* user defined watch elements */
260HashTable watch_collisions; /* collision table to check if multiple watches share…
261HashTable watch_recreation; /* watch elements pending recreation of their respect…
262 HashTable watch_free; /* pointers to watch for being freed */
263 HashTable *watchlist_mem; /* triggered watchpoints */
264HashTable *watchlist_mem_backup; /* triggered watchpoints backup table while iterating…
281 HashTable file_sources;
H A Dphpdbg_utils.h88 …g_parse_var_func)(char *name, size_t len, char *keyname, size_t keylen, HashTable *parent, zval *z…
89 …ar_with_arg_func)(char *name, size_t len, char *keyname, size_t keylen, HashTable *parent, zval *z…
91 PHPDBG_API int phpdbg_parse_variable(char *input, size_t len, HashTable *parent, size_t i, phpdbg_p…
92 PHPDBG_API int phpdbg_parse_variable_with_arg(char *input, size_t len, HashTable *parent, size_t i,…
H A Dphpdbg_bp.c101 HashTable *table; in phpdbg_reset_breakpoints()
122 HashTable *table; in phpdbg_export_breakpoints_to_string()
301 HashTable breaks; in phpdbg_set_breakpoint_file()
319 HashTable *fileht; in phpdbg_set_breakpoint_file()
358 HashTable *master; in phpdbg_resolve_pending_file_break_ex()
363 HashTable new_ht; in phpdbg_resolve_pending_file_break_ex()
394 HashTable *fileht; in phpdbg_resolve_pending_file_break()
943 HashTable *breaks; in phpdbg_find_breakpoint_file()
1199 HashTable *table; in phpdbg_delete_breakpoint()
1431 HashTable *table; in phpdbg_find_breakbase()
[all …]
/PHP-7.4/ext/standard/
H A Dphp_array.h106 PHPAPI int php_array_merge(HashTable *dest, HashTable *src);
107 PHPAPI int php_array_merge_recursive(HashTable *dest, HashTable *src);
108 PHPAPI int php_array_replace_recursive(HashTable *dest, HashTable *src);
110 PHPAPI zend_long php_count_recursive(HashTable *ht);
H A Dbasic_functions.h168 HashTable *user_shutdown_function_names;
169 HashTable putenv_ht;
221 HashTable url_adapt_session_hosts_ht;
223 HashTable url_adapt_output_hosts_ht;
230 HashTable *user_filter_map;
/PHP-7.4/ext/odbc/
H A Dphp_odbc_includes.h239 HashTable *resource_list;
240 HashTable *resource_plist;
243 int odbc_add_result(HashTable *list, odbc_result *result);
244 odbc_result *odbc_get_result(HashTable *list, int count);
245 void odbc_del_result(HashTable *list, int count);
246 int odbc_add_conn(HashTable *list, HDBC conn);
247 odbc_connection *odbc_get_conn(HashTable *list, int count);
248 void odbc_del_conn(HashTable *list, int ind);
/PHP-7.4/win32/
H A Dregistry.c78 static int LoadDirectory(HashTable *directories, HKEY key, char *path, int path_len, HashTable *par… in LoadDirectory()
82 HashTable *ht = NULL; in LoadDirectory()
104 ht = (HashTable*)malloc(sizeof(HashTable)); in LoadDirectory()
125 zend_hash_str_update_mem(directories, path, path_len, ht, sizeof(HashTable)); in LoadDirectory()
175 HashTable *ht = (HashTable *)Z_PTR_P(zv); in delete_internal_hashtable()
192 PW32G(registry_directories) = (HashTable*)malloc(sizeof(HashTable)); in UpdateIniFromRegistry()
262 HashTable *ht = (HashTable *)zend_hash_str_find_ptr(PW32G(registry_directories), path, path_len); in UpdateIniFromRegistry()
/PHP-7.4/ext/xsl/
H A Dphp_xsl.h59 HashTable *prop_handler;
61 HashTable *parameter;
64 HashTable *registered_phpfunctions;
65 HashTable *node_list;
/PHP-7.4/ext/opcache/
H A Dzend_accelerator_util_funcs.h31 void zend_accel_move_user_functions(HashTable *str, uint32_t count, zend_script *script);
32 void zend_accel_move_user_classes(HashTable *str, uint32_t count, zend_script *script);
/PHP-7.4/main/
H A Dphp_ini.h34 PHPAPI int php_parse_user_ini_file(const char *dirname, char *ini_filename, HashTable *target_hash);
35 PHPAPI void php_ini_activate_config(HashTable *source_hash, int modify_type, int stage);
40 PHPAPI HashTable* php_ini_get_configuration_hash(void);
/PHP-7.4/ext/intl/collator/
H A Dcollator_convert.h24 void collator_convert_hash_from_utf8_to_utf16( HashTable* hash, UErrorCode* status );
25 void collator_convert_hash_from_utf16_to_utf8( HashTable* hash, UErrorCode* status );
/PHP-7.4/ext/ffi/
H A Dphp_ffi.h38 HashTable types;
42 HashTable *scopes; /* list of preloaded scopes */
45 HashTable *callbacks;
48 HashTable *weak_types;
57 HashTable *symbols;
58 HashTable *tags;
229 void zend_ffi_make_func_type(zend_ffi_dcl *dcl, HashTable *args, zend_ffi_dcl *nested_dcl);
230 void zend_ffi_add_arg(HashTable **args, const char *name, size_t name_len, zend_ffi_dcl *arg_dcl);
/PHP-7.4/ext/opcache/Optimizer/
H A Dzend_optimizer.h87 HashTable function_table;
88 HashTable class_table;
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_reverse_api.c28 static HashTable mysqlnd_api_ext_ht;
50 PHPAPI HashTable *
/PHP-7.4/ext/spl/
H A Dspl_array.c295 HashTable *ht = spl_array_get_hash_table(intern); in spl_array_get_dimension_ptr()
454 HashTable *ht; in spl_array_write_dimension_ex()
528 HashTable *ht; in spl_array_unset_dimension_ex()
635 HashTable *ht = spl_array_get_hash_table(intern); in spl_array_has_dimension_ex()
791 HashTable *ht; in spl_array_get_properties_for()
839 HashTable *debug_info; in spl_array_get_debug_info()
931 HashTable *ht1, in spl_array_compare_objects()
995 HashTable *aht = spl_array_get_hash_table(intern); in spl_array_next()
1011 HashTable *aht = spl_array_get_hash_table(object); in spl_array_it_valid()
1024 HashTable *aht = spl_array_get_hash_table(object); in spl_array_it_get_current_data()
[all …]

Completed in 158 milliseconds

12345678910