Lines Matching refs:bufpool
174 CRBufferPool *bufpool;
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,
1028 crBufferPoolPush(g_crvboxhgcm.bufpool, hgcm_buffer, hgcm_buffer->allocated);
1108 if (g_crvboxhgcm.bufpool) {
1113 crBufferPoolPush(g_crvboxhgcm.bufpool, hgcm_buffer, hgcm_buffer->allocated);
2399 g_crvboxhgcm.bufpool = crBufferPoolInit(16);
2454 if (g_crvboxhgcm.bufpool)
2455 crBufferPoolCallbackFree(g_crvboxhgcm.bufpool, crVBoxHGCMBufferFree);
2456 g_crvboxhgcm.bufpool = NULL;