Searched refs:nTransAlloc (Results 1 – 2 of 2) sorted by relevance
883 if( rc==LSM_OK && pDb->nTransAlloc<iLevel ){ in lsm_begin()890 nByte = sizeof(TransMark) * (iLevel+1 - pDb->nTransAlloc); in lsm_begin()891 memset(&aNew[pDb->nTransAlloc], 0, nByte); in lsm_begin()892 pDb->nTransAlloc = iLevel+1; in lsm_begin()
371 int nTransAlloc; /* Allocated size of aTrans[] array */ member