The C based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
https://grpc.io/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
521 lines
46 KiB
521 lines
46 KiB
/* |
|
* |
|
* Copyright 2016 gRPC authors. |
|
* |
|
* Licensed under the Apache License, Version 2.0 (the "License"); |
|
* you may not use this file except in compliance with the License. |
|
* You may obtain a copy of the License at |
|
* |
|
* http://www.apache.org/licenses/LICENSE-2.0 |
|
* |
|
* Unless required by applicable law or agreed to in writing, software |
|
* distributed under the License is distributed on an "AS IS" BASIS, |
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
|
* See the License for the specific language governing permissions and |
|
* limitations under the License. |
|
* |
|
*/ |
|
|
|
#include <grpc/support/port_platform.h> |
|
|
|
#ifdef GPR_WINDOWS |
|
|
|
#include "rb_grpc_imports.generated.h" |
|
|
|
grpc_compression_algorithm_is_message_type grpc_compression_algorithm_is_message_import; |
|
grpc_compression_algorithm_is_stream_type grpc_compression_algorithm_is_stream_import; |
|
grpc_compression_algorithm_parse_type grpc_compression_algorithm_parse_import; |
|
grpc_compression_algorithm_name_type grpc_compression_algorithm_name_import; |
|
grpc_compression_algorithm_for_level_type grpc_compression_algorithm_for_level_import; |
|
grpc_compression_options_init_type grpc_compression_options_init_import; |
|
grpc_compression_options_enable_algorithm_type grpc_compression_options_enable_algorithm_import; |
|
grpc_compression_options_disable_algorithm_type grpc_compression_options_disable_algorithm_import; |
|
grpc_compression_options_is_algorithm_enabled_type grpc_compression_options_is_algorithm_enabled_import; |
|
grpc_metadata_array_init_type grpc_metadata_array_init_import; |
|
grpc_metadata_array_destroy_type grpc_metadata_array_destroy_import; |
|
grpc_call_details_init_type grpc_call_details_init_import; |
|
grpc_call_details_destroy_type grpc_call_details_destroy_import; |
|
grpc_register_plugin_type grpc_register_plugin_import; |
|
grpc_init_type grpc_init_import; |
|
grpc_shutdown_type grpc_shutdown_import; |
|
grpc_version_string_type grpc_version_string_import; |
|
grpc_g_stands_for_type grpc_g_stands_for_import; |
|
grpc_completion_queue_factory_lookup_type grpc_completion_queue_factory_lookup_import; |
|
grpc_completion_queue_create_for_next_type grpc_completion_queue_create_for_next_import; |
|
grpc_completion_queue_create_for_pluck_type grpc_completion_queue_create_for_pluck_import; |
|
grpc_completion_queue_create_type grpc_completion_queue_create_import; |
|
grpc_completion_queue_next_type grpc_completion_queue_next_import; |
|
grpc_completion_queue_pluck_type grpc_completion_queue_pluck_import; |
|
grpc_completion_queue_shutdown_type grpc_completion_queue_shutdown_import; |
|
grpc_completion_queue_destroy_type grpc_completion_queue_destroy_import; |
|
grpc_completion_queue_thread_local_cache_init_type grpc_completion_queue_thread_local_cache_init_import; |
|
grpc_completion_queue_thread_local_cache_flush_type grpc_completion_queue_thread_local_cache_flush_import; |
|
grpc_channel_check_connectivity_state_type grpc_channel_check_connectivity_state_import; |
|
grpc_channel_num_external_connectivity_watchers_type grpc_channel_num_external_connectivity_watchers_import; |
|
grpc_channel_watch_connectivity_state_type grpc_channel_watch_connectivity_state_import; |
|
grpc_channel_support_connectivity_watcher_type grpc_channel_support_connectivity_watcher_import; |
|
grpc_channel_create_call_type grpc_channel_create_call_import; |
|
grpc_channel_ping_type grpc_channel_ping_import; |
|
grpc_channel_register_call_type grpc_channel_register_call_import; |
|
grpc_channel_create_registered_call_type grpc_channel_create_registered_call_import; |
|
grpc_call_arena_alloc_type grpc_call_arena_alloc_import; |
|
grpc_call_start_batch_type grpc_call_start_batch_import; |
|
grpc_call_get_peer_type grpc_call_get_peer_import; |
|
grpc_census_call_set_context_type grpc_census_call_set_context_import; |
|
grpc_census_call_get_context_type grpc_census_call_get_context_import; |
|
grpc_channel_get_target_type grpc_channel_get_target_import; |
|
grpc_channel_get_info_type grpc_channel_get_info_import; |
|
grpc_insecure_channel_create_type grpc_insecure_channel_create_import; |
|
grpc_lame_client_channel_create_type grpc_lame_client_channel_create_import; |
|
grpc_channel_destroy_type grpc_channel_destroy_import; |
|
grpc_channel_get_trace_type grpc_channel_get_trace_import; |
|
grpc_channel_get_uuid_type grpc_channel_get_uuid_import; |
|
grpc_call_cancel_type grpc_call_cancel_import; |
|
grpc_call_cancel_with_status_type grpc_call_cancel_with_status_import; |
|
grpc_call_ref_type grpc_call_ref_import; |
|
grpc_call_unref_type grpc_call_unref_import; |
|
grpc_server_request_call_type grpc_server_request_call_import; |
|
grpc_server_register_method_type grpc_server_register_method_import; |
|
grpc_server_request_registered_call_type grpc_server_request_registered_call_import; |
|
grpc_server_create_type grpc_server_create_import; |
|
grpc_server_register_completion_queue_type grpc_server_register_completion_queue_import; |
|
grpc_server_add_insecure_http2_port_type grpc_server_add_insecure_http2_port_import; |
|
grpc_server_start_type grpc_server_start_import; |
|
grpc_server_shutdown_and_notify_type grpc_server_shutdown_and_notify_import; |
|
grpc_server_cancel_all_calls_type grpc_server_cancel_all_calls_import; |
|
grpc_server_destroy_type grpc_server_destroy_import; |
|
grpc_tracer_set_enabled_type grpc_tracer_set_enabled_import; |
|
grpc_header_key_is_legal_type grpc_header_key_is_legal_import; |
|
grpc_header_nonbin_value_is_legal_type grpc_header_nonbin_value_is_legal_import; |
|
grpc_is_binary_header_type grpc_is_binary_header_import; |
|
grpc_call_error_to_string_type grpc_call_error_to_string_import; |
|
grpc_resource_quota_create_type grpc_resource_quota_create_import; |
|
grpc_resource_quota_ref_type grpc_resource_quota_ref_import; |
|
grpc_resource_quota_unref_type grpc_resource_quota_unref_import; |
|
grpc_resource_quota_resize_type grpc_resource_quota_resize_import; |
|
grpc_resource_quota_arg_vtable_type grpc_resource_quota_arg_vtable_import; |
|
grpc_insecure_channel_create_from_fd_type grpc_insecure_channel_create_from_fd_import; |
|
grpc_server_add_insecure_channel_from_fd_type grpc_server_add_insecure_channel_from_fd_import; |
|
grpc_use_signal_type grpc_use_signal_import; |
|
grpc_auth_property_iterator_next_type grpc_auth_property_iterator_next_import; |
|
grpc_auth_context_property_iterator_type grpc_auth_context_property_iterator_import; |
|
grpc_auth_context_peer_identity_type grpc_auth_context_peer_identity_import; |
|
grpc_auth_context_find_properties_by_name_type grpc_auth_context_find_properties_by_name_import; |
|
grpc_auth_context_peer_identity_property_name_type grpc_auth_context_peer_identity_property_name_import; |
|
grpc_auth_context_peer_is_authenticated_type grpc_auth_context_peer_is_authenticated_import; |
|
grpc_call_auth_context_type grpc_call_auth_context_import; |
|
grpc_auth_context_release_type grpc_auth_context_release_import; |
|
grpc_auth_context_add_property_type grpc_auth_context_add_property_import; |
|
grpc_auth_context_add_cstring_property_type grpc_auth_context_add_cstring_property_import; |
|
grpc_auth_context_set_peer_identity_property_name_type grpc_auth_context_set_peer_identity_property_name_import; |
|
grpc_ssl_session_cache_create_lru_type grpc_ssl_session_cache_create_lru_import; |
|
grpc_ssl_session_cache_destroy_type grpc_ssl_session_cache_destroy_import; |
|
grpc_ssl_session_cache_create_channel_arg_type grpc_ssl_session_cache_create_channel_arg_import; |
|
grpc_channel_credentials_release_type grpc_channel_credentials_release_import; |
|
grpc_google_default_credentials_create_type grpc_google_default_credentials_create_import; |
|
grpc_set_ssl_roots_override_callback_type grpc_set_ssl_roots_override_callback_import; |
|
grpc_ssl_credentials_create_type grpc_ssl_credentials_create_import; |
|
grpc_call_credentials_release_type grpc_call_credentials_release_import; |
|
grpc_composite_channel_credentials_create_type grpc_composite_channel_credentials_create_import; |
|
grpc_composite_call_credentials_create_type grpc_composite_call_credentials_create_import; |
|
grpc_google_compute_engine_credentials_create_type grpc_google_compute_engine_credentials_create_import; |
|
grpc_max_auth_token_lifetime_type grpc_max_auth_token_lifetime_import; |
|
grpc_service_account_jwt_access_credentials_create_type grpc_service_account_jwt_access_credentials_create_import; |
|
grpc_google_refresh_token_credentials_create_type grpc_google_refresh_token_credentials_create_import; |
|
grpc_access_token_credentials_create_type grpc_access_token_credentials_create_import; |
|
grpc_google_iam_credentials_create_type grpc_google_iam_credentials_create_import; |
|
grpc_metadata_credentials_create_from_plugin_type grpc_metadata_credentials_create_from_plugin_import; |
|
grpc_secure_channel_create_type grpc_secure_channel_create_import; |
|
grpc_server_credentials_release_type grpc_server_credentials_release_import; |
|
grpc_ssl_server_certificate_config_create_type grpc_ssl_server_certificate_config_create_import; |
|
grpc_ssl_server_certificate_config_destroy_type grpc_ssl_server_certificate_config_destroy_import; |
|
grpc_ssl_server_credentials_create_type grpc_ssl_server_credentials_create_import; |
|
grpc_ssl_server_credentials_create_ex_type grpc_ssl_server_credentials_create_ex_import; |
|
grpc_ssl_server_credentials_create_options_using_config_type grpc_ssl_server_credentials_create_options_using_config_import; |
|
grpc_ssl_server_credentials_create_options_using_config_fetcher_type grpc_ssl_server_credentials_create_options_using_config_fetcher_import; |
|
grpc_ssl_server_credentials_options_destroy_type grpc_ssl_server_credentials_options_destroy_import; |
|
grpc_ssl_server_credentials_create_with_options_type grpc_ssl_server_credentials_create_with_options_import; |
|
grpc_server_add_secure_http2_port_type grpc_server_add_secure_http2_port_import; |
|
grpc_call_set_credentials_type grpc_call_set_credentials_import; |
|
grpc_server_credentials_set_auth_metadata_processor_type grpc_server_credentials_set_auth_metadata_processor_import; |
|
grpc_alts_credentials_client_options_create_type grpc_alts_credentials_client_options_create_import; |
|
grpc_alts_credentials_server_options_create_type grpc_alts_credentials_server_options_create_import; |
|
grpc_alts_credentials_client_options_add_target_service_account_type grpc_alts_credentials_client_options_add_target_service_account_import; |
|
grpc_alts_credentials_options_destroy_type grpc_alts_credentials_options_destroy_import; |
|
grpc_alts_credentials_create_type grpc_alts_credentials_create_import; |
|
grpc_alts_server_credentials_create_type grpc_alts_server_credentials_create_import; |
|
grpc_raw_byte_buffer_create_type grpc_raw_byte_buffer_create_import; |
|
grpc_raw_compressed_byte_buffer_create_type grpc_raw_compressed_byte_buffer_create_import; |
|
grpc_byte_buffer_copy_type grpc_byte_buffer_copy_import; |
|
grpc_byte_buffer_length_type grpc_byte_buffer_length_import; |
|
grpc_byte_buffer_destroy_type grpc_byte_buffer_destroy_import; |
|
grpc_byte_buffer_reader_init_type grpc_byte_buffer_reader_init_import; |
|
grpc_byte_buffer_reader_destroy_type grpc_byte_buffer_reader_destroy_import; |
|
grpc_byte_buffer_reader_next_type grpc_byte_buffer_reader_next_import; |
|
grpc_byte_buffer_reader_readall_type grpc_byte_buffer_reader_readall_import; |
|
grpc_raw_byte_buffer_from_reader_type grpc_raw_byte_buffer_from_reader_import; |
|
grpc_slice_ref_type grpc_slice_ref_import; |
|
grpc_slice_unref_type grpc_slice_unref_import; |
|
grpc_slice_copy_type grpc_slice_copy_import; |
|
grpc_slice_new_type grpc_slice_new_import; |
|
grpc_slice_new_with_user_data_type grpc_slice_new_with_user_data_import; |
|
grpc_slice_new_with_len_type grpc_slice_new_with_len_import; |
|
grpc_slice_malloc_type grpc_slice_malloc_import; |
|
grpc_slice_malloc_large_type grpc_slice_malloc_large_import; |
|
grpc_slice_intern_type grpc_slice_intern_import; |
|
grpc_slice_from_copied_string_type grpc_slice_from_copied_string_import; |
|
grpc_slice_from_copied_buffer_type grpc_slice_from_copied_buffer_import; |
|
grpc_slice_from_static_string_type grpc_slice_from_static_string_import; |
|
grpc_slice_from_static_buffer_type grpc_slice_from_static_buffer_import; |
|
grpc_slice_sub_type grpc_slice_sub_import; |
|
grpc_slice_sub_no_ref_type grpc_slice_sub_no_ref_import; |
|
grpc_slice_split_tail_type grpc_slice_split_tail_import; |
|
grpc_slice_split_tail_maybe_ref_type grpc_slice_split_tail_maybe_ref_import; |
|
grpc_slice_split_head_type grpc_slice_split_head_import; |
|
grpc_empty_slice_type grpc_empty_slice_import; |
|
grpc_slice_default_hash_impl_type grpc_slice_default_hash_impl_import; |
|
grpc_slice_default_eq_impl_type grpc_slice_default_eq_impl_import; |
|
grpc_slice_eq_type grpc_slice_eq_import; |
|
grpc_slice_cmp_type grpc_slice_cmp_import; |
|
grpc_slice_str_cmp_type grpc_slice_str_cmp_import; |
|
grpc_slice_buf_start_eq_type grpc_slice_buf_start_eq_import; |
|
grpc_slice_rchr_type grpc_slice_rchr_import; |
|
grpc_slice_chr_type grpc_slice_chr_import; |
|
grpc_slice_slice_type grpc_slice_slice_import; |
|
grpc_slice_hash_type grpc_slice_hash_import; |
|
grpc_slice_is_equivalent_type grpc_slice_is_equivalent_import; |
|
grpc_slice_dup_type grpc_slice_dup_import; |
|
grpc_slice_to_c_string_type grpc_slice_to_c_string_import; |
|
grpc_slice_buffer_init_type grpc_slice_buffer_init_import; |
|
grpc_slice_buffer_destroy_type grpc_slice_buffer_destroy_import; |
|
grpc_slice_buffer_add_type grpc_slice_buffer_add_import; |
|
grpc_slice_buffer_add_indexed_type grpc_slice_buffer_add_indexed_import; |
|
grpc_slice_buffer_addn_type grpc_slice_buffer_addn_import; |
|
grpc_slice_buffer_tiny_add_type grpc_slice_buffer_tiny_add_import; |
|
grpc_slice_buffer_pop_type grpc_slice_buffer_pop_import; |
|
grpc_slice_buffer_reset_and_unref_type grpc_slice_buffer_reset_and_unref_import; |
|
grpc_slice_buffer_swap_type grpc_slice_buffer_swap_import; |
|
grpc_slice_buffer_move_into_type grpc_slice_buffer_move_into_import; |
|
grpc_slice_buffer_trim_end_type grpc_slice_buffer_trim_end_import; |
|
grpc_slice_buffer_move_first_type grpc_slice_buffer_move_first_import; |
|
grpc_slice_buffer_move_first_no_ref_type grpc_slice_buffer_move_first_no_ref_import; |
|
grpc_slice_buffer_move_first_into_buffer_type grpc_slice_buffer_move_first_into_buffer_import; |
|
grpc_slice_buffer_take_first_type grpc_slice_buffer_take_first_import; |
|
grpc_slice_buffer_undo_take_first_type grpc_slice_buffer_undo_take_first_import; |
|
gpr_malloc_type gpr_malloc_import; |
|
gpr_zalloc_type gpr_zalloc_import; |
|
gpr_free_type gpr_free_import; |
|
gpr_realloc_type gpr_realloc_import; |
|
gpr_malloc_aligned_type gpr_malloc_aligned_import; |
|
gpr_free_aligned_type gpr_free_aligned_import; |
|
gpr_set_allocation_functions_type gpr_set_allocation_functions_import; |
|
gpr_get_allocation_functions_type gpr_get_allocation_functions_import; |
|
gpr_cpu_num_cores_type gpr_cpu_num_cores_import; |
|
gpr_cpu_current_cpu_type gpr_cpu_current_cpu_import; |
|
gpr_log_severity_string_type gpr_log_severity_string_import; |
|
gpr_log_type gpr_log_import; |
|
gpr_should_log_type gpr_should_log_import; |
|
gpr_log_message_type gpr_log_message_import; |
|
gpr_set_log_verbosity_type gpr_set_log_verbosity_import; |
|
gpr_log_verbosity_init_type gpr_log_verbosity_init_import; |
|
gpr_set_log_function_type gpr_set_log_function_import; |
|
gpr_format_message_type gpr_format_message_import; |
|
gpr_strdup_type gpr_strdup_import; |
|
gpr_asprintf_type gpr_asprintf_import; |
|
gpr_mu_init_type gpr_mu_init_import; |
|
gpr_mu_destroy_type gpr_mu_destroy_import; |
|
gpr_mu_lock_type gpr_mu_lock_import; |
|
gpr_mu_unlock_type gpr_mu_unlock_import; |
|
gpr_mu_trylock_type gpr_mu_trylock_import; |
|
gpr_cv_init_type gpr_cv_init_import; |
|
gpr_cv_destroy_type gpr_cv_destroy_import; |
|
gpr_cv_wait_type gpr_cv_wait_import; |
|
gpr_cv_signal_type gpr_cv_signal_import; |
|
gpr_cv_broadcast_type gpr_cv_broadcast_import; |
|
gpr_once_init_type gpr_once_init_import; |
|
gpr_event_init_type gpr_event_init_import; |
|
gpr_event_set_type gpr_event_set_import; |
|
gpr_event_get_type gpr_event_get_import; |
|
gpr_event_wait_type gpr_event_wait_import; |
|
gpr_ref_init_type gpr_ref_init_import; |
|
gpr_ref_type gpr_ref_import; |
|
gpr_ref_non_zero_type gpr_ref_non_zero_import; |
|
gpr_refn_type gpr_refn_import; |
|
gpr_unref_type gpr_unref_import; |
|
gpr_ref_is_unique_type gpr_ref_is_unique_import; |
|
gpr_stats_init_type gpr_stats_init_import; |
|
gpr_stats_inc_type gpr_stats_inc_import; |
|
gpr_stats_read_type gpr_stats_read_import; |
|
gpr_thd_currentid_type gpr_thd_currentid_import; |
|
gpr_time_0_type gpr_time_0_import; |
|
gpr_inf_future_type gpr_inf_future_import; |
|
gpr_inf_past_type gpr_inf_past_import; |
|
gpr_time_init_type gpr_time_init_import; |
|
gpr_now_type gpr_now_import; |
|
gpr_convert_clock_type_type gpr_convert_clock_type_import; |
|
gpr_time_cmp_type gpr_time_cmp_import; |
|
gpr_time_max_type gpr_time_max_import; |
|
gpr_time_min_type gpr_time_min_import; |
|
gpr_time_add_type gpr_time_add_import; |
|
gpr_time_sub_type gpr_time_sub_import; |
|
gpr_time_from_micros_type gpr_time_from_micros_import; |
|
gpr_time_from_nanos_type gpr_time_from_nanos_import; |
|
gpr_time_from_millis_type gpr_time_from_millis_import; |
|
gpr_time_from_seconds_type gpr_time_from_seconds_import; |
|
gpr_time_from_minutes_type gpr_time_from_minutes_import; |
|
gpr_time_from_hours_type gpr_time_from_hours_import; |
|
gpr_time_to_millis_type gpr_time_to_millis_import; |
|
gpr_time_similar_type gpr_time_similar_import; |
|
gpr_sleep_until_type gpr_sleep_until_import; |
|
gpr_timespec_to_micros_type gpr_timespec_to_micros_import; |
|
|
|
void grpc_rb_load_imports(HMODULE library) { |
|
grpc_compression_algorithm_is_message_import = (grpc_compression_algorithm_is_message_type) GetProcAddress(library, "grpc_compression_algorithm_is_message"); |
|
grpc_compression_algorithm_is_stream_import = (grpc_compression_algorithm_is_stream_type) GetProcAddress(library, "grpc_compression_algorithm_is_stream"); |
|
grpc_compression_algorithm_parse_import = (grpc_compression_algorithm_parse_type) GetProcAddress(library, "grpc_compression_algorithm_parse"); |
|
grpc_compression_algorithm_name_import = (grpc_compression_algorithm_name_type) GetProcAddress(library, "grpc_compression_algorithm_name"); |
|
grpc_compression_algorithm_for_level_import = (grpc_compression_algorithm_for_level_type) GetProcAddress(library, "grpc_compression_algorithm_for_level"); |
|
grpc_compression_options_init_import = (grpc_compression_options_init_type) GetProcAddress(library, "grpc_compression_options_init"); |
|
grpc_compression_options_enable_algorithm_import = (grpc_compression_options_enable_algorithm_type) GetProcAddress(library, "grpc_compression_options_enable_algorithm"); |
|
grpc_compression_options_disable_algorithm_import = (grpc_compression_options_disable_algorithm_type) GetProcAddress(library, "grpc_compression_options_disable_algorithm"); |
|
grpc_compression_options_is_algorithm_enabled_import = (grpc_compression_options_is_algorithm_enabled_type) GetProcAddress(library, "grpc_compression_options_is_algorithm_enabled"); |
|
grpc_metadata_array_init_import = (grpc_metadata_array_init_type) GetProcAddress(library, "grpc_metadata_array_init"); |
|
grpc_metadata_array_destroy_import = (grpc_metadata_array_destroy_type) GetProcAddress(library, "grpc_metadata_array_destroy"); |
|
grpc_call_details_init_import = (grpc_call_details_init_type) GetProcAddress(library, "grpc_call_details_init"); |
|
grpc_call_details_destroy_import = (grpc_call_details_destroy_type) GetProcAddress(library, "grpc_call_details_destroy"); |
|
grpc_register_plugin_import = (grpc_register_plugin_type) GetProcAddress(library, "grpc_register_plugin"); |
|
grpc_init_import = (grpc_init_type) GetProcAddress(library, "grpc_init"); |
|
grpc_shutdown_import = (grpc_shutdown_type) GetProcAddress(library, "grpc_shutdown"); |
|
grpc_version_string_import = (grpc_version_string_type) GetProcAddress(library, "grpc_version_string"); |
|
grpc_g_stands_for_import = (grpc_g_stands_for_type) GetProcAddress(library, "grpc_g_stands_for"); |
|
grpc_completion_queue_factory_lookup_import = (grpc_completion_queue_factory_lookup_type) GetProcAddress(library, "grpc_completion_queue_factory_lookup"); |
|
grpc_completion_queue_create_for_next_import = (grpc_completion_queue_create_for_next_type) GetProcAddress(library, "grpc_completion_queue_create_for_next"); |
|
grpc_completion_queue_create_for_pluck_import = (grpc_completion_queue_create_for_pluck_type) GetProcAddress(library, "grpc_completion_queue_create_for_pluck"); |
|
grpc_completion_queue_create_import = (grpc_completion_queue_create_type) GetProcAddress(library, "grpc_completion_queue_create"); |
|
grpc_completion_queue_next_import = (grpc_completion_queue_next_type) GetProcAddress(library, "grpc_completion_queue_next"); |
|
grpc_completion_queue_pluck_import = (grpc_completion_queue_pluck_type) GetProcAddress(library, "grpc_completion_queue_pluck"); |
|
grpc_completion_queue_shutdown_import = (grpc_completion_queue_shutdown_type) GetProcAddress(library, "grpc_completion_queue_shutdown"); |
|
grpc_completion_queue_destroy_import = (grpc_completion_queue_destroy_type) GetProcAddress(library, "grpc_completion_queue_destroy"); |
|
grpc_completion_queue_thread_local_cache_init_import = (grpc_completion_queue_thread_local_cache_init_type) GetProcAddress(library, "grpc_completion_queue_thread_local_cache_init"); |
|
grpc_completion_queue_thread_local_cache_flush_import = (grpc_completion_queue_thread_local_cache_flush_type) GetProcAddress(library, "grpc_completion_queue_thread_local_cache_flush"); |
|
grpc_channel_check_connectivity_state_import = (grpc_channel_check_connectivity_state_type) GetProcAddress(library, "grpc_channel_check_connectivity_state"); |
|
grpc_channel_num_external_connectivity_watchers_import = (grpc_channel_num_external_connectivity_watchers_type) GetProcAddress(library, "grpc_channel_num_external_connectivity_watchers"); |
|
grpc_channel_watch_connectivity_state_import = (grpc_channel_watch_connectivity_state_type) GetProcAddress(library, "grpc_channel_watch_connectivity_state"); |
|
grpc_channel_support_connectivity_watcher_import = (grpc_channel_support_connectivity_watcher_type) GetProcAddress(library, "grpc_channel_support_connectivity_watcher"); |
|
grpc_channel_create_call_import = (grpc_channel_create_call_type) GetProcAddress(library, "grpc_channel_create_call"); |
|
grpc_channel_ping_import = (grpc_channel_ping_type) GetProcAddress(library, "grpc_channel_ping"); |
|
grpc_channel_register_call_import = (grpc_channel_register_call_type) GetProcAddress(library, "grpc_channel_register_call"); |
|
grpc_channel_create_registered_call_import = (grpc_channel_create_registered_call_type) GetProcAddress(library, "grpc_channel_create_registered_call"); |
|
grpc_call_arena_alloc_import = (grpc_call_arena_alloc_type) GetProcAddress(library, "grpc_call_arena_alloc"); |
|
grpc_call_start_batch_import = (grpc_call_start_batch_type) GetProcAddress(library, "grpc_call_start_batch"); |
|
grpc_call_get_peer_import = (grpc_call_get_peer_type) GetProcAddress(library, "grpc_call_get_peer"); |
|
grpc_census_call_set_context_import = (grpc_census_call_set_context_type) GetProcAddress(library, "grpc_census_call_set_context"); |
|
grpc_census_call_get_context_import = (grpc_census_call_get_context_type) GetProcAddress(library, "grpc_census_call_get_context"); |
|
grpc_channel_get_target_import = (grpc_channel_get_target_type) GetProcAddress(library, "grpc_channel_get_target"); |
|
grpc_channel_get_info_import = (grpc_channel_get_info_type) GetProcAddress(library, "grpc_channel_get_info"); |
|
grpc_insecure_channel_create_import = (grpc_insecure_channel_create_type) GetProcAddress(library, "grpc_insecure_channel_create"); |
|
grpc_lame_client_channel_create_import = (grpc_lame_client_channel_create_type) GetProcAddress(library, "grpc_lame_client_channel_create"); |
|
grpc_channel_destroy_import = (grpc_channel_destroy_type) GetProcAddress(library, "grpc_channel_destroy"); |
|
grpc_channel_get_trace_import = (grpc_channel_get_trace_type) GetProcAddress(library, "grpc_channel_get_trace"); |
|
grpc_channel_get_uuid_import = (grpc_channel_get_uuid_type) GetProcAddress(library, "grpc_channel_get_uuid"); |
|
grpc_call_cancel_import = (grpc_call_cancel_type) GetProcAddress(library, "grpc_call_cancel"); |
|
grpc_call_cancel_with_status_import = (grpc_call_cancel_with_status_type) GetProcAddress(library, "grpc_call_cancel_with_status"); |
|
grpc_call_ref_import = (grpc_call_ref_type) GetProcAddress(library, "grpc_call_ref"); |
|
grpc_call_unref_import = (grpc_call_unref_type) GetProcAddress(library, "grpc_call_unref"); |
|
grpc_server_request_call_import = (grpc_server_request_call_type) GetProcAddress(library, "grpc_server_request_call"); |
|
grpc_server_register_method_import = (grpc_server_register_method_type) GetProcAddress(library, "grpc_server_register_method"); |
|
grpc_server_request_registered_call_import = (grpc_server_request_registered_call_type) GetProcAddress(library, "grpc_server_request_registered_call"); |
|
grpc_server_create_import = (grpc_server_create_type) GetProcAddress(library, "grpc_server_create"); |
|
grpc_server_register_completion_queue_import = (grpc_server_register_completion_queue_type) GetProcAddress(library, "grpc_server_register_completion_queue"); |
|
grpc_server_add_insecure_http2_port_import = (grpc_server_add_insecure_http2_port_type) GetProcAddress(library, "grpc_server_add_insecure_http2_port"); |
|
grpc_server_start_import = (grpc_server_start_type) GetProcAddress(library, "grpc_server_start"); |
|
grpc_server_shutdown_and_notify_import = (grpc_server_shutdown_and_notify_type) GetProcAddress(library, "grpc_server_shutdown_and_notify"); |
|
grpc_server_cancel_all_calls_import = (grpc_server_cancel_all_calls_type) GetProcAddress(library, "grpc_server_cancel_all_calls"); |
|
grpc_server_destroy_import = (grpc_server_destroy_type) GetProcAddress(library, "grpc_server_destroy"); |
|
grpc_tracer_set_enabled_import = (grpc_tracer_set_enabled_type) GetProcAddress(library, "grpc_tracer_set_enabled"); |
|
grpc_header_key_is_legal_import = (grpc_header_key_is_legal_type) GetProcAddress(library, "grpc_header_key_is_legal"); |
|
grpc_header_nonbin_value_is_legal_import = (grpc_header_nonbin_value_is_legal_type) GetProcAddress(library, "grpc_header_nonbin_value_is_legal"); |
|
grpc_is_binary_header_import = (grpc_is_binary_header_type) GetProcAddress(library, "grpc_is_binary_header"); |
|
grpc_call_error_to_string_import = (grpc_call_error_to_string_type) GetProcAddress(library, "grpc_call_error_to_string"); |
|
grpc_resource_quota_create_import = (grpc_resource_quota_create_type) GetProcAddress(library, "grpc_resource_quota_create"); |
|
grpc_resource_quota_ref_import = (grpc_resource_quota_ref_type) GetProcAddress(library, "grpc_resource_quota_ref"); |
|
grpc_resource_quota_unref_import = (grpc_resource_quota_unref_type) GetProcAddress(library, "grpc_resource_quota_unref"); |
|
grpc_resource_quota_resize_import = (grpc_resource_quota_resize_type) GetProcAddress(library, "grpc_resource_quota_resize"); |
|
grpc_resource_quota_arg_vtable_import = (grpc_resource_quota_arg_vtable_type) GetProcAddress(library, "grpc_resource_quota_arg_vtable"); |
|
grpc_insecure_channel_create_from_fd_import = (grpc_insecure_channel_create_from_fd_type) GetProcAddress(library, "grpc_insecure_channel_create_from_fd"); |
|
grpc_server_add_insecure_channel_from_fd_import = (grpc_server_add_insecure_channel_from_fd_type) GetProcAddress(library, "grpc_server_add_insecure_channel_from_fd"); |
|
grpc_use_signal_import = (grpc_use_signal_type) GetProcAddress(library, "grpc_use_signal"); |
|
grpc_auth_property_iterator_next_import = (grpc_auth_property_iterator_next_type) GetProcAddress(library, "grpc_auth_property_iterator_next"); |
|
grpc_auth_context_property_iterator_import = (grpc_auth_context_property_iterator_type) GetProcAddress(library, "grpc_auth_context_property_iterator"); |
|
grpc_auth_context_peer_identity_import = (grpc_auth_context_peer_identity_type) GetProcAddress(library, "grpc_auth_context_peer_identity"); |
|
grpc_auth_context_find_properties_by_name_import = (grpc_auth_context_find_properties_by_name_type) GetProcAddress(library, "grpc_auth_context_find_properties_by_name"); |
|
grpc_auth_context_peer_identity_property_name_import = (grpc_auth_context_peer_identity_property_name_type) GetProcAddress(library, "grpc_auth_context_peer_identity_property_name"); |
|
grpc_auth_context_peer_is_authenticated_import = (grpc_auth_context_peer_is_authenticated_type) GetProcAddress(library, "grpc_auth_context_peer_is_authenticated"); |
|
grpc_call_auth_context_import = (grpc_call_auth_context_type) GetProcAddress(library, "grpc_call_auth_context"); |
|
grpc_auth_context_release_import = (grpc_auth_context_release_type) GetProcAddress(library, "grpc_auth_context_release"); |
|
grpc_auth_context_add_property_import = (grpc_auth_context_add_property_type) GetProcAddress(library, "grpc_auth_context_add_property"); |
|
grpc_auth_context_add_cstring_property_import = (grpc_auth_context_add_cstring_property_type) GetProcAddress(library, "grpc_auth_context_add_cstring_property"); |
|
grpc_auth_context_set_peer_identity_property_name_import = (grpc_auth_context_set_peer_identity_property_name_type) GetProcAddress(library, "grpc_auth_context_set_peer_identity_property_name"); |
|
grpc_ssl_session_cache_create_lru_import = (grpc_ssl_session_cache_create_lru_type) GetProcAddress(library, "grpc_ssl_session_cache_create_lru"); |
|
grpc_ssl_session_cache_destroy_import = (grpc_ssl_session_cache_destroy_type) GetProcAddress(library, "grpc_ssl_session_cache_destroy"); |
|
grpc_ssl_session_cache_create_channel_arg_import = (grpc_ssl_session_cache_create_channel_arg_type) GetProcAddress(library, "grpc_ssl_session_cache_create_channel_arg"); |
|
grpc_channel_credentials_release_import = (grpc_channel_credentials_release_type) GetProcAddress(library, "grpc_channel_credentials_release"); |
|
grpc_google_default_credentials_create_import = (grpc_google_default_credentials_create_type) GetProcAddress(library, "grpc_google_default_credentials_create"); |
|
grpc_set_ssl_roots_override_callback_import = (grpc_set_ssl_roots_override_callback_type) GetProcAddress(library, "grpc_set_ssl_roots_override_callback"); |
|
grpc_ssl_credentials_create_import = (grpc_ssl_credentials_create_type) GetProcAddress(library, "grpc_ssl_credentials_create"); |
|
grpc_call_credentials_release_import = (grpc_call_credentials_release_type) GetProcAddress(library, "grpc_call_credentials_release"); |
|
grpc_composite_channel_credentials_create_import = (grpc_composite_channel_credentials_create_type) GetProcAddress(library, "grpc_composite_channel_credentials_create"); |
|
grpc_composite_call_credentials_create_import = (grpc_composite_call_credentials_create_type) GetProcAddress(library, "grpc_composite_call_credentials_create"); |
|
grpc_google_compute_engine_credentials_create_import = (grpc_google_compute_engine_credentials_create_type) GetProcAddress(library, "grpc_google_compute_engine_credentials_create"); |
|
grpc_max_auth_token_lifetime_import = (grpc_max_auth_token_lifetime_type) GetProcAddress(library, "grpc_max_auth_token_lifetime"); |
|
grpc_service_account_jwt_access_credentials_create_import = (grpc_service_account_jwt_access_credentials_create_type) GetProcAddress(library, "grpc_service_account_jwt_access_credentials_create"); |
|
grpc_google_refresh_token_credentials_create_import = (grpc_google_refresh_token_credentials_create_type) GetProcAddress(library, "grpc_google_refresh_token_credentials_create"); |
|
grpc_access_token_credentials_create_import = (grpc_access_token_credentials_create_type) GetProcAddress(library, "grpc_access_token_credentials_create"); |
|
grpc_google_iam_credentials_create_import = (grpc_google_iam_credentials_create_type) GetProcAddress(library, "grpc_google_iam_credentials_create"); |
|
grpc_metadata_credentials_create_from_plugin_import = (grpc_metadata_credentials_create_from_plugin_type) GetProcAddress(library, "grpc_metadata_credentials_create_from_plugin"); |
|
grpc_secure_channel_create_import = (grpc_secure_channel_create_type) GetProcAddress(library, "grpc_secure_channel_create"); |
|
grpc_server_credentials_release_import = (grpc_server_credentials_release_type) GetProcAddress(library, "grpc_server_credentials_release"); |
|
grpc_ssl_server_certificate_config_create_import = (grpc_ssl_server_certificate_config_create_type) GetProcAddress(library, "grpc_ssl_server_certificate_config_create"); |
|
grpc_ssl_server_certificate_config_destroy_import = (grpc_ssl_server_certificate_config_destroy_type) GetProcAddress(library, "grpc_ssl_server_certificate_config_destroy"); |
|
grpc_ssl_server_credentials_create_import = (grpc_ssl_server_credentials_create_type) GetProcAddress(library, "grpc_ssl_server_credentials_create"); |
|
grpc_ssl_server_credentials_create_ex_import = (grpc_ssl_server_credentials_create_ex_type) GetProcAddress(library, "grpc_ssl_server_credentials_create_ex"); |
|
grpc_ssl_server_credentials_create_options_using_config_import = (grpc_ssl_server_credentials_create_options_using_config_type) GetProcAddress(library, "grpc_ssl_server_credentials_create_options_using_config"); |
|
grpc_ssl_server_credentials_create_options_using_config_fetcher_import = (grpc_ssl_server_credentials_create_options_using_config_fetcher_type) GetProcAddress(library, "grpc_ssl_server_credentials_create_options_using_config_fetcher"); |
|
grpc_ssl_server_credentials_options_destroy_import = (grpc_ssl_server_credentials_options_destroy_type) GetProcAddress(library, "grpc_ssl_server_credentials_options_destroy"); |
|
grpc_ssl_server_credentials_create_with_options_import = (grpc_ssl_server_credentials_create_with_options_type) GetProcAddress(library, "grpc_ssl_server_credentials_create_with_options"); |
|
grpc_server_add_secure_http2_port_import = (grpc_server_add_secure_http2_port_type) GetProcAddress(library, "grpc_server_add_secure_http2_port"); |
|
grpc_call_set_credentials_import = (grpc_call_set_credentials_type) GetProcAddress(library, "grpc_call_set_credentials"); |
|
grpc_server_credentials_set_auth_metadata_processor_import = (grpc_server_credentials_set_auth_metadata_processor_type) GetProcAddress(library, "grpc_server_credentials_set_auth_metadata_processor"); |
|
grpc_alts_credentials_client_options_create_import = (grpc_alts_credentials_client_options_create_type) GetProcAddress(library, "grpc_alts_credentials_client_options_create"); |
|
grpc_alts_credentials_server_options_create_import = (grpc_alts_credentials_server_options_create_type) GetProcAddress(library, "grpc_alts_credentials_server_options_create"); |
|
grpc_alts_credentials_client_options_add_target_service_account_import = (grpc_alts_credentials_client_options_add_target_service_account_type) GetProcAddress(library, "grpc_alts_credentials_client_options_add_target_service_account"); |
|
grpc_alts_credentials_options_destroy_import = (grpc_alts_credentials_options_destroy_type) GetProcAddress(library, "grpc_alts_credentials_options_destroy"); |
|
grpc_alts_credentials_create_import = (grpc_alts_credentials_create_type) GetProcAddress(library, "grpc_alts_credentials_create"); |
|
grpc_alts_server_credentials_create_import = (grpc_alts_server_credentials_create_type) GetProcAddress(library, "grpc_alts_server_credentials_create"); |
|
grpc_raw_byte_buffer_create_import = (grpc_raw_byte_buffer_create_type) GetProcAddress(library, "grpc_raw_byte_buffer_create"); |
|
grpc_raw_compressed_byte_buffer_create_import = (grpc_raw_compressed_byte_buffer_create_type) GetProcAddress(library, "grpc_raw_compressed_byte_buffer_create"); |
|
grpc_byte_buffer_copy_import = (grpc_byte_buffer_copy_type) GetProcAddress(library, "grpc_byte_buffer_copy"); |
|
grpc_byte_buffer_length_import = (grpc_byte_buffer_length_type) GetProcAddress(library, "grpc_byte_buffer_length"); |
|
grpc_byte_buffer_destroy_import = (grpc_byte_buffer_destroy_type) GetProcAddress(library, "grpc_byte_buffer_destroy"); |
|
grpc_byte_buffer_reader_init_import = (grpc_byte_buffer_reader_init_type) GetProcAddress(library, "grpc_byte_buffer_reader_init"); |
|
grpc_byte_buffer_reader_destroy_import = (grpc_byte_buffer_reader_destroy_type) GetProcAddress(library, "grpc_byte_buffer_reader_destroy"); |
|
grpc_byte_buffer_reader_next_import = (grpc_byte_buffer_reader_next_type) GetProcAddress(library, "grpc_byte_buffer_reader_next"); |
|
grpc_byte_buffer_reader_readall_import = (grpc_byte_buffer_reader_readall_type) GetProcAddress(library, "grpc_byte_buffer_reader_readall"); |
|
grpc_raw_byte_buffer_from_reader_import = (grpc_raw_byte_buffer_from_reader_type) GetProcAddress(library, "grpc_raw_byte_buffer_from_reader"); |
|
grpc_slice_ref_import = (grpc_slice_ref_type) GetProcAddress(library, "grpc_slice_ref"); |
|
grpc_slice_unref_import = (grpc_slice_unref_type) GetProcAddress(library, "grpc_slice_unref"); |
|
grpc_slice_copy_import = (grpc_slice_copy_type) GetProcAddress(library, "grpc_slice_copy"); |
|
grpc_slice_new_import = (grpc_slice_new_type) GetProcAddress(library, "grpc_slice_new"); |
|
grpc_slice_new_with_user_data_import = (grpc_slice_new_with_user_data_type) GetProcAddress(library, "grpc_slice_new_with_user_data"); |
|
grpc_slice_new_with_len_import = (grpc_slice_new_with_len_type) GetProcAddress(library, "grpc_slice_new_with_len"); |
|
grpc_slice_malloc_import = (grpc_slice_malloc_type) GetProcAddress(library, "grpc_slice_malloc"); |
|
grpc_slice_malloc_large_import = (grpc_slice_malloc_large_type) GetProcAddress(library, "grpc_slice_malloc_large"); |
|
grpc_slice_intern_import = (grpc_slice_intern_type) GetProcAddress(library, "grpc_slice_intern"); |
|
grpc_slice_from_copied_string_import = (grpc_slice_from_copied_string_type) GetProcAddress(library, "grpc_slice_from_copied_string"); |
|
grpc_slice_from_copied_buffer_import = (grpc_slice_from_copied_buffer_type) GetProcAddress(library, "grpc_slice_from_copied_buffer"); |
|
grpc_slice_from_static_string_import = (grpc_slice_from_static_string_type) GetProcAddress(library, "grpc_slice_from_static_string"); |
|
grpc_slice_from_static_buffer_import = (grpc_slice_from_static_buffer_type) GetProcAddress(library, "grpc_slice_from_static_buffer"); |
|
grpc_slice_sub_import = (grpc_slice_sub_type) GetProcAddress(library, "grpc_slice_sub"); |
|
grpc_slice_sub_no_ref_import = (grpc_slice_sub_no_ref_type) GetProcAddress(library, "grpc_slice_sub_no_ref"); |
|
grpc_slice_split_tail_import = (grpc_slice_split_tail_type) GetProcAddress(library, "grpc_slice_split_tail"); |
|
grpc_slice_split_tail_maybe_ref_import = (grpc_slice_split_tail_maybe_ref_type) GetProcAddress(library, "grpc_slice_split_tail_maybe_ref"); |
|
grpc_slice_split_head_import = (grpc_slice_split_head_type) GetProcAddress(library, "grpc_slice_split_head"); |
|
grpc_empty_slice_import = (grpc_empty_slice_type) GetProcAddress(library, "grpc_empty_slice"); |
|
grpc_slice_default_hash_impl_import = (grpc_slice_default_hash_impl_type) GetProcAddress(library, "grpc_slice_default_hash_impl"); |
|
grpc_slice_default_eq_impl_import = (grpc_slice_default_eq_impl_type) GetProcAddress(library, "grpc_slice_default_eq_impl"); |
|
grpc_slice_eq_import = (grpc_slice_eq_type) GetProcAddress(library, "grpc_slice_eq"); |
|
grpc_slice_cmp_import = (grpc_slice_cmp_type) GetProcAddress(library, "grpc_slice_cmp"); |
|
grpc_slice_str_cmp_import = (grpc_slice_str_cmp_type) GetProcAddress(library, "grpc_slice_str_cmp"); |
|
grpc_slice_buf_start_eq_import = (grpc_slice_buf_start_eq_type) GetProcAddress(library, "grpc_slice_buf_start_eq"); |
|
grpc_slice_rchr_import = (grpc_slice_rchr_type) GetProcAddress(library, "grpc_slice_rchr"); |
|
grpc_slice_chr_import = (grpc_slice_chr_type) GetProcAddress(library, "grpc_slice_chr"); |
|
grpc_slice_slice_import = (grpc_slice_slice_type) GetProcAddress(library, "grpc_slice_slice"); |
|
grpc_slice_hash_import = (grpc_slice_hash_type) GetProcAddress(library, "grpc_slice_hash"); |
|
grpc_slice_is_equivalent_import = (grpc_slice_is_equivalent_type) GetProcAddress(library, "grpc_slice_is_equivalent"); |
|
grpc_slice_dup_import = (grpc_slice_dup_type) GetProcAddress(library, "grpc_slice_dup"); |
|
grpc_slice_to_c_string_import = (grpc_slice_to_c_string_type) GetProcAddress(library, "grpc_slice_to_c_string"); |
|
grpc_slice_buffer_init_import = (grpc_slice_buffer_init_type) GetProcAddress(library, "grpc_slice_buffer_init"); |
|
grpc_slice_buffer_destroy_import = (grpc_slice_buffer_destroy_type) GetProcAddress(library, "grpc_slice_buffer_destroy"); |
|
grpc_slice_buffer_add_import = (grpc_slice_buffer_add_type) GetProcAddress(library, "grpc_slice_buffer_add"); |
|
grpc_slice_buffer_add_indexed_import = (grpc_slice_buffer_add_indexed_type) GetProcAddress(library, "grpc_slice_buffer_add_indexed"); |
|
grpc_slice_buffer_addn_import = (grpc_slice_buffer_addn_type) GetProcAddress(library, "grpc_slice_buffer_addn"); |
|
grpc_slice_buffer_tiny_add_import = (grpc_slice_buffer_tiny_add_type) GetProcAddress(library, "grpc_slice_buffer_tiny_add"); |
|
grpc_slice_buffer_pop_import = (grpc_slice_buffer_pop_type) GetProcAddress(library, "grpc_slice_buffer_pop"); |
|
grpc_slice_buffer_reset_and_unref_import = (grpc_slice_buffer_reset_and_unref_type) GetProcAddress(library, "grpc_slice_buffer_reset_and_unref"); |
|
grpc_slice_buffer_swap_import = (grpc_slice_buffer_swap_type) GetProcAddress(library, "grpc_slice_buffer_swap"); |
|
grpc_slice_buffer_move_into_import = (grpc_slice_buffer_move_into_type) GetProcAddress(library, "grpc_slice_buffer_move_into"); |
|
grpc_slice_buffer_trim_end_import = (grpc_slice_buffer_trim_end_type) GetProcAddress(library, "grpc_slice_buffer_trim_end"); |
|
grpc_slice_buffer_move_first_import = (grpc_slice_buffer_move_first_type) GetProcAddress(library, "grpc_slice_buffer_move_first"); |
|
grpc_slice_buffer_move_first_no_ref_import = (grpc_slice_buffer_move_first_no_ref_type) GetProcAddress(library, "grpc_slice_buffer_move_first_no_ref"); |
|
grpc_slice_buffer_move_first_into_buffer_import = (grpc_slice_buffer_move_first_into_buffer_type) GetProcAddress(library, "grpc_slice_buffer_move_first_into_buffer"); |
|
grpc_slice_buffer_take_first_import = (grpc_slice_buffer_take_first_type) GetProcAddress(library, "grpc_slice_buffer_take_first"); |
|
grpc_slice_buffer_undo_take_first_import = (grpc_slice_buffer_undo_take_first_type) GetProcAddress(library, "grpc_slice_buffer_undo_take_first"); |
|
gpr_malloc_import = (gpr_malloc_type) GetProcAddress(library, "gpr_malloc"); |
|
gpr_zalloc_import = (gpr_zalloc_type) GetProcAddress(library, "gpr_zalloc"); |
|
gpr_free_import = (gpr_free_type) GetProcAddress(library, "gpr_free"); |
|
gpr_realloc_import = (gpr_realloc_type) GetProcAddress(library, "gpr_realloc"); |
|
gpr_malloc_aligned_import = (gpr_malloc_aligned_type) GetProcAddress(library, "gpr_malloc_aligned"); |
|
gpr_free_aligned_import = (gpr_free_aligned_type) GetProcAddress(library, "gpr_free_aligned"); |
|
gpr_set_allocation_functions_import = (gpr_set_allocation_functions_type) GetProcAddress(library, "gpr_set_allocation_functions"); |
|
gpr_get_allocation_functions_import = (gpr_get_allocation_functions_type) GetProcAddress(library, "gpr_get_allocation_functions"); |
|
gpr_cpu_num_cores_import = (gpr_cpu_num_cores_type) GetProcAddress(library, "gpr_cpu_num_cores"); |
|
gpr_cpu_current_cpu_import = (gpr_cpu_current_cpu_type) GetProcAddress(library, "gpr_cpu_current_cpu"); |
|
gpr_log_severity_string_import = (gpr_log_severity_string_type) GetProcAddress(library, "gpr_log_severity_string"); |
|
gpr_log_import = (gpr_log_type) GetProcAddress(library, "gpr_log"); |
|
gpr_should_log_import = (gpr_should_log_type) GetProcAddress(library, "gpr_should_log"); |
|
gpr_log_message_import = (gpr_log_message_type) GetProcAddress(library, "gpr_log_message"); |
|
gpr_set_log_verbosity_import = (gpr_set_log_verbosity_type) GetProcAddress(library, "gpr_set_log_verbosity"); |
|
gpr_log_verbosity_init_import = (gpr_log_verbosity_init_type) GetProcAddress(library, "gpr_log_verbosity_init"); |
|
gpr_set_log_function_import = (gpr_set_log_function_type) GetProcAddress(library, "gpr_set_log_function"); |
|
gpr_format_message_import = (gpr_format_message_type) GetProcAddress(library, "gpr_format_message"); |
|
gpr_strdup_import = (gpr_strdup_type) GetProcAddress(library, "gpr_strdup"); |
|
gpr_asprintf_import = (gpr_asprintf_type) GetProcAddress(library, "gpr_asprintf"); |
|
gpr_mu_init_import = (gpr_mu_init_type) GetProcAddress(library, "gpr_mu_init"); |
|
gpr_mu_destroy_import = (gpr_mu_destroy_type) GetProcAddress(library, "gpr_mu_destroy"); |
|
gpr_mu_lock_import = (gpr_mu_lock_type) GetProcAddress(library, "gpr_mu_lock"); |
|
gpr_mu_unlock_import = (gpr_mu_unlock_type) GetProcAddress(library, "gpr_mu_unlock"); |
|
gpr_mu_trylock_import = (gpr_mu_trylock_type) GetProcAddress(library, "gpr_mu_trylock"); |
|
gpr_cv_init_import = (gpr_cv_init_type) GetProcAddress(library, "gpr_cv_init"); |
|
gpr_cv_destroy_import = (gpr_cv_destroy_type) GetProcAddress(library, "gpr_cv_destroy"); |
|
gpr_cv_wait_import = (gpr_cv_wait_type) GetProcAddress(library, "gpr_cv_wait"); |
|
gpr_cv_signal_import = (gpr_cv_signal_type) GetProcAddress(library, "gpr_cv_signal"); |
|
gpr_cv_broadcast_import = (gpr_cv_broadcast_type) GetProcAddress(library, "gpr_cv_broadcast"); |
|
gpr_once_init_import = (gpr_once_init_type) GetProcAddress(library, "gpr_once_init"); |
|
gpr_event_init_import = (gpr_event_init_type) GetProcAddress(library, "gpr_event_init"); |
|
gpr_event_set_import = (gpr_event_set_type) GetProcAddress(library, "gpr_event_set"); |
|
gpr_event_get_import = (gpr_event_get_type) GetProcAddress(library, "gpr_event_get"); |
|
gpr_event_wait_import = (gpr_event_wait_type) GetProcAddress(library, "gpr_event_wait"); |
|
gpr_ref_init_import = (gpr_ref_init_type) GetProcAddress(library, "gpr_ref_init"); |
|
gpr_ref_import = (gpr_ref_type) GetProcAddress(library, "gpr_ref"); |
|
gpr_ref_non_zero_import = (gpr_ref_non_zero_type) GetProcAddress(library, "gpr_ref_non_zero"); |
|
gpr_refn_import = (gpr_refn_type) GetProcAddress(library, "gpr_refn"); |
|
gpr_unref_import = (gpr_unref_type) GetProcAddress(library, "gpr_unref"); |
|
gpr_ref_is_unique_import = (gpr_ref_is_unique_type) GetProcAddress(library, "gpr_ref_is_unique"); |
|
gpr_stats_init_import = (gpr_stats_init_type) GetProcAddress(library, "gpr_stats_init"); |
|
gpr_stats_inc_import = (gpr_stats_inc_type) GetProcAddress(library, "gpr_stats_inc"); |
|
gpr_stats_read_import = (gpr_stats_read_type) GetProcAddress(library, "gpr_stats_read"); |
|
gpr_thd_currentid_import = (gpr_thd_currentid_type) GetProcAddress(library, "gpr_thd_currentid"); |
|
gpr_time_0_import = (gpr_time_0_type) GetProcAddress(library, "gpr_time_0"); |
|
gpr_inf_future_import = (gpr_inf_future_type) GetProcAddress(library, "gpr_inf_future"); |
|
gpr_inf_past_import = (gpr_inf_past_type) GetProcAddress(library, "gpr_inf_past"); |
|
gpr_time_init_import = (gpr_time_init_type) GetProcAddress(library, "gpr_time_init"); |
|
gpr_now_import = (gpr_now_type) GetProcAddress(library, "gpr_now"); |
|
gpr_convert_clock_type_import = (gpr_convert_clock_type_type) GetProcAddress(library, "gpr_convert_clock_type"); |
|
gpr_time_cmp_import = (gpr_time_cmp_type) GetProcAddress(library, "gpr_time_cmp"); |
|
gpr_time_max_import = (gpr_time_max_type) GetProcAddress(library, "gpr_time_max"); |
|
gpr_time_min_import = (gpr_time_min_type) GetProcAddress(library, "gpr_time_min"); |
|
gpr_time_add_import = (gpr_time_add_type) GetProcAddress(library, "gpr_time_add"); |
|
gpr_time_sub_import = (gpr_time_sub_type) GetProcAddress(library, "gpr_time_sub"); |
|
gpr_time_from_micros_import = (gpr_time_from_micros_type) GetProcAddress(library, "gpr_time_from_micros"); |
|
gpr_time_from_nanos_import = (gpr_time_from_nanos_type) GetProcAddress(library, "gpr_time_from_nanos"); |
|
gpr_time_from_millis_import = (gpr_time_from_millis_type) GetProcAddress(library, "gpr_time_from_millis"); |
|
gpr_time_from_seconds_import = (gpr_time_from_seconds_type) GetProcAddress(library, "gpr_time_from_seconds"); |
|
gpr_time_from_minutes_import = (gpr_time_from_minutes_type) GetProcAddress(library, "gpr_time_from_minutes"); |
|
gpr_time_from_hours_import = (gpr_time_from_hours_type) GetProcAddress(library, "gpr_time_from_hours"); |
|
gpr_time_to_millis_import = (gpr_time_to_millis_type) GetProcAddress(library, "gpr_time_to_millis"); |
|
gpr_time_similar_import = (gpr_time_similar_type) GetProcAddress(library, "gpr_time_similar"); |
|
gpr_sleep_until_import = (gpr_sleep_until_type) GetProcAddress(library, "gpr_sleep_until"); |
|
gpr_timespec_to_micros_import = (gpr_timespec_to_micros_type) GetProcAddress(library, "gpr_timespec_to_micros"); |
|
} |
|
|
|
#endif /* GPR_WINDOWS */
|
|
|