Searched refs:pCheck (Results 1 – 1 of 1) sorted by relevance
18342 ExprList *pCheck; /* All CHECK constraints */ member28603 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexFree() local28604 pGlobalMutexMethods->xMutexFree(pCheck->mutex); in checkMutexFree()28605 sqlite3_free(pCheck); in checkMutexFree()28618 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexEnter() local28619 if( pCheck->iType==SQLITE_MUTEX_WARNONCONTENTION ){ in checkMutexEnter()28620 if( SQLITE_OK==pGlobalMutexMethods->xMutexTry(pCheck->mutex) ){ in checkMutexEnter()28627 pGlobalMutexMethods->xMutexEnter(pCheck->mutex); in checkMutexEnter()28634 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexTry() local28635 return pGlobalMutexMethods->xMutexTry(pCheck->mutex); in checkMutexTry()[all …]