Searched refs:GRPCAPI (Results 1 – 9 of 9) sorted by relevance
45 GRPCAPI void grpc_metadata_array_init(grpc_metadata_array* array);46 GRPCAPI void grpc_metadata_array_destroy(grpc_metadata_array* array);48 GRPCAPI void grpc_call_details_init(grpc_call_details* details);49 GRPCAPI void grpc_call_details_destroy(grpc_call_details* details);59 GRPCAPI void grpc_register_plugin(void (*init)(void), void (*destroy)(void));69 GRPCAPI void grpc_init(void);81 GRPCAPI void grpc_shutdown(void);87 GRPCAPI int grpc_is_initialized(void);90 GRPCAPI void grpc_shutdown_blocking(void);93 GRPCAPI const char* grpc_version_string(void);[all …]
50 GRPCAPI const grpc_auth_property* grpc_auth_property_iterator_next(54 GRPCAPI grpc_auth_property_iterator59 GRPCAPI grpc_auth_property_iterator64 GRPCAPI grpc_auth_property_iterator grpc_auth_context_find_properties_by_name(69 GRPCAPI const char* grpc_auth_context_peer_identity_property_name(73 GRPCAPI int grpc_auth_context_peer_is_authenticated(78 GRPCAPI grpc_auth_context* grpc_call_auth_context(grpc_call* call);81 GRPCAPI void grpc_auth_context_release(grpc_auth_context* context);89 GRPCAPI void grpc_auth_context_add_property(grpc_auth_context* ctx,94 GRPCAPI void grpc_auth_context_add_cstring_property(grpc_auth_context* ctx,[all …]
34 GRPCAPI int grpc_compression_algorithm_is_message(38 GRPCAPI int grpc_compression_algorithm_is_stream(43 GRPCAPI int grpc_compression_algorithm_parse(49 GRPCAPI int grpc_compression_algorithm_name(54 GRPCAPI grpc_compression_algorithm grpc_compression_algorithm_for_level(57 GRPCAPI void grpc_compression_options_init(grpc_compression_options* opts);60 GRPCAPI void grpc_compression_options_enable_algorithm(64 GRPCAPI void grpc_compression_options_disable_algorithm(68 GRPCAPI int grpc_compression_options_is_algorithm_enabled(
41 GRPCAPI grpc_channel* grpc_insecure_channel_create_from_fd(52 GRPCAPI void grpc_server_add_insecure_channel_from_fd(grpc_server* server,
30 GRPCAPI grpc_channel* grpc_cronet_secure_channel_create(
34 GRPCAPI grpc_byte_buffer* grpc_raw_byte_buffer_create(grpc_slice* slices,43 GRPCAPI grpc_byte_buffer* grpc_raw_compressed_byte_buffer_create(50 GRPCAPI grpc_byte_buffer* grpc_byte_buffer_copy(grpc_byte_buffer* bb);53 GRPCAPI size_t grpc_byte_buffer_length(grpc_byte_buffer* bb);56 GRPCAPI void grpc_byte_buffer_destroy(grpc_byte_buffer* bb);64 GRPCAPI int grpc_byte_buffer_reader_init(grpc_byte_buffer_reader* reader,68 GRPCAPI void grpc_byte_buffer_reader_destroy(grpc_byte_buffer_reader* reader);73 GRPCAPI int grpc_byte_buffer_reader_next(grpc_byte_buffer_reader* reader,86 GRPCAPI int grpc_byte_buffer_reader_peek(grpc_byte_buffer_reader* reader,90 GRPCAPI grpc_slice[all …]
554 #ifndef GRPCAPI555 #define GRPCAPI GPRAPI macro559 #define CENSUSAPI GRPCAPI
41 GRPCAPI grpc_channel* grpc_cronet_secure_channel_create( in grpc_cronet_secure_channel_create()