Home
last modified time | relevance | path

Searched refs:got_auth1 (Results 1 – 3 of 3) sorted by relevance

/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/client/
H A Dgui_rpc_server.h54 bool got_auth1; variable
H A Dgui_rpc_server_ops.cpp1571 if (got_auth1 && auth_needed) { in handle_rpc()
1575 got_auth1 = true; in handle_rpc()
1578 if ((!got_auth1 || got_auth2) && auth_needed) { in handle_rpc()
H A Dgui_rpc_server.cpp85 got_auth1 = false; in GUI_RPC_CONN()