Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c18342 ExprList *pCheck; /* All CHECK constraints */ member
28603 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexFree() local
28604 pGlobalMutexMethods->xMutexFree(pCheck->mutex); in checkMutexFree()
28605 sqlite3_free(pCheck); in checkMutexFree()
28618 CheckMutex *pCheck = (CheckMutex*)p; in checkMutexEnter() local
28619 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() local
28635 return pGlobalMutexMethods->xMutexTry(pCheck->mutex); in checkMutexTry()
[all …]