blob: d4a18ccefc187f67199fc28f40329c00569b9623 [file] [log] [blame]
Nicolas "Pixel" Nobled14b6ac2016-01-30 05:21:15 +01001EXPORTS
Nicolas "Pixel" Nobled14b6ac2016-01-30 05:21:15 +01002 grpc_compression_algorithm_parse
3 grpc_compression_algorithm_name
Muxi Yanb32c23a2017-07-26 14:49:53 -07004 grpc_stream_compression_algorithm_name
Nicolas "Pixel" Nobled14b6ac2016-01-30 05:21:15 +01005 grpc_compression_algorithm_for_level
Muxi Yanb32c23a2017-07-26 14:49:53 -07006 grpc_stream_compression_algorithm_for_level
Nicolas "Pixel" Nobled14b6ac2016-01-30 05:21:15 +01007 grpc_compression_options_init
8 grpc_compression_options_enable_algorithm
9 grpc_compression_options_disable_algorithm
10 grpc_compression_options_is_algorithm_enabled
Muxi Yanb32c23a2017-07-26 14:49:53 -070011 grpc_compression_options_is_stream_compression_algorithm_enabled
Nicolas "Pixel" Nobled14b6ac2016-01-30 05:21:15 +010012 grpc_metadata_array_init
13 grpc_metadata_array_destroy
14 grpc_call_details_init
15 grpc_call_details_destroy
16 grpc_register_plugin
17 grpc_init
18 grpc_shutdown
19 grpc_version_string
Craig Tillerd9f90762016-08-29 16:47:22 -070020 grpc_g_stands_for
Sree Kuchibhotlabf184282017-03-21 15:18:58 -070021 grpc_completion_queue_factory_lookup
22 grpc_completion_queue_create_for_next
23 grpc_completion_queue_create_for_pluck
Nicolas "Pixel" Nobled14b6ac2016-01-30 05:21:15 +010024 grpc_completion_queue_create
25 grpc_completion_queue_next
26 grpc_completion_queue_pluck
27 grpc_completion_queue_shutdown
28 grpc_completion_queue_destroy
Ken Payson42bd87e2017-10-20 10:32:30 -070029 grpc_completion_queue_thread_local_cache_init
30 grpc_completion_queue_thread_local_cache_flush
Nicolas "Pixel" Nobled14b6ac2016-01-30 05:21:15 +010031 grpc_alarm_create
Vijay Pai58c33ba2017-09-01 14:08:42 -070032 grpc_alarm_set
Nicolas "Pixel" Nobled14b6ac2016-01-30 05:21:15 +010033 grpc_alarm_cancel
34 grpc_alarm_destroy
35 grpc_channel_check_connectivity_state
Alexander Polcync3b1f182017-04-18 13:51:36 -070036 grpc_channel_num_external_connectivity_watchers
Nicolas "Pixel" Nobled14b6ac2016-01-30 05:21:15 +010037 grpc_channel_watch_connectivity_state
Yuchen Zengba23e792017-08-24 23:13:09 -070038 grpc_channel_support_connectivity_watcher
Nicolas "Pixel" Nobled14b6ac2016-01-30 05:21:15 +010039 grpc_channel_create_call
40 grpc_channel_ping
41 grpc_channel_register_call
42 grpc_channel_create_registered_call
Vijay Paic0e67012017-03-17 20:00:55 -070043 grpc_call_arena_alloc
Nicolas "Pixel" Nobled14b6ac2016-01-30 05:21:15 +010044 grpc_call_start_batch
45 grpc_call_get_peer
46 grpc_census_call_set_context
47 grpc_census_call_get_context
48 grpc_channel_get_target
Mark D. Roth8e2d8d92016-11-04 12:55:07 -070049 grpc_channel_get_info
Nicolas "Pixel" Nobled14b6ac2016-01-30 05:21:15 +010050 grpc_insecure_channel_create
51 grpc_lame_client_channel_create
52 grpc_channel_destroy
53 grpc_call_cancel
54 grpc_call_cancel_with_status
Craig Tillerd35bb9e2017-03-31 12:56:15 -070055 grpc_call_ref
Craig Tillerdd36b152017-03-31 08:27:28 -070056 grpc_call_unref
Nicolas "Pixel" Nobled14b6ac2016-01-30 05:21:15 +010057 grpc_server_request_call
58 grpc_server_register_method
59 grpc_server_request_registered_call
60 grpc_server_create
61 grpc_server_register_completion_queue
62 grpc_server_add_insecure_http2_port
63 grpc_server_start
64 grpc_server_shutdown_and_notify
65 grpc_server_cancel_all_calls
66 grpc_server_destroy
67 grpc_tracer_set_enabled
68 grpc_header_key_is_legal
69 grpc_header_nonbin_value_is_legal
70 grpc_is_binary_header
Yuchen Zeng2e7d9572016-04-15 17:29:57 -070071 grpc_call_error_to_string
Craig Tiller20afa3d2016-10-17 14:52:14 -070072 grpc_resource_quota_create
73 grpc_resource_quota_ref
74 grpc_resource_quota_unref
75 grpc_resource_quota_resize
76 grpc_resource_quota_arg_vtable
Adam Michalik321b1fb2016-05-16 15:42:36 -070077 grpc_insecure_channel_create_from_fd
Adam Michalikbf10c822016-05-20 16:13:32 -070078 grpc_server_add_insecure_channel_from_fd
Sree Kuchibhotla492fd962016-06-10 09:03:34 -070079 grpc_use_signal
Nicolas "Pixel" Nobled14b6ac2016-01-30 05:21:15 +010080 grpc_auth_property_iterator_next
81 grpc_auth_context_property_iterator
82 grpc_auth_context_peer_identity
83 grpc_auth_context_find_properties_by_name
84 grpc_auth_context_peer_identity_property_name
85 grpc_auth_context_peer_is_authenticated
86 grpc_call_auth_context
87 grpc_auth_context_release
88 grpc_auth_context_add_property
89 grpc_auth_context_add_cstring_property
90 grpc_auth_context_set_peer_identity_property_name
91 grpc_channel_credentials_release
92 grpc_google_default_credentials_create
Nicolas "Pixel" Noble63976602016-02-17 23:43:55 +010093 grpc_set_ssl_roots_override_callback
Nicolas "Pixel" Nobled14b6ac2016-01-30 05:21:15 +010094 grpc_ssl_credentials_create
95 grpc_call_credentials_release
96 grpc_composite_channel_credentials_create
97 grpc_composite_call_credentials_create
98 grpc_google_compute_engine_credentials_create
Nicolas "Pixel" Nobled2f20ef2016-01-31 07:52:59 +010099 grpc_max_auth_token_lifetime
Nicolas "Pixel" Nobled14b6ac2016-01-30 05:21:15 +0100100 grpc_service_account_jwt_access_credentials_create
101 grpc_google_refresh_token_credentials_create
102 grpc_access_token_credentials_create
103 grpc_google_iam_credentials_create
104 grpc_metadata_credentials_create_from_plugin
105 grpc_secure_channel_create
106 grpc_server_credentials_release
Justin Burkec1d354d2017-09-19 15:06:01 -0700107 grpc_ssl_server_certificate_config_create
108 grpc_ssl_server_certificate_config_destroy
Nicolas "Pixel" Nobled14b6ac2016-01-30 05:21:15 +0100109 grpc_ssl_server_credentials_create
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700110 grpc_ssl_server_credentials_create_ex
Justin Burkec1d354d2017-09-19 15:06:01 -0700111 grpc_ssl_server_credentials_create_options_using_config
112 grpc_ssl_server_credentials_create_options_using_config_fetcher
113 grpc_ssl_server_credentials_options_destroy
114 grpc_ssl_server_credentials_create_with_options
Nicolas "Pixel" Nobled14b6ac2016-01-30 05:21:15 +0100115 grpc_server_add_secure_http2_port
116 grpc_call_set_credentials
117 grpc_server_credentials_set_auth_metadata_processor
Vijay Paiefce6e12017-09-14 09:07:50 -0700118 grpc_raw_byte_buffer_create
119 grpc_raw_compressed_byte_buffer_create
120 grpc_byte_buffer_copy
121 grpc_byte_buffer_length
122 grpc_byte_buffer_destroy
123 grpc_byte_buffer_reader_init
124 grpc_byte_buffer_reader_destroy
125 grpc_byte_buffer_reader_next
126 grpc_byte_buffer_reader_readall
127 grpc_raw_byte_buffer_from_reader
Craig Tillerc3350542016-10-26 16:19:01 -0700128 grpc_slice_ref
129 grpc_slice_unref
Craig Tillerbb4046c2017-04-26 08:56:30 -0700130 grpc_slice_copy
Craig Tillerc3350542016-10-26 16:19:01 -0700131 grpc_slice_new
132 grpc_slice_new_with_user_data
133 grpc_slice_new_with_len
134 grpc_slice_malloc
Craig Tillerc39fbcf2017-04-17 08:20:25 -0700135 grpc_slice_malloc_large
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800136 grpc_slice_intern
Craig Tillerc3350542016-10-26 16:19:01 -0700137 grpc_slice_from_copied_string
138 grpc_slice_from_copied_buffer
139 grpc_slice_from_static_string
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800140 grpc_slice_from_static_buffer
Craig Tillerc3350542016-10-26 16:19:01 -0700141 grpc_slice_sub
142 grpc_slice_sub_no_ref
143 grpc_slice_split_tail
Craig Tillerc39fbcf2017-04-17 08:20:25 -0700144 grpc_slice_split_tail_maybe_ref
Craig Tillerc3350542016-10-26 16:19:01 -0700145 grpc_slice_split_head
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800146 grpc_empty_slice
147 grpc_slice_default_hash_impl
148 grpc_slice_default_eq_impl
149 grpc_slice_eq
Craig Tillerc3350542016-10-26 16:19:01 -0700150 grpc_slice_cmp
151 grpc_slice_str_cmp
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800152 grpc_slice_buf_start_eq
153 grpc_slice_rchr
154 grpc_slice_chr
155 grpc_slice_slice
156 grpc_slice_hash
Craig Tillerc5866662016-11-16 15:25:00 -0800157 grpc_slice_is_equivalent
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800158 grpc_slice_dup
159 grpc_slice_to_c_string
Craig Tillerc3350542016-10-26 16:19:01 -0700160 grpc_slice_buffer_init
161 grpc_slice_buffer_destroy
162 grpc_slice_buffer_add
163 grpc_slice_buffer_add_indexed
164 grpc_slice_buffer_addn
165 grpc_slice_buffer_tiny_add
166 grpc_slice_buffer_pop
167 grpc_slice_buffer_reset_and_unref
168 grpc_slice_buffer_swap
169 grpc_slice_buffer_move_into
170 grpc_slice_buffer_trim_end
171 grpc_slice_buffer_move_first
Craig Tillerc39fbcf2017-04-17 08:20:25 -0700172 grpc_slice_buffer_move_first_no_ref
Craig Tiller0cf6a712017-01-20 14:07:05 -0800173 grpc_slice_buffer_move_first_into_buffer
Craig Tillerc3350542016-10-26 16:19:01 -0700174 grpc_slice_buffer_take_first
Craig Tiller0cf6a712017-01-20 14:07:05 -0800175 grpc_slice_buffer_undo_take_first
David Garcia Quintas6b114622016-07-27 14:49:53 -0700176 gpr_malloc
Craig Tillerff714492017-02-17 09:02:18 -0800177 gpr_zalloc
David Garcia Quintas6b114622016-07-27 14:49:53 -0700178 gpr_free
179 gpr_realloc
180 gpr_malloc_aligned
181 gpr_free_aligned
182 gpr_set_allocation_functions
183 gpr_get_allocation_functions
Nicolas "Pixel" Nobled14b6ac2016-01-30 05:21:15 +0100184 gpr_avl_create
185 gpr_avl_ref
186 gpr_avl_unref
187 gpr_avl_add
188 gpr_avl_remove
189 gpr_avl_get
Craig Tillerd6a5b802016-05-13 20:17:38 -0700190 gpr_avl_maybe_get
191 gpr_avl_is_empty
Nicolas "Pixel" Nobled14b6ac2016-01-30 05:21:15 +0100192 gpr_cmdline_create
193 gpr_cmdline_add_int
194 gpr_cmdline_add_flag
195 gpr_cmdline_add_string
196 gpr_cmdline_on_extra_arg
197 gpr_cmdline_set_survive_failure
198 gpr_cmdline_parse
199 gpr_cmdline_destroy
200 gpr_cmdline_usage_string
201 gpr_cpu_num_cores
202 gpr_cpu_current_cpu
Nicolas "Pixel" Nobled14b6ac2016-01-30 05:21:15 +0100203 gpr_join_host_port
204 gpr_split_host_port
Craig Tillercc919832017-05-23 13:35:55 -0700205 gpr_log_severity_string
David Garcia Quintasc79b0652016-07-27 21:11:58 -0700206 gpr_log
207 gpr_log_message
208 gpr_set_log_verbosity
209 gpr_log_verbosity_init
210 gpr_set_log_function
Nicolas "Pixel" Nobled14b6ac2016-01-30 05:21:15 +0100211 gpr_format_message
212 gpr_strdup
213 gpr_asprintf
214 gpr_subprocess_binary_extension
215 gpr_subprocess_create
216 gpr_subprocess_destroy
217 gpr_subprocess_join
218 gpr_subprocess_interrupt
David Garcia Quintas2ee99f42016-08-01 19:15:31 -0700219 gpr_mu_init
220 gpr_mu_destroy
221 gpr_mu_lock
222 gpr_mu_unlock
223 gpr_mu_trylock
224 gpr_cv_init
225 gpr_cv_destroy
226 gpr_cv_wait
227 gpr_cv_signal
228 gpr_cv_broadcast
229 gpr_once_init
230 gpr_event_init
231 gpr_event_set
232 gpr_event_get
233 gpr_event_wait
234 gpr_ref_init
235 gpr_ref
236 gpr_ref_non_zero
237 gpr_refn
238 gpr_unref
ncteisen3da3ce32017-02-17 09:51:25 -0800239 gpr_ref_is_unique
David Garcia Quintas2ee99f42016-08-01 19:15:31 -0700240 gpr_stats_init
241 gpr_stats_inc
242 gpr_stats_read
Nicolas "Pixel" Nobled14b6ac2016-01-30 05:21:15 +0100243 gpr_thd_new
244 gpr_thd_options_default
245 gpr_thd_options_set_detached
246 gpr_thd_options_set_joinable
247 gpr_thd_options_is_detached
248 gpr_thd_options_is_joinable
249 gpr_thd_currentid
250 gpr_thd_join
David Garcia Quintas1399e462016-07-27 20:31:55 -0700251 gpr_time_0
252 gpr_inf_future
253 gpr_inf_past
254 gpr_time_init
255 gpr_now
256 gpr_convert_clock_type
257 gpr_time_cmp
258 gpr_time_max
259 gpr_time_min
260 gpr_time_add
261 gpr_time_sub
262 gpr_time_from_micros
263 gpr_time_from_nanos
264 gpr_time_from_millis
265 gpr_time_from_seconds
266 gpr_time_from_minutes
267 gpr_time_from_hours
268 gpr_time_to_millis
269 gpr_time_similar
270 gpr_sleep_until
271 gpr_timespec_to_micros