Home
last modified time | relevance | path

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

123456789

/PHP-5.5/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.h87 HashTable *ft;
100 HashTable *typemap;
106 HashTable *class_map;
160 HashTable defEncNs; /* mapping of default namespaces to prefixes */
161 HashTable defEnc;
162 HashTable defEncIndex;
163 HashTable *typemap;
176 HashTable *mem_cache;
178 HashTable *class_map;
180 HashTable wsdl_cache;
[all …]
H A Dphp_sdl.c585 HashTable ht; in wsdl_soap_binding_body()
1513 HashTable *ht; in sdl_deserialize_parameters()
2030 static void sdl_serialize_parameters(HashTable *ht, HashTable *tmp_encoders, HashTable *tmp_types, … in sdl_serialize_parameters()
2119 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()
2507 static HashTable* make_persistent_sdl_parameters(HashTable *params, HashTable *ptr_map) in make_persistent_sdl_parameters()
2509 HashTable *pparams; in make_persistent_sdl_parameters()
2556 static HashTable* make_persistent_sdl_function_faults(sdlFunctionPtr func, HashTable *faults, HashT… in make_persistent_sdl_function_faults()
2558 HashTable *pfaults; in make_persistent_sdl_function_faults()
[all …]
/PHP-5.5/Zend/
H A Dzend_hash.h83 } HashTable; typedef
102 ZEND_API void zend_hash_destroy(HashTable *ht);
103 ZEND_API void zend_hash_clean(HashTable *ht);
137 ZEND_API void zend_hash_graceful_destroy(HashTable *ht);
138 ZEND_API void zend_hash_graceful_reverse_destroy(HashTable *ht);
217 ZEND_API void zend_hash_copy(HashTable *target, HashTable *source, copy_ctor_func_t pCopyConstructo…
221 ZEND_API int zend_hash_compare(HashTable *ht1, HashTable *ht2, compare_func_t compar, zend_bool ord…
227 ZEND_API int zend_hash_num_elements(const HashTable *ht);
229 ZEND_API int zend_hash_rehash(HashTable *ht);
298 void zend_hash_display_pListTail(const HashTable *ht);
[all …]
H A Dzend_globals.h97 HashTable filenames_table;
99 HashTable *auto_globals;
133 HashTable *current_import;
146 HashTable interned_strings;
172 HashTable **symtable_cache_limit;
173 HashTable **symtable_cache_ptr;
177 HashTable *active_symbol_table;
204 HashTable *in_autoload;
216 HashTable regular_list;
217 HashTable persistent_list;
[all …]
H A Dzend_hash.c99 static int zend_hash_do_resize(HashTable *ht);
440 static int zend_hash_do_resize(HashTable *ht) in zend_hash_do_resize()
465 ZEND_API int zend_hash_rehash(HashTable *ht) in zend_hash_rehash()
547 ZEND_API void zend_hash_destroy(HashTable *ht) in zend_hash_destroy()
575 ZEND_API void zend_hash_clean(HashTable *ht) in zend_hash_clean()
662 ZEND_API void zend_hash_graceful_destroy(HashTable *ht) in zend_hash_graceful_destroy()
814 ZEND_API void zend_hash_copy(HashTable *target, HashTable *source, copy_ctor_func_t pCopyConstructo… in zend_hash_copy()
1053 ZEND_API int zend_hash_num_elements(const HashTable *ht) in zend_hash_num_elements()
1505 ZEND_API int zend_hash_compare(HashTable *ht1, HashTable *ht2, compare_func_t compar, zend_bool ord… in zend_hash_compare()
1627 void zend_hash_display_pListTail(const HashTable *ht) in zend_hash_display_pListTail()
[all …]
H A Dzend.c355 HashTable *properties = NULL; in zend_print_flat_zval_r()
413 HashTable *properties; in zend_print_zval_r_ex()
510 compiler_globals->function_table = (HashTable *) malloc(sizeof(HashTable)); in compiler_globals_ctor()
514 compiler_globals->class_table = (HashTable *) malloc(sizeof(HashTable)); in compiler_globals_ctor()
522 compiler_globals->auto_globals = (HashTable *) malloc(sizeof(HashTable)); in compiler_globals_ctor()
699 GLOBAL_FUNCTION_TABLE = (HashTable *) malloc(sizeof(HashTable)); in zend_startup()
700 GLOBAL_CLASS_TABLE = (HashTable *) malloc(sizeof(HashTable)); in zend_startup()
701 GLOBAL_AUTO_GLOBALS_TABLE = (HashTable *) malloc(sizeof(HashTable)); in zend_startup()
702 GLOBAL_CONSTANTS_TABLE = (HashTable *) malloc(sizeof(HashTable)); in zend_startup()
727 compiler_globals->function_table = (HashTable *) malloc(sizeof(HashTable)); in zend_startup()
[all …]
H A Dzend_object_handlers.h82 typedef HashTable *(*zend_object_get_properties_t)(zval *object TSRMLS_DC);
84 typedef HashTable *(*zend_object_get_debug_info_t)(zval *object, int *is_temp TSRMLS_DC);
114 typedef HashTable *(*zend_object_get_gc_t)(zval *object, zval ***table, int *n TSRMLS_DC);
158 ZEND_API HashTable *zend_std_get_properties(zval *object TSRMLS_DC);
159 ZEND_API HashTable *zend_std_get_debug_info(zval *object, int *is_temp TSRMLS_DC);
H A Dzend_variables.c129 HashTable *original_ht = zvalue->value.ht; in _zval_copy_ctor_func()
130 HashTable *tmp_ht = NULL; in _zval_copy_ctor_func()
195 HashTable *target = va_arg(args, HashTable*); in zval_copy_static_var()
/PHP-5.5/ext/standard/
H A Dphp_array.h106 PHPAPI HashTable* php_splice(HashTable *, int, int, zval ***, int, HashTable **);
107 PHPAPI int php_array_merge(HashTable *dest, HashTable *src, int recursive TSRMLS_DC);
108 PHPAPI int php_array_replace_recursive(HashTable *dest, HashTable *src TSRMLS_DC);
H A Dfile.h126 HashTable *stream_wrappers; /* per-request copy of url_stream_wrappers_hash */
127 HashTable *stream_filters; /* per-request copy of stream_filters_hash */
128 HashTable *wrapper_errors; /* key: wrapper address; value: linked list of char* */
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_util_funcs.h34 void zend_accel_free_user_functions(HashTable *ht TSRMLS_DC);
35 void zend_accel_move_user_functions(HashTable *str, HashTable *dst TSRMLS_DC);
H A Dzend_accelerator_util_funcs.c49 static void zend_hash_clone_zval(HashTable *ht, HashTable *source, int bind);
89 static int compact_hash_table(HashTable *ht) in compact_hash_table()
161 void zend_accel_free_user_functions(HashTable *ht TSRMLS_DC) in zend_accel_free_user_functions()
176 HashTable *function_table = va_arg(args, HashTable *); in move_user_function()
190 void zend_accel_move_user_functions(HashTable *src, HashTable *dst TSRMLS_DC) in zend_accel_move_user_functions()
267 static void zend_hash_clone_zval(HashTable *ht, HashTable *source, int bind)
387 static void zend_hash_clone_methods(HashTable *ht, HashTable *source, zend_class_entry *old_ce, zen…
499 static void zend_hash_clone_prop_info(HashTable *ht, HashTable *source, zend_class_entry *old_ce, z…
603 HashTable *shared_statics = op_array->static_variables;
870 static void zend_accel_function_hash_copy(HashTable *target, HashTable *source, unique_copy_ctor_fu…
[all …]
/PHP-5.5/ext/odbc/
H A Dphp_odbc_includes.h266 HashTable *resource_list;
267 HashTable *resource_plist;
270 int odbc_add_result(HashTable *list, odbc_result *result);
271 odbc_result *odbc_get_result(HashTable *list, int count);
272 void odbc_del_result(HashTable *list, int count);
273 int odbc_add_conn(HashTable *list, HDBC conn);
274 odbc_connection *odbc_get_conn(HashTable *list, int count);
275 void odbc_del_conn(HashTable *list, int ind);
/PHP-5.5/sapi/apache/
H A Dmod_php5.c260 HashTable *symbol_table; in sapi_apache_register_server_variables()
599 HashTable *per_dir_conf; in send_php()
623 per_dir_conf = (HashTable *) get_module_config(r->per_dir_config, &php5_module); in send_php()
757 static void php_destroy_per_dir_info(HashTable *per_dir_info) in php_destroy_per_dir_info()
768 HashTable *per_dir_info; in php_create_dir()
770 per_dir_info = (HashTable *) malloc(sizeof(HashTable)); in php_create_dir()
783 HashTable *new; in php_merge_dir()
882 static CONST_PREFIX char *php_apache_phpini_set(cmd_parms *cmd, HashTable *conf, char *arg) in php_apache_phpini_set()
896 HashTable *per_dir_conf; in php_xbithack_handler()
902 per_dir_conf = (HashTable *) get_module_config(r->per_dir_config, &php5_module); in php_xbithack_handler()
[all …]
/PHP-5.5/win32/
H A Dregistry.c60 static int LoadDirectory(HashTable *directories, HKEY key, char *path, int path_len, HashTable *par… in LoadDirectory()
64 HashTable *ht = NULL; in LoadDirectory()
81 ht = (HashTable*)malloc(sizeof(HashTable)); in LoadDirectory()
116 zend_hash_update(directories, path, path_len+1, &ht, sizeof(HashTable*), NULL); in LoadDirectory()
166 zend_hash_destroy(*(HashTable**)data); in delete_internal_hashtable()
167 free(*(HashTable**)data); in delete_internal_hashtable()
176 HashTable **pht; in UpdateIniFromRegistry()
183 PW32G(registry_directories) = (HashTable*)malloc(sizeof(HashTable)); in UpdateIniFromRegistry()
253 HashTable *ht = *pht; in UpdateIniFromRegistry()
/PHP-5.5/ext/xsl/
H A Dphp_xsl.h59 HashTable *prop_handler;
61 HashTable *parameter;
64 HashTable *registered_phpfunctions;
65 HashTable *node_list;
/PHP-5.5/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-5.5/main/
H A Dphp_ini.h35 PHPAPI int php_parse_user_ini_file(const char *dirname, char *ini_filename, HashTable *target_hash …
36 PHPAPI void php_ini_activate_config(HashTable *source_hash, int modify_type, int stage TSRMLS_DC);
41 PHPAPI HashTable* php_ini_get_configuration_hash(void);
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_reverse_api.c29 static HashTable mysqlnd_api_ext_ht;
51 PHPAPI HashTable *
/PHP-5.5/ext/spl/
H A Dspl_array.c79 HashTable *debug_info;
140 HashTable *ht = spl_array_get_hash_table(intern, 0 TSRMLS_CC); in spl_hash_verify_pos()
307 HashTable *ht = spl_array_get_hash_table(intern, 0 TSRMLS_CC); in spl_array_get_dimension_ptr_ptr()
435 HashTable *ht; in spl_array_write_dimension_ex()
509 HashTable *ht; in spl_array_unset_dimension_ex()
724 HashTable *aht = spl_array_get_hash_table(intern, 0 TSRMLS_CC); in spl_array_iterator_append()
782 HashTable *result; in spl_array_get_properties()
904 HashTable *ht1, in spl_array_compare_objects()
981 HashTable *aht = spl_array_get_hash_table(intern, 0 TSRMLS_CC); in spl_array_next()
1317 HashTable *aht = spl_array_get_hash_table(intern, 0 TSRMLS_CC); in SPL_METHOD()
[all …]
/PHP-5.5/ext/date/
H A Dphp_date.h132 HashTable *props;
144 HashTable *props;
150 HashTable *props;
169 HashTable *tzcache;
/PHP-5.5/ext/intl/dateformat/
H A Ddateformat_format.c63 HashTable* hash_arr, char* key_name, intl_error *err TSRMLS_DC) in internal_get_arr_ele()
102 HashTable *hash_arr TSRMLS_DC) in internal_get_timestamp()
156 HashTable *hash_arr = NULL; in PHP_FUNCTION()
/PHP-5.5/ext/dom/
H A Dphp_dom.h74 HashTable *prop_handler;
77 HashTable *registered_phpfunctions;
78 HashTable *node_list;
/PHP-5.5/ext/com_dotnet/
H A Dphp_com_dotnet_internal.h49 HashTable *method_cache;
51 HashTable *id_of_name_cache;
115 PHP_COM_DOTNET_API IDispatch *php_com_wrapper_export_as_sink(zval *val, GUID *sinkid, HashTable *id…
176 int php_com_process_typeinfo(ITypeInfo *typeinfo, HashTable *id_to_name, int printdef, GUID *guid, …

Completed in 65 milliseconds

123456789