Searched refs:SQLITE_UNLOCK (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/src/
H A Dpager.c59 ** SQLITE_UNLOCK The page cache is not currently reading or
74 ** The page cache comes up in SQLITE_UNLOCK. The first time a
77 ** the state transitions back to SQLITE_UNLOCK. The first time
85 #define SQLITE_UNLOCK 0 macro
188 u8 state; /* SQLITE_UNLOCK, _READLOCK or _WRITELOCK */
464 pPager->state = SQLITE_UNLOCK;
511 pPager->state = SQLITE_UNLOCK;
991 pPager->state = SQLITE_UNLOCK;
1033 if( pPager->state!=SQLITE_UNLOCK ){
1728 assert( pPager->state!=SQLITE_UNLOCK );
[all...]

Completed in 19 milliseconds