/third_party/glib/gio/ |
D | gdbusauthmechanismexternal.c | 53 … const gchar *initial_response, 219 const gchar *initial_response, in mechanism_server_initiate() argument 229 if (initial_response != NULL) in mechanism_server_initiate() 231 if (data_matches_credentials (initial_response, in mechanism_server_initiate() 331 gchar *initial_response = NULL; in mechanism_client_initiate() local 347 …initial_response = g_strdup_printf ("%" G_GINT64_FORMAT, (gint64) g_credentials_get_unix_user (cre… in mechanism_client_initiate() 348 *out_initial_response_len = strlen (initial_response); in mechanism_client_initiate() 358 return initial_response; in mechanism_client_initiate()
|
D | gdbusauthmechanismsha1.c | 107 … const gchar *initial_response, 966 const gchar *initial_response, in mechanism_server_initiate() argument 977 if (initial_response != NULL && initial_response_len > 0) in mechanism_server_initiate() 983 uid = g_ascii_strtoll (initial_response, &endp, 10); in mechanism_server_initiate() 994 if (g_strcmp0 (initial_response, sid) == 0) in mechanism_server_initiate() 1139 gchar *initial_response; in mechanism_client_initiate() local 1150 initial_response = g_strdup_printf ("%" G_GINT64_FORMAT, (gint64) getuid ()); in mechanism_client_initiate() 1151 *out_initial_response_len = strlen (initial_response); in mechanism_client_initiate() 1153 initial_response = _g_dbus_win32_get_user_sid (); in mechanism_client_initiate() 1154 *out_initial_response_len = strlen (initial_response); in mechanism_client_initiate() [all …]
|
D | gdbusauth.c | 430 gchar *initial_response; in client_choose_mech_and_send_initial_response() local 510 initial_response = _g_dbus_auth_mechanism_client_initiate (mech, in client_choose_mech_and_send_initial_response() 516 initial_response); in client_choose_mech_and_send_initial_response() 518 if (initial_response != NULL) in client_choose_mech_and_send_initial_response() 521 encoded = _g_dbus_hexencode (initial_response, initial_response_len); in client_choose_mech_and_send_initial_response() 525 g_free (initial_response); in client_choose_mech_and_send_initial_response() 1129 gchar *initial_response; in _g_dbus_auth_run_server() local 1138 initial_response = NULL; in _g_dbus_auth_run_server() 1142 initial_response = hexdecode (encoded, &initial_response_len, error); in _g_dbus_auth_run_server() 1143 if (initial_response == NULL) in _g_dbus_auth_run_server() [all …]
|
D | gdbusauthmechanism.h | 81 const gchar *initial_response, 129 … const gchar *initial_response,
|
D | gdbusauthmechanism.c | 254 const gchar *initial_response, in _g_dbus_auth_mechanism_server_initiate() argument 258 …G_DBUS_AUTH_MECHANISM_GET_CLASS (mechanism)->server_initiate (mechanism, initial_response, initial… in _g_dbus_auth_mechanism_server_initiate()
|
D | gdbusauthmechanismanon.c | 50 … const gchar *initial_response, 176 const gchar *initial_response, in mechanism_server_initiate() argument
|
/third_party/grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/ |
D | load_balancer_api.cc | 171 auto* initial_response = in GrpcLbResponseParse() local 173 if (initial_response != nullptr) { in GrpcLbResponseParse() 177 initial_response); in GrpcLbResponseParse()
|
/third_party/grpc/src/cpp/server/load_reporter/ |
D | load_reporter_async_service_impl.cc | 294 auto initial_response = response.mutable_initial_response(); in SendReport() local 295 initial_response->set_load_balancer_id(lb_id_); in SendReport() 296 initial_response->set_implementation_id( in SendReport() 298 initial_response->set_server_version(kVersion); in SendReport()
|
/third_party/grpc/test/cpp/grpclb/ |
D | grpclb_api_test.cc | 82 auto* initial_response = response.mutable_initial_response(); in TEST_F() local 84 initial_response->mutable_client_stats_report_interval(); in TEST_F()
|
/third_party/python/Lib/ |
D | smtplib.py | 639 initial_response = (authobject() if initial_response_ok else None) 640 if initial_response is not None: 641 response = encode_base64(initial_response.encode('ascii'), eol='')
|
/third_party/grpc/test/cpp/end2end/ |
D | server_load_reporting_end2end_test.cc | 141 const std::string& lb_id = response.initial_response().load_balancer_id(); in TEST_F()
|
D | grpclb_end2end_test.cc | 251 LoadBalanceResponse initial_response; in BalanceLoad() local 252 initial_response.mutable_initial_response() in BalanceLoad() 255 stream->Write(initial_response); in BalanceLoad()
|
/third_party/grpc/src/proto/grpc/lb/v1/ |
D | load_balancer.proto | 92 InitialLoadBalanceResponse initial_response = 1; field
|
D | load_reporter.proto | 51 InitialLoadReportResponse initial_response = 1; field
|