Home
last modified time | relevance | path

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

12345678910

/PHP-7.0/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()
2435 static HashTable* make_persistent_sdl_function_headers(HashTable *headers, HashTable *ptr_map) in make_persistent_sdl_function_headers()
2437 HashTable *pheaders; in make_persistent_sdl_function_headers()
2499 static HashTable* make_persistent_sdl_parameters(HashTable *params, HashTable *ptr_map) in make_persistent_sdl_parameters()
2501 HashTable *pparams; in make_persistent_sdl_parameters()
2543 static HashTable* make_persistent_sdl_function_faults(sdlFunctionPtr func, HashTable *faults, HashT… in make_persistent_sdl_function_faults()
2545 HashTable *pfaults; in make_persistent_sdl_function_faults()
[all …]
/PHP-7.0/Zend/
H A Dzend_hash.h59 ZEND_API void ZEND_FASTCALL zend_hash_destroy(HashTable *ht);
60 ZEND_API void ZEND_FASTCALL zend_hash_clean(HashTable *ht);
66 ZEND_API void ZEND_FASTCALL zend_hash_to_packed(HashTable *ht);
195 ZEND_API void ZEND_FASTCALL zend_hash_copy(HashTable *target, HashTable *source, copy_ctor_func_t …
201 ZEND_API int zend_hash_compare(HashTable *ht1, HashTable *ht2, compare_func_t compar, zend_bool o…
217 ZEND_API int ZEND_FASTCALL zend_hash_rehash(HashTable *ht);
219 ZEND_API uint32_t zend_array_count(HashTable *ht);
220 ZEND_API HashTable* ZEND_FASTCALL zend_array_dup(HashTable *source);
221 ZEND_API void ZEND_FASTCALL zend_array_destroy(HashTable *ht);
222 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;
107 HashTable const_filenames;
117 HashTable interned_strings;
156 HashTable *class_table; /* class table */
170 HashTable *in_autoload;
182 HashTable regular_list;
183 HashTable persistent_list;
200 HashTable *ini_directives;
[all …]
H A Dzend_hash.c34 #define HT_POISONED_PTR ((HashTable *) (intptr_t) -1)
288 static uint32_t zend_array_recalc_elements(HashTable *ht) in zend_array_recalc_elements()
304 ZEND_API uint32_t zend_array_count(HashTable *ht) in zend_array_count()
390 HashTable *ht = Z_ARRVAL_P(array); in zend_hash_iterator_pos_ex()
1641 ZEND_API void ZEND_FASTCALL zend_hash_copy(HashTable *target, HashTable *source, copy_ctor_func_t p… in zend_hash_copy()
1741 static zend_always_inline void zend_array_dup_packed_elements(HashTable *source, HashTable *target,… in zend_array_dup_packed_elements()
1757 static zend_always_inline uint32_t zend_array_dup_elements(HashTable *source, HashTable *target, in… in zend_array_dup_elements()
1785 ZEND_API HashTable* ZEND_FASTCALL zend_array_dup(HashTable *source) in zend_array_dup()
1788 HashTable *target; in zend_array_dup()
2336 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.c295 HashTable *properties = NULL; in zend_print_flat_zval_r()
351 HashTable *properties; in zend_print_zval_r_ex()
486 compiler_globals->function_table = (HashTable *) malloc(sizeof(HashTable)); in compiler_globals_ctor()
490 compiler_globals->class_table = (HashTable *) malloc(sizeof(HashTable)); in compiler_globals_ctor()
496 compiler_globals->auto_globals = (HashTable *) malloc(sizeof(HashTable)); in compiler_globals_ctor()
717 GLOBAL_FUNCTION_TABLE = (HashTable *) malloc(sizeof(HashTable)); in zend_startup()
718 GLOBAL_CLASS_TABLE = (HashTable *) malloc(sizeof(HashTable)); in zend_startup()
719 GLOBAL_AUTO_GLOBALS_TABLE = (HashTable *) malloc(sizeof(HashTable)); in zend_startup()
720 GLOBAL_CONSTANTS_TABLE = (HashTable *) malloc(sizeof(HashTable)); in zend_startup()
740 compiler_globals->function_table = (HashTable *) malloc(sizeof(HashTable)); in zend_startup()
[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_list.h52 void zend_close_rsrc_list(HashTable *ht);
53 void zend_destroy_rsrc_list(HashTable *ht);
/PHP-7.0/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);
H A DZendAccelerator.h159 HashTable function_table;
160 HashTable class_table;
241 HashTable function_table;
246 HashTable bind_hash; /* prototype and zval lookup table */
260 HashTable xlat_table;
304 HashTable interned_strings;
/PHP-7.0/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 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.0/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.0/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.0/sapi/phpdbg/
H A Dphpdbg_watch.h74 HashTable *parent_container;
82 HashTable watches;
83 HashTable implicit_watches;
88 HashTable watches;
H A Dphpdbg.h237 HashTable bp[PHPDBG_BREAK_TABLES]; /* break points */
238 HashTable registered; /* registered */
239 HashTable seek; /* seek oplines */
254 HashTable watchpoints; /* watchpoints */
255HashTable watch_collisions; /* collision table to check if multiple watches share…
273 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 …]
H A Dphpdbg_bp.h124 PHPDBG_API HashTable *phpdbg_resolve_pending_file_break_ex(const char *file, uint filelen, zend_str…
158 PHPDBG_API phpdbg_breakbase_t *phpdbg_find_breakbase_ex(zend_ulong id, HashTable **table, zend_ulon…
/PHP-7.0/ext/xsl/
H A Dphp_xsl.h61 HashTable *prop_handler;
63 HashTable *parameter;
66 HashTable *registered_phpfunctions;
67 HashTable *node_list;
/PHP-7.0/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.0/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.0/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()
934 HashTable *ht1, in spl_array_compare_objects()
998 HashTable *aht = spl_array_get_hash_table(intern); in spl_array_next()
1014 HashTable *aht = spl_array_get_hash_table(object); in spl_array_it_valid()
1031 HashTable *aht = spl_array_get_hash_table(object); in spl_array_it_get_current_data()
[all …]
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_reverse_api.c28 static HashTable mysqlnd_api_ext_ht;
50 PHPAPI HashTable *

Completed in 95 milliseconds

12345678910