Searched refs:nFrameAlloc (Results 1 – 1 of 1) sorted by relevance
405 int nFrameAlloc; /* Allocated size of aFrame[] array */ member3098 if( pRbu->nFrame==pRbu->nFrameAlloc ){ in rbuCaptureWalRead()3099 int nNew = (pRbu->nFrameAlloc ? pRbu->nFrameAlloc : 64) * 2; in rbuCaptureWalRead()3104 pRbu->nFrameAlloc = nNew; in rbuCaptureWalRead()