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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c24554 #define IS_LOCK_ERROR(x) ((x != SQLITE_OK) && (x != SQLITE_BUSY)) macro
26222 if( IS_LOCK_ERROR(rc) ){
26234 if( IS_LOCK_ERROR(rc) ){
26246 if( IS_LOCK_ERROR(rc) ){
26556 if( IS_LOCK_ERROR(rc) ){
26608 if( IS_LOCK_ERROR(rc) ){
26695 if( IS_LOCK_ERROR(lrc) ){
26705 if( IS_LOCK_ERROR(lrc) ){
26771 if( IS_LOCK_ERROR(rc) ){
26987 if( IS_LOCK_ERROR(r
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c33857 #define IS_LOCK_ERROR macro
[all...]

Completed in 724 milliseconds