Home
last modified time | relevance | path

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

12345678910

/PHP-7.1/ext/soap/
H A Dphp_sdl.h55 HashTable functions; /* array of sdlFunction */
56 HashTable *types; /* array of sdlTypesPtr */
57 HashTable *elements; /* array of sdlTypesPtr */
58 HashTable *encoders; /* array of encodePtr */
61 HashTable *groups; /* array of sdlTypesPtr */
70 HashTable docs; /* array of xmlDocPtr */
72 HashTable messages; /* array of xmlNodePtr */
73 HashTable bindings; /* array of xmlNodePtr */
74 HashTable portTypes; /* array of xmlNodePtr */
75 HashTable services; /* array of xmlNodePtr */
[all …]
H A Dphp_soap.h85 HashTable *ft;
98 HashTable *typemap;
104 HashTable *class_map;
158 HashTable defEncNs; /* mapping of default namespaces to prefixes */
159 HashTable defEnc;
160 HashTable defEncIndex;
161 HashTable *typemap;
174 HashTable *mem_cache;
176 HashTable *class_map;
178 HashTable wsdl_cache;
[all …]
H A Dphp_sdl.c581 HashTable ht; in wsdl_soap_binding_body()
1507 HashTable *ht; in sdl_deserialize_parameters()
2019 static void sdl_serialize_parameters(HashTable *ht, HashTable *tmp_encoders, HashTable *tmp_types, … in sdl_serialize_parameters()
2107 HashTable tmp_types; in add_sdl_to_cache()
2429 static HashTable* make_persistent_sdl_function_headers(HashTable *headers, HashTable *ptr_map) in make_persistent_sdl_function_headers()
2431 HashTable *pheaders; in make_persistent_sdl_function_headers()
2493 static HashTable* make_persistent_sdl_parameters(HashTable *params, HashTable *ptr_map) in make_persistent_sdl_parameters()
2495 HashTable *pparams; in make_persistent_sdl_parameters()
2537 static HashTable* make_persistent_sdl_function_faults(sdlFunctionPtr func, HashTable *faults, HashT… in make_persistent_sdl_function_faults()
2539 HashTable *pfaults; in make_persistent_sdl_function_faults()
[all …]
/PHP-7.1/Zend/
H A Dzend_hash.h66 ZEND_API void ZEND_FASTCALL zend_hash_destroy(HashTable *ht);
67 ZEND_API void ZEND_FASTCALL zend_hash_clean(HashTable *ht);
73 ZEND_API void ZEND_FASTCALL zend_hash_to_packed(HashTable *ht);
222 ZEND_API void ZEND_FASTCALL zend_hash_copy(HashTable *target, HashTable *source, copy_ctor_func_t …
228 ZEND_API int zend_hash_compare(HashTable *ht1, HashTable *ht2, compare_func_t compar, zend_bool o…
244 ZEND_API int ZEND_FASTCALL zend_hash_rehash(HashTable *ht);
246 ZEND_API uint32_t zend_array_count(HashTable *ht);
247 ZEND_API HashTable* ZEND_FASTCALL zend_array_dup(HashTable *source);
248 ZEND_API void ZEND_FASTCALL zend_array_destroy(HashTable *ht);
249 ZEND_API void ZEND_FASTCALL zend_symtable_clean(HashTable *ht);
[all …]
H A Dzend_globals.h82 HashTable *class_table; /* class table */
84 HashTable filenames_table;
86 HashTable *auto_globals;
108 HashTable const_filenames;
120 HashTable interned_strings;
159 HashTable *class_table; /* class table */
173 HashTable *in_autoload;
188 HashTable regular_list;
189 HashTable persistent_list;
206 HashTable *ini_directives;
[all …]
H A Dzend_hash.c34 #define HT_POISONED_PTR ((HashTable *) (intptr_t) -1)
276 static uint32_t zend_array_recalc_elements(HashTable *ht) in zend_array_recalc_elements()
292 ZEND_API uint32_t zend_array_count(HashTable *ht) in zend_array_count()
378 HashTable *ht = Z_ARRVAL_P(array); in zend_hash_iterator_pos_ex()
1612 ZEND_API void ZEND_FASTCALL zend_hash_copy(HashTable *target, HashTable *source, copy_ctor_func_t p… in zend_hash_copy()
1712 static zend_always_inline void zend_array_dup_packed_elements(HashTable *source, HashTable *target,… in zend_array_dup_packed_elements()
1728 static zend_always_inline uint32_t zend_array_dup_elements(HashTable *source, HashTable *target, in… in zend_array_dup_elements()
1756 ZEND_API HashTable* ZEND_FASTCALL zend_array_dup(HashTable *source) in zend_array_dup()
1759 HashTable *target; in zend_array_dup()
2313 static zend_always_inline int zend_hash_compare_impl(HashTable *ht1, HashTable *ht2, compare_func_t… in zend_hash_compare_impl()
[all …]
H A Dzend_object_handlers.h86 typedef HashTable *(*zend_object_get_properties_t)(zval *object);
88 typedef HashTable *(*zend_object_get_debug_info_t)(zval *object, int *is_temp);
120 typedef HashTable *(*zend_object_get_gc_t)(zval *object, zval **table, int *n);
169 ZEND_API HashTable *zend_std_get_properties(zval *object);
170 ZEND_API HashTable *zend_std_get_debug_info(zval *object, int *is_temp);
H A Dzend.c283 HashTable *properties = NULL; in zend_print_flat_zval_r()
332 HashTable *properties; in zend_print_zval_r_to_buf()
494 compiler_globals->function_table = (HashTable *) malloc(sizeof(HashTable)); in compiler_globals_ctor()
498 compiler_globals->class_table = (HashTable *) malloc(sizeof(HashTable)); in compiler_globals_ctor()
504 compiler_globals->auto_globals = (HashTable *) malloc(sizeof(HashTable)); in compiler_globals_ctor()
732 GLOBAL_FUNCTION_TABLE = (HashTable *) malloc(sizeof(HashTable)); in zend_startup()
733 GLOBAL_CLASS_TABLE = (HashTable *) malloc(sizeof(HashTable)); in zend_startup()
734 GLOBAL_AUTO_GLOBALS_TABLE = (HashTable *) malloc(sizeof(HashTable)); in zend_startup()
735 GLOBAL_CONSTANTS_TABLE = (HashTable *) malloc(sizeof(HashTable)); in zend_startup()
755 compiler_globals->function_table = (HashTable *) malloc(sizeof(HashTable)); in zend_startup()
[all …]
H A Dzend_list.h52 void zend_close_rsrc_list(HashTable *ht);
53 void zend_destroy_rsrc_list(HashTable *ht);
/PHP-7.1/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.h240 HashTable bp[PHPDBG_BREAK_TABLES]; /* break points */
241 HashTable registered; /* registered */
242 HashTable seek; /* seek oplines */
257 HashTable watch_elements; /* user defined watch elements */
258HashTable watch_collisions; /* collision table to check if multiple watches share…
259HashTable watch_recreation; /* watch elements pending recreation of their respect…
260 HashTable watch_free; /* pointers to watch for being freed */
261 HashTable *watchlist_mem; /* triggered watchpoints */
262HashTable *watchlist_mem_backup; /* triggered watchpoints backup table while iterating…
279 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.c100 HashTable *table; in phpdbg_reset_breakpoints()
121 HashTable *table; in phpdbg_export_breakpoints_to_string()
287 HashTable breaks; in phpdbg_set_breakpoint_file_ex()
305 HashTable *fileht; in phpdbg_set_breakpoint_file_ex()
344 HashTable *master; in phpdbg_resolve_pending_file_break_ex()
349 HashTable new_ht; in phpdbg_resolve_pending_file_break_ex()
380 HashTable *fileht; in phpdbg_resolve_pending_file_break()
900 HashTable *breaks; in phpdbg_find_breakpoint_file()
1156 HashTable *table; in phpdbg_delete_breakpoint()
1388 HashTable *table; in phpdbg_find_breakbase()
[all …]
/PHP-7.1/ext/opcache/
H A Dzend_accelerator_util_funcs.h33 void zend_accel_free_user_functions(HashTable *ht);
34 void zend_accel_move_user_functions(HashTable *str, HashTable *dst);
/PHP-7.1/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);
H A Dbasic_functions.h166 HashTable *user_shutdown_function_names;
167 HashTable putenv_ht;
219 HashTable url_adapt_session_hosts_ht;
221 HashTable url_adapt_output_hosts_ht;
228 HashTable *user_filter_map;
H A Dfile.h128 HashTable *stream_wrappers; /* per-request copy of url_stream_wrappers_hash */
129 HashTable *stream_filters; /* per-request copy of stream_filters_hash */
130 HashTable *wrapper_errors; /* key: wrapper address; value: linked list of char* */
/PHP-7.1/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.1/ext/odbc/
H A Dphp_odbc_includes.h274 HashTable *resource_list;
275 HashTable *resource_plist;
278 int odbc_add_result(HashTable *list, odbc_result *result);
279 odbc_result *odbc_get_result(HashTable *list, int count);
280 void odbc_del_result(HashTable *list, int count);
281 int odbc_add_conn(HashTable *list, HDBC conn);
282 odbc_connection *odbc_get_conn(HashTable *list, int count);
283 void odbc_del_conn(HashTable *list, int ind);
/PHP-7.1/ext/xsl/
H A Dphp_xsl.h61 HashTable *prop_handler;
63 HashTable *parameter;
66 HashTable *registered_phpfunctions;
67 HashTable *node_list;
/PHP-7.1/main/
H A Dphp_ini.h36 PHPAPI int php_parse_user_ini_file(const char *dirname, char *ini_filename, HashTable *target_hash);
37 PHPAPI void php_ini_activate_config(HashTable *source_hash, int modify_type, int stage);
42 PHPAPI HashTable* php_ini_get_configuration_hash(void);
/PHP-7.1/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.1/ext/spl/
H A Dspl_array.c296 HashTable *ht = spl_array_get_hash_table(intern); in spl_array_get_dimension_ptr()
455 HashTable *ht; in spl_array_write_dimension_ex()
532 HashTable *ht; in spl_array_unset_dimension_ex()
639 HashTable *ht = spl_array_get_hash_table(intern); in spl_array_has_dimension_ex()
765 HashTable *aht = spl_array_get_hash_table(intern); in spl_array_iterator_append()
845 HashTable *debug_info; in spl_array_get_debug_info()
939 HashTable *ht1, in spl_array_compare_objects()
1003 HashTable *aht = spl_array_get_hash_table(intern); in spl_array_next()
1019 HashTable *aht = spl_array_get_hash_table(object); in spl_array_it_valid()
1036 HashTable *aht = spl_array_get_hash_table(object); in spl_array_it_get_current_data()
[all …]
/PHP-7.1/ext/opcache/Optimizer/
H A Dzend_optimizer.h84 HashTable function_table;
85 HashTable class_table;
/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_reverse_api.c28 static HashTable mysqlnd_api_ext_ht;
50 PHPAPI HashTable *

Completed in 99 milliseconds

12345678910