Home
last modified time | relevance | path

Searched refs:nUnused (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/src/
H A Ddbstat.c111 int nUnused; /* Number of unused bytes on page */ member
136 i64 nUnused; /* Value of 'unused' column */ member
346 pCsr->nUnused = 0; in statResetCounts()
394 int nUnused; in statDecodePage() local
418 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 …]
/sqlite-3.40.0/ext/fts5/
H A Dfts5_vocab.c605 int nUnused, /* Number of elements in apVal */ in fts5VocabFilterMethod() argument
622 UNUSED_PARAM2(zUnused, nUnused); in fts5VocabFilterMethod()
H A Dfts5_main.c2032 int nUnused, /* Size of token in bytes */ in fts5ColumnSizeCb() argument
2037 UNUSED_PARAM2(pUnused, nUnused); in fts5ColumnSizeCb()
2526 int nUnused, /* Number of SQL function arguments */ in fts5FindFunctionMethod() argument
2534 UNUSED_PARAM(nUnused); in fts5FindFunctionMethod()