Home
last modified time | relevance | path

Searched defs:pCheck (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c19446 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){
[all …]
H A Dshell.c17225 sqlite3_stmt *pCheck; /* Current check statement */ member