Lines Matching defs:pCheck
19446 ExprList *pCheck; /* All CHECK constraints */ member
30142 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexFree() local
30157 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexEnter() local
30176 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexTry() local
30184 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexLeave() local
30214 CheckMutex *pCheck = (CheckMutex*)p; in sqlite3MutexWarnOnContention() local
83806 static void checkOom(IntegrityCk *pCheck){
83816 static void checkProgress(IntegrityCk *pCheck){
83842 IntegrityCk *pCheck,
83873 static int getPageReferenced(IntegrityCk *pCheck, Pgno iPg){
83882 static void setPageReferenced(IntegrityCk *pCheck, Pgno iPg){
83897 static int checkRef(IntegrityCk *pCheck, Pgno iPage){
83917 IntegrityCk *pCheck, /* Integrity check context */
83946 IntegrityCk *pCheck, /* Integrity checking context */
84081 IntegrityCk *pCheck, /* Context for the sanity check */
140959 ExprList *pCheck = pTab->pCheck; local
146825 ExprList *pCheck = sqlite3ExprListDup(db, pTab->pCheck, 0); local
208554 sqlite3_stmt *pCheck = 0; /* Statement to query database with */ local
222327 static void rtreeCheckReset(RtreeCheck *pCheck, sqlite3_stmt *pStmt){
222341 RtreeCheck *pCheck, /* RtreeCheck object */
222369 static void rtreeCheckAppendMsg(RtreeCheck *pCheck, const char *zFmt, ...){
222403 static u8 *rtreeCheckGetNode(RtreeCheck *pCheck, i64 iNode, int *pnNode){
222448 RtreeCheck *pCheck, /* RtreeCheck object */
222500 RtreeCheck *pCheck,
222546 RtreeCheck *pCheck,
222608 static void rtreeCheckCount(RtreeCheck *pCheck, const char *zTbl, i64 nExpect){