Home
last modified time | relevance | path

Searched defs:nRoot (Results 1 – 6 of 6) sorted by relevance

/sqlite-3.40.0/ext/fts3/tool/
H A Dfts3view.c290 int nRoot = 0; in showSegmentStats() local
/sqlite-3.40.0/ext/fts3/
H A Dfts3_write.c1621 int nRoot, /* Size of buffer containing root node */ in sqlite3Fts3SegReaderNew()
1975 int nRoot /* Number of bytes in buffer zRoot */ in fts3WriteSegdir()
2396 int nRoot = 0; /* Size of buffer zRoot */ in fts3SegWriterFlush() local
4264 int nRoot = 0; /* Size of aRoot[] in bytes */ in fts3IncrmergeLoad() local
4687 int nRoot = sqlite3_column_bytes(pFetch, 4); in fts3TruncateSegment() local
H A Dfts3.c3007 int nRoot = sqlite3_column_bytes(pStmt, 4); in fts3SegReaderCursor() local
/sqlite-3.40.0/src/
H A Dtest_fs.c486 int nRoot; in fstreeFilter() local
H A Dvdbe.c6934 int nRoot; /* Number of tables to check. (Number of root pages.) */ in sqlite3VdbeExec() local
H A Dbtree.c10670 int nRoot, /* Number of entries in aRoot[] */ in sqlite3BtreeIntegrityCheck()