Searched refs:grpc_auth_property_iterator_next (Results 1 – 19 of 19) sorted by relevance
35 GPR_ASSERT(grpc_auth_property_iterator_next(&it) == nullptr); in test_empty_context()37 GPR_ASSERT(grpc_auth_property_iterator_next(&it) == nullptr); in test_empty_context()39 GPR_ASSERT(grpc_auth_property_iterator_next(&it) == nullptr); in test_empty_context()64 const grpc_auth_property* p = grpc_auth_property_iterator_next(&it); in test_simple_context()67 GPR_ASSERT(grpc_auth_property_iterator_next(&it) == nullptr); in test_simple_context()70 GPR_ASSERT(grpc_auth_property_iterator_next(&it) == in test_simple_context()72 GPR_ASSERT(grpc_auth_property_iterator_next(&it) == nullptr); in test_simple_context()75 GPR_ASSERT(grpc_auth_property_iterator_next(&it) == in test_simple_context()77 GPR_ASSERT(grpc_auth_property_iterator_next(&it) == in test_simple_context()79 GPR_ASSERT(grpc_auth_property_iterator_next(&it) == nullptr); in test_simple_context()[all …]
40 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it); in check_transport_security_type()47 if (grpc_auth_property_iterator_next(&it) != nullptr) return 0; in check_transport_security_type()113 prop = grpc_auth_property_iterator_next(&it); in check_identity()137 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it); in check_x509_cn()146 if (grpc_auth_property_iterator_next(&it) != nullptr) { in check_x509_cn()157 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it); in check_x509_pem_cert()167 if (grpc_auth_property_iterator_next(&it) != nullptr) { in check_x509_pem_cert()
105 prop = grpc_auth_property_iterator_next(&it); in test_identity()
40 while ((property = grpc_auth_property_iterator_next(&iter))) { in GetPeerIdentity()64 while ((property = grpc_auth_property_iterator_next(&iter))) { in FindPropertyValues()75 grpc_auth_property_iterator_next(&iter); in begin()
39 property_ = grpc_auth_property_iterator_next(&iter); in operator ++()
45 property = grpc_auth_property_iterator_next(&properties)78 property = grpc_auth_property_iterator_next(&properties)
548 grpc_auth_property *grpc_auth_property_iterator_next(
191 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it);218 const grpc_auth_property* grpc_auth_property_iterator_next( function238 return grpc_auth_property_iterator_next(it);
64 grpc_auth_property_iterator_next(&c_iter); in TEST_F()
83 grpc_auth_property_iterator_next
114 while ((p = grpc_auth_property_iterator_next(&it)) != nullptr) { in print_auth_context()119 while ((p = grpc_auth_property_iterator_next(&it)) != nullptr) { in print_auth_context()
50 GRPCAPI const grpc_auth_property* grpc_auth_property_iterator_next(
142 printf("%lx", (unsigned long) grpc_auth_property_iterator_next); in main()
159 const grpc_auth_property* property = grpc_auth_property_iterator_next(&it); in do_round_trip()
58 grpc_auth_property_iterator_next(&auth_it); in Init()
974 while (grpc_auth_property_iterator_next(&it) != nullptr) max_num_props++;980 while ((prop = grpc_auth_property_iterator_next(&it)) != nullptr) {
254 const grpc_auth_property* prop = grpc_auth_property_iterator_next(&it); in grpc_rb_call_get_peer_cert()
289 #define grpc_auth_property_iterator_next grpc_auth_property_iterator_next_import macro
1084 return grpc_auth_property_iterator_next(it); in grpcsharp_auth_property_iterator_next()