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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c81135 sqlite3BtreeIntegrityCheck( sqlite3 *db, Btree *p, Pgno *aRoot, int nRoot, int mxErr, int *pnErr, char **pzOut ) argument
99715 int nRoot; /* Number of tables to check. (Number of root pages.) */ local
187542 int nRoot = sqlite3_column_bytes(pStmt, 4); local
196467 sqlite3Fts3SegReaderNew( int iAge, int bLookup, sqlite3_int64 iStartLeaf, sqlite3_int64 iEndLeaf, sqlite3_int64 iEndBlock, const char *zRoot, int nRoot, Fts3SegReader **ppReader ) argument
197249 int nRoot = 0; /* Size of buffer zRoot */ local
199128 int nRoot = 0; /* Size of aRoot[] in bytes */ local
199552 int nRoot = sqlite3_column_bytes(pFetch, 4); local
207844 u32 nRoot; /* Size of the root path in bytes */ member in struct:JsonEachCursor
[all...]

Completed in 1013 milliseconds