Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c18396 ExprList *pCheck; /* All CHECK constraints */ member
28882 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexFree() local
28897 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexEnter() local
28913 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexTry() local
28921 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexLeave() local
28951 CheckMutex *pCheck = (CheckMutex*)p; in sqlite3MutexWarnOnContention() local
H A Dshell.c14292 sqlite3_stmt *pCheck; /* Current check statement */ member