Searched refs:grpc_auth_property_iterator (Results 1 – 18 of 18) sorted by relevance
36 typedef struct grpc_auth_property_iterator { struct40 } grpc_auth_property_iterator; argument51 grpc_auth_property_iterator* it);54 GRPCAPI grpc_auth_property_iterator59 GRPCAPI grpc_auth_property_iterator64 GRPCAPI grpc_auth_property_iterator grpc_auth_context_find_properties_by_name(
120 static grpc_auth_property_iterator empty_iterator = {nullptr, 0, nullptr};189 grpc_auth_property_iterator it =209 grpc_auth_property_iterator grpc_auth_context_property_iterator(211 grpc_auth_property_iterator it = empty_iterator;219 grpc_auth_property_iterator* it) {242 grpc_auth_property_iterator grpc_auth_context_find_properties_by_name(244 grpc_auth_property_iterator it = empty_iterator;253 grpc_auth_property_iterator grpc_auth_context_peer_identity(
37 grpc_auth_property_iterator iter = grpc_auth_context_peer_identity(ctx_); in GetPeerIdentity()60 grpc_auth_property_iterator iter = in FindPropertyValues()72 grpc_auth_property_iterator iter = in begin()
29 const grpc_auth_property* property, const grpc_auth_property_iterator* iter) in AuthPropertyIterator()38 grpc_auth_property_iterator iter = {ctx_, index_, name_}; in operator ++()
29 grpc_auth_property_iterator it; in test_empty_context()48 grpc_auth_property_iterator it; in test_simple_context()87 grpc_auth_property_iterator it; in test_chained_context()
38 grpc_auth_property_iterator it = grpc_auth_context_find_properties_by_name( in check_transport_security_type()107 grpc_auth_property_iterator it; in check_identity()135 grpc_auth_property_iterator it = grpc_auth_context_find_properties_by_name( in check_x509_cn()155 grpc_auth_property_iterator it = grpc_auth_context_find_properties_by_name( in check_x509_pem_cert()
101 grpc_auth_property_iterator it; in test_identity()
30 struct grpc_auth_property_iterator;50 const grpc_auth_property_iterator* iter);
36 const grpc_auth_property_iterator* iter) in TestAuthPropertyIterator()61 grpc_auth_property_iterator c_iter = in TEST_F()
36 cdef grpc_auth_property_iterator properties69 cdef grpc_auth_property_iterator properties
540 ctypedef struct grpc_auth_property_iterator:549 grpc_auth_property_iterator *it)551 grpc_auth_property_iterator grpc_auth_context_property_iterator(554 grpc_auth_property_iterator grpc_auth_context_peer_identity(560 grpc_auth_property_iterator grpc_auth_context_find_properties_by_name(
287 …const grpc_auth_property*(*grpc_auth_property_iterator_next_type)(grpc_auth_property_iterator* it);290 typedef grpc_auth_property_iterator(*grpc_auth_context_property_iterator_type)(const grpc_auth_cont…293 typedef grpc_auth_property_iterator(*grpc_auth_context_peer_identity_type)(const grpc_auth_context*…296 typedef grpc_auth_property_iterator(*grpc_auth_context_find_properties_by_name_type)(const grpc_aut…
252 grpc_auth_property_iterator it = grpc_auth_context_find_properties_by_name( in grpc_rb_call_get_peer_cert()
157 grpc_auth_property_iterator it = grpc_auth_context_find_properties_by_name( in do_round_trip()
55 grpc_auth_property_iterator auth_it = in Init()
1077 GPR_EXPORT grpc_auth_property_iterator GPR_CALLTYPE1083 grpcsharp_auth_property_iterator_next(grpc_auth_property_iterator* it) { in grpcsharp_auth_property_iterator_next()
109 grpc_auth_property_iterator it; in print_auth_context()
968 grpc_auth_property_iterator it;