Home | History | Annotate | Download | only in libvncclient

Lines Matching defs:authResult

509     uint32_t authResult=0, reasonLen=0;
512 if (!ReadFromRFBServer(client, (char *)&authResult, 4)) return FALSE;
514 authResult = rfbClientSwap32IfLE(authResult);
516 switch (authResult) {
542 (int)authResult);