Searched refs:aRoot (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c8095 SQLITE_PRIVATE char *sqlite3BtreeIntegrityCheck(Btree*, int *aRoot, int nRoot, int, int*);
56099 sqlite3BtreeIntegrityCheck( Btree *p, int *aRoot, int nRoot, int mxErr, int *pnErr ) argument
63983 int *aRoot; /* Array of rootpage numbers for tables to be checked */ member in struct:vdbeExecUnion::OP_IntegrityCk_stack_vars
77655 int aRoot[] = {0, 0}; local
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c15447 SQLITE_PRIVATE char *sqlite3BtreeIntegrityCheck(sqlite3*,Btree*,Pgno*aRoot,int nRoot,int,int*);
75266 sqlite3BtreeIntegrityCheck( sqlite3 *db, Btree *p, Pgno *aRoot, int nRoot, int mxErr, int *pnErr ) argument
92430 Pgno *aRoot; /* Array of rootpage numbers for tables to be checked */ local
108956 u32 aRoot[ArraySize(aTable)]; local
129130 int *aRoot; /* Array of root page numbers of all btrees */ local
184471 const char *aRoot = 0; /* Pointer to %_segdir.root buffer */ local
184894 const char *aRoot = sqlite3_column_blob(pFetch, 4); local
[all...]

Completed in 1135 milliseconds