Searched refs:newClient (Results 1 – 4 of 4) sorted by relevance
502 enum rfbNewClientAction newClient(rfbClientPtr cl) in newClient() function534 rfbScreen->newClientHook = newClient; in main()
201 rfbBool (*newClient)(struct _rfbClientRec* client, void** data); member
491 if(extension->newClient && extension->newClient(cl, &data)) in rfbNewTCPOrUDPClient()
5975 newClient() if it was not NULL. However, if newClient is not NULL, it will be called when a client5978 there is no good reason why newClient should return FALSE the first