Searched refs:grpc_auth_property (Results 1 – 19 of 19) sorted by relevance
191 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it);218 const grpc_auth_property* grpc_auth_property_iterator_next(231 const grpc_auth_property* prop = &it->ctx->properties.array[it->index++];265 ctx->properties.array = static_cast<grpc_auth_property*>(267 ctx->properties.capacity * sizeof(grpc_auth_property)));273 grpc_auth_property* prop;292 grpc_auth_property* prop;303 void grpc_auth_property_reset(grpc_auth_property* property) {306 memset(property, 0, sizeof(grpc_auth_property));
38 grpc_auth_property* array;72 void grpc_auth_property_reset(grpc_auth_property* property);
29 struct grpc_auth_property;49 AuthPropertyIterator(const grpc_auth_property* property,54 const grpc_auth_property* property_;
39 const grpc_auth_property* property = nullptr; in GetPeerIdentity()62 const grpc_auth_property* property = nullptr; in FindPropertyValues()74 const grpc_auth_property* property = in begin()
29 const grpc_auth_property* property, const grpc_auth_property_iterator* iter) in AuthPropertyIterator()
64 const grpc_auth_property* p = grpc_auth_property_iterator_next(&it); in test_simple_context()104 const grpc_auth_property* p = grpc_auth_property_iterator_next(&it); in test_chained_context()108 const grpc_auth_property* p = grpc_auth_property_iterator_next(&it); in test_chained_context()
40 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it); in check_transport_security_type()108 const grpc_auth_property* prop; in check_identity()137 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it); in check_x509_cn()157 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it); in check_x509_pem_cert()
102 const grpc_auth_property* prop; in test_identity()
35 TestAuthPropertyIterator(const grpc_auth_property* property, in TestAuthPropertyIterator()63 const grpc_auth_property* property = in TEST_F()
43 typedef struct grpc_auth_property { struct47 } grpc_auth_property; typedef50 GRPCAPI const grpc_auth_property* grpc_auth_property_iterator_next(
37 cdef const grpc_auth_property* property70 cdef const grpc_auth_property* property
543 ctypedef struct grpc_auth_property:548 grpc_auth_property *grpc_auth_property_iterator_next(
159 const grpc_auth_property* property = grpc_auth_property_iterator_next(&it); in do_round_trip()
57 const grpc_auth_property* auth_property = in Init()
957 const grpc_auth_property* prop,969 const grpc_auth_property* prop;
108 const grpc_auth_property* p; in print_auth_context()
254 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it); in grpc_rb_call_get_peer_cert()
287 typedef const grpc_auth_property*(*grpc_auth_property_iterator_next_type)(grpc_auth_property_iterat…
1082 GPR_EXPORT const grpc_auth_property* GPR_CALLTYPE