Searched defs:unixpw_client (Results 1 - 1 of 1) sorted by relevance

/external/libvncserver/x11vnc/
H A Dunixpw.c118 rfbClientPtr unixpw_client = NULL; variable
870 rc = run_user_command(unixpw_cmd, unixpw_client, "cmd_verify",
921 if (unixpw_client) {
922 ClientData *cd = (ClientData *) unixpw_client->clientData;
941 rc = run_user_command(unixpw_cmd, unixpw_client, "cmd_verify",
1588 if (unixpw_client) {
1589 cd = (ClientData *) unixpw_client->clientData;
2063 if (! unixpw_client) {
2064 rfbLog("apply_opts: unixpw_client is NULL\n");
2067 cd = (ClientData *) unixpw_client
[all...]

Completed in 66 milliseconds