Searched refs:MallocFrameBuffer (Results 1 – 8 of 8) sorted by relevance
91 static rfbBool MallocFrameBuffer(rfbClient* client) { in MallocFrameBuffer() function217 client->MallocFrameBuffer = MallocFrameBuffer; in rfbGetClient()260 if (!client->MallocFrameBuffer(client)) in rfbInitConnection()
1842 if (!client->MallocFrameBuffer(client)) in HandleRFBServerMessage()2304 if (!client->MallocFrameBuffer(client)) in HandleRFBServerMessage()2322 if (!client->MallocFrameBuffer(client)) in HandleRFBServerMessage()
402 client->MallocFrameBuffer=resize; in main()
520 cl->MallocFrameBuffer=resize; in main()
665 cl->MallocFrameBuffer = resize; in main()
190 client->MallocFrameBuffer=resize; in startClient()
295 MallocFrameBufferProc MallocFrameBuffer; member
519 * : Merge pull request #20 from newsoft/master Fix integer overflow in MallocFrameBuffer()524 MallocFrameBuffer() Promote integers to uint64_t to avoid integer overflow issue during2348 * libvncclient/vncviewer.c: Call MallocFrameBuffer before