Searched refs:nUnused (Results 1 – 3 of 3) sorted by relevance
111 int nUnused; /* Number of unused bytes on page */ member136 i64 nUnused; /* Value of 'unused' column */ member346 pCsr->nUnused = 0; in statResetCounts()394 int nUnused; in statDecodePage() local418 nUnused = get2byte(&aHdr[5]) - nHdr - 2*p->nCell; in statDecodePage()419 nUnused += (int)aHdr[7]; in statDecodePage()424 nUnused += get2byte(&aData[iOff+2]); in statDecodePage()429 p->nUnused = nUnused; in statDecodePage()623 pCsr->nUnused += nUsable - 4 - pCell->nLastOvfl; in statNext()701 pCsr->nUnused += p->nUnused; in statNext()[all …]
605 int nUnused, /* Number of elements in apVal */ in fts5VocabFilterMethod() argument622 UNUSED_PARAM2(zUnused, nUnused); in fts5VocabFilterMethod()
2032 int nUnused, /* Size of token in bytes */ in fts5ColumnSizeCb() argument2037 UNUSED_PARAM2(pUnused, nUnused); in fts5ColumnSizeCb()2526 int nUnused, /* Number of SQL function arguments */ in fts5FindFunctionMethod() argument2534 UNUSED_PARAM(nUnused); in fts5FindFunctionMethod()