Home
last modified time | relevance | path

Searched refs:GRPCAPI (Results 1 – 8 of 8) sorted by relevance

/external/grpc-grpc/include/grpc/
Dgrpc.h45 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);
80 GRPCAPI void grpc_shutdown(void);
86 GRPCAPI int grpc_is_initialized(void);
89 GRPCAPI const char* grpc_version_string(void);
92 GRPCAPI const char* grpc_g_stands_for(void);
[all …]
Dgrpc_security.h50 GRPCAPI const grpc_auth_property* grpc_auth_property_iterator_next(
54 GRPCAPI grpc_auth_property_iterator
59 GRPCAPI grpc_auth_property_iterator
64 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 …]
Dcompression.h34 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(
Dgrpc_posix.h41 GRPCAPI grpc_channel* grpc_insecure_channel_create_from_fd(
52 GRPCAPI void grpc_server_add_insecure_channel_from_fd(grpc_server* server,
61 GRPCAPI void grpc_use_signal(int signum);
Dgrpc_cronet.h30 GRPCAPI grpc_channel* grpc_cronet_secure_channel_create(
/external/grpc-grpc/include/grpc/impl/codegen/
Dbyte_buffer.h34 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* byte_buffer);
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,
77 GRPCAPI grpc_slice
81 GRPCAPI grpc_byte_buffer* grpc_raw_byte_buffer_from_reader(
Dport_platform.h510 #ifndef GRPCAPI
511 #define GRPCAPI GPRAPI macro
515 #define CENSUSAPI GRPCAPI
/external/grpc-grpc/src/core/ext/transport/cronet/client/secure/
Dcronet_channel_create.cc42 GRPCAPI grpc_channel* grpc_cronet_secure_channel_create( in grpc_cronet_secure_channel_create()