Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c18800 ExprList *pCheck; /* All CHECK constraints */ member
29380 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexFree() local
29395 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexEnter() local
29411 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexTry() local
29419 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexLeave() local
29449 CheckMutex *pCheck = (CheckMutex*)p; in sqlite3MutexWarnOnContention() local
H A Dshell.c15211 sqlite3_stmt *pCheck; /* Current check statement */ member