Searched refs:bufpool (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dfilenet.c50 CRBufferPool *bufpool; member in struct:__anon16257
112 buf = (CRFileBuffer *) crBufferPoolPop( cr_file.bufpool, conn->buffer_size );
177 crBufferPoolPush( cr_file.bufpool, file_buffer, conn->buffer_size );
198 crBufferPoolPush( cr_file.bufpool, file_buffer, conn->buffer_size );
308 cr_file.bufpool = crBufferPoolInit(16);
H A Dtcpip.c600 buf = (CRTCPIPBuffer *) crBufferPoolPop( cr_tcpip.bufpool, conn->buffer_size );
605 cr_tcpip.bufpool,
673 crBufferPoolPush(cr_tcpip.bufpool, tcpip_buffer, tcpip_buffer->allocated);
749 if (cr_tcpip.bufpool) {
753 crBufferPoolPush( cr_tcpip.bufpool, tcpip_buffer, tcpip_buffer->allocated );
1176 cr_tcpip.bufpool = crBufferPoolInit(16);
1387 crBufferPoolFree( cr_tcpip.bufpool );
1388 cr_tcpip.bufpool = NULL;
H A Dvboxhgcm.c174 CRBufferPool *bufpool; member in struct:__anon16261
258 pClient->bufpool = crBufferPoolInit(16);
281 if (pClient->bufpool)
282 crBufferPoolCallbackFree(pClient->bufpool, _crVBoxHGSMIBufferFree);
283 pClient->bufpool = NULL;
373 buf = (PVBOXUHGSMI_BUFFER ) crBufferPoolPop(pClient->bufpool, cbSize);
379 (void *) pClient->bufpool,
406 crBufferPoolPush(pClient->bufpool, pBuf, pBuf->cbBuffer);
698 buf = (CRVBOXHGCMBUFFER *) crBufferPoolPop(g_crvboxhgcm.bufpool, conn->buffer_size);
703 (void *) g_crvboxhgcm.bufpool,
[all...]
H A Dnet_internals.h51 CRBufferPool *bufpool; member in struct:__anon16260
H A Dvboxhgsmi.c205 CRBufferPool *bufpool; member in struct:CRVBOXHGSMI_CLIENT
464 buf = (PVBOXUHGSMI_BUFFER ) crBufferPoolPop(pClient->bufpool, cbSize);
469 (void *) pClient->bufpool,
483 crBufferPoolPush(pClient->bufpool, pBuf, pBuf->cbBuffer);
1455 pClient->bufpool = crBufferPoolInit(16);
H A Dudptcpip.c301 crBufferPoolPush( cr_tcpip.bufpool, udptcpip_buffer, conn->buffer_size );
379 crBufferPoolPush( cr_tcpip.bufpool, udptcpip_buffer, conn->buffer_size );
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_net.h117 struct CRBufferPool_t *bufpool; member in struct:CRVBOXHGSMI_CLIENT

Completed in 252 milliseconds