/third_party/grpc/src/cpp/server/load_reporter/ |
D | load_data_store.cc | 181 const std::string& load_key) { in ReportStreamCreated() argument 183 SetUpForNewLbId(lb_id, load_key); in ReportStreamCreated() 211 load_key_to_receiving_lb_ids_, it_store_for_gone_lb->second->load_key(), in ReportStreamClosed() 219 auto it = load_key_to_receiving_lb_ids_.find(orphaned_store->load_key()); in ReportStreamClosed() 264 const std::string& load_key) { in SetUpForNewLbId() argument 269 load_key_to_receiving_lb_ids_[load_key].insert(lb_id); in SetUpForNewLbId() 271 new PerBalancerStore(lb_id, load_key)); in SetUpForNewLbId() 326 const std::string& load_key) { in ReportStreamCreated() argument 327 per_host_stores_[hostname].ReportStreamCreated(lb_id, load_key); in ReportStreamCreated()
|
D | load_data_store.h | 199 PerBalancerStore(std::string lb_id, std::string load_key) in PerBalancerStore() argument 200 : lb_id_(std::move(lb_id)), load_key_(std::move(load_key)) {} in PerBalancerStore() 228 const std::string& load_key() const { return load_key_; } in load_key() function 249 const std::string& load_key); 269 void SetUpForNewLbId(const std::string& lb_id, const std::string& load_key); 327 const std::string& load_key);
|
D | load_reporter.cc | 362 per_balancer_store.load_key()); in AttachOrphanLoadId() 383 const std::string& load_key) { in ReportStreamCreated() argument 385 load_data_store_.ReportStreamCreated(hostname, lb_id, load_key); in ReportStreamCreated() 388 this, hostname.c_str(), lb_id.c_str(), load_key.c_str()); in ReportStreamCreated()
|
D | load_reporter.h | 155 const std::string& load_key);
|
D | load_reporter_async_service_impl.cc | 214 load_key_ = initial_request.load_key(); in OnReadDone()
|
/third_party/grpc/src/proto/grpc/lb/v1/ |
D | load_reporter.proto | 40 // load reporter client has disconnected. load_key is sent in orphaned load 41 // reports; see Load.load_key. 42 bytes load_key = 2; field 149 // Load_key is the load_key from the initial_request from the originating 151 bytes load_key = 12 [deprecated=true]; field 158 // load_key and balancer_id are included in order to identify orphaned load 178 // The load_key from the initial_request from the originating balancer. 179 bytes load_key = 1; field 182 // distinguishes orphaned load with a same load_key.
|
/third_party/grpc/test/cpp/server/load_reporter/ |
D | load_data_store_test.cc | 54 const std::string& load_key) { in PerBalancerStoresContains() argument 59 EXPECT_EQ(original_per_balancer_store->load_key(), load_key); in PerBalancerStoresContains()
|
/third_party/openssl/apps/ |
D | spkac.c | 126 pkey = load_key(strcmp(keyfile, "-") ? keyfile : NULL, in spkac_main()
|
D | pkey.c | 147 pkey = load_key(infile, informat, 1, passin, e, "key"); in pkey_main()
|
D | dsa.c | 159 pkey = load_key(infile, informat, 1, passin, e, "Private Key"); in dsa_main()
|
D | smime.c | 437 key = load_key(keyfile, keyform, 0, passin, e, "signing key file"); in smime_main() 522 key = load_key(keyfile, keyform, 0, passin, e, "signing key file"); in smime_main()
|
D | ec.c | 187 pkey = load_key(infile, informat, 1, passin, e, "Private Key"); in ec_main()
|
D | rsautl.c | 177 pkey = load_key(keyfile, keyformat, 0, passin, e, "Private Key"); in rsautl_main()
|
D | rsa.c | 182 pkey = load_key(infile, informat, 1, passin, e, "Private Key"); in rsa_main()
|
D | crl.c | 230 pkey = load_key(keyfile, keyformat, 0, NULL, NULL, "CRL signing key"); in crl_main()
|
D | x509.c | 796 Upkey = load_key(keyfile, keyformat, 0, in x509_main() 807 CApkey = load_key(CAkeyfile, CAkeyformat, in x509_main() 826 pk = load_key(keyfile, keyformat, 0, in x509_main()
|
D | pkcs8.c | 205 pkey = load_key(infile, informat, 1, passin, e, "key"); in pkcs8_main()
|
D | pkeyutl.c | 387 pkey = load_key(keyfile, keyform, 0, passin, e, "Private Key"); in init_ctx()
|
D | apps.h | 463 EVP_PKEY *load_key(const char *file, int format, int maybe_stdin,
|
D | cms.c | 726 key = load_key(keyfile, keyform, 0, passin, e, "signing key file"); in cms_main() 932 key = load_key(keyfile, keyform, 0, passin, e, "signing key file"); in cms_main()
|
D | s_cb.c | 1011 exc->key = load_key(exc->keyfile, exc->keyform, in load_excert() 1014 exc->key = load_key(exc->certfile, exc->certform, in load_excert()
|
D | dgst.c | 261 sigkey = load_key(keyfile, keyform, 0, passin, e, "key file"); in dgst_main()
|
D | ocsp.c | 572 rkey = load_key(rkeyfile, FORMAT_PEM, 0, NULL, NULL, in ocsp_main() 659 key = load_key(keyfile, FORMAT_PEM, 0, NULL, NULL, in ocsp_main()
|
D | s_server.c | 1673 s_key = load_key(s_key_file, s_key_format, 0, pass, engine, in s_server_main() 1694 s_key2 = load_key(s_key_file2, s_key_format, 0, pass, engine, in s_server_main() 1746 s_dkey = load_key(s_dkey_file, s_dkey_format, in s_server_main()
|
D | pkcs12.c | 356 key = load_key(keyname ? keyname : infile, in pkcs12_main()
|