Searched refs:nRecord (Results 1 – 2 of 2) sorted by relevance
573 const int nRecord = 100; /* Number of records initially in db */ in simple_oom2_1() local589 for(i=0; i<nRecord; i++){ in simple_oom2_1()596 for(i=nRecord; i<nRecord+nIns; i++){ in simple_oom2_1()606 for(; i<nRecord+nIns && rc==0; i++){ in simple_oom2_1()609 for(i=0; i<nRecord+nIns; i++) testOomFetchData(pOom, pDb2, pData, i, &rc); in simple_oom2_1()
1211 nNew += pC->nRecord; in sessionUpdateMaxSize()1213 nNew += pC->nRecord; in sessionUpdateMaxSize()1269 nNew = pC->nRecord + 2; in sessionUpdateMaxSize()1417 pC->nRecord = nByte; in sessionPreupdateOneChange()2347 sessionAppendBlob(pBuf, p->aRecord, p->nRecord, &rc); in sessionAppendDelete()2377 assert( (a - p->aRecord)==p->nRecord ); in sessionAppendDelete()4969 pNew->nRecord = nRec; in sessionChangeMerge()4987 pNew->nRecord = pOut - pNew->aRecord; in sessionChangeMerge()5023 pNew->nRecord = pOut - pNew->aRecord; in sessionChangeMerge()5113 pNew->nRecord = (int)(aCsr - pNew->aRecord); in sessionChangeMerge()[all …]