Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dpager.c207 #define PAGER_ERR_LOCK 0x04 /* error in the locking protocol */ macro
381 if( pPager->errMask & PAGER_ERR_LOCK ) rc = SQLITE_PROTOCOL; in pager_errcode()