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

/macosx-10.10/Heimdal-398.1.2/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...]

Completed in 341 milliseconds