OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:grpc_auth_context_peer_identity_property_name
(Results
1 - 8
of
8
) sorted by null
/external/grpc-grpc/test/core/security/
auth_context_test.cc
33
GPR_ASSERT(
grpc_auth_context_peer_identity_property_name
(ctx) == nullptr);
42
GPR_ASSERT(
grpc_auth_context_peer_identity_property_name
(ctx) == nullptr);
61
strcmp(
grpc_auth_context_peer_identity_property_name
(ctx), "name") == 0);
101
strcmp(
grpc_auth_context_peer_identity_property_name
(ctx), "name") == 0);
/external/grpc-grpc/src/cpp/common/
secure_auth_context.cc
51
const char* name =
grpc_auth_context_peer_identity_property_name
(ctx_);
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
security.pyx.pxi
59
c_key =
grpc_auth_context_peer_identity_property_name
(auth_context)
63
key = <bytes>
grpc_auth_context_peer_identity_property_name
(auth_context)
/external/grpc-grpc/include/grpc/
grpc_security.h
69
GRPCAPI const char*
grpc_auth_context_peer_identity_property_name
(
/external/grpc-grpc/src/core/lib/security/context/
security_context.cc
180
const char*
grpc_auth_context_peer_identity_property_name
(
function
182
GRPC_API_TRACE("
grpc_auth_context_peer_identity_property_name
(ctx=%p)", 1,
/external/grpc-grpc/test/core/surface/
public_headers_must_be_c89.c
146
printf("%lx", (unsigned long)
grpc_auth_context_peer_identity_property_name
);
/external/grpc-grpc/src/csharp/ext/
grpc_csharp_ext.c
[
all
...]
/external/grpc-grpc/src/ruby/ext/grpc/
rb_grpc_imports.generated.h
301
#define
grpc_auth_context_peer_identity_property_name
grpc_auth_context_peer_identity_property_name_import
macro
[
all
...]
Completed in 50 milliseconds