Home
last modified time | relevance | path

Searched defs:init_lib (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/src/cpp/client/
Dcreate_channel_posix.cc35 grpc::internal::GrpcLibrary init_lib; in CreateInsecureChannelFromFd() local
45 internal::GrpcLibrary init_lib; in CreateCustomInsecureChannelFromFd() local
63 grpc::internal::GrpcLibrary init_lib; in CreateCustomInsecureChannelWithInterceptorsFromFd() local
Dcreate_channel.cc41 init_lib; // We need to call init in case of bad creds. in CreateCustomChannel() local
73 init_lib; // We need to call init in case of bad creds. in CreateCustomChannelWithInterceptors() local
/third_party/selinux/libselinux/src/
Dinit.c147 static void init_lib(void) in init_lib() function