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

/external/chromium_org/third_party/sqlite/src/src/
H A Dos_unix.c178 #define IS_LOCK_ERROR(x) ((x != SQLITE_OK) && (x != SQLITE_BUSY)) macro
1619 if( IS_LOCK_ERROR(rc) ){
1631 if( IS_LOCK_ERROR(rc) ){
1643 if( IS_LOCK_ERROR(rc) ){
1951 if( IS_LOCK_ERROR(rc) ){
2003 if( IS_LOCK_ERROR(rc) ){
2090 if( IS_LOCK_ERROR(lrc) ){
2100 if( IS_LOCK_ERROR(lrc) ){
2166 if( IS_LOCK_ERROR(rc) ){
2382 if( IS_LOCK_ERROR(r
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c24129 #define IS_LOCK_ERROR(x) ((x != SQLITE_OK) && (x != SQLITE_BUSY)) macro
25775 if( IS_LOCK_ERROR(rc) ){
25787 if( IS_LOCK_ERROR(rc) ){
25799 if( IS_LOCK_ERROR(rc) ){
26107 if( IS_LOCK_ERROR(rc) ){
26159 if( IS_LOCK_ERROR(rc) ){
26246 if( IS_LOCK_ERROR(lrc) ){
26256 if( IS_LOCK_ERROR(lrc) ){
26322 if( IS_LOCK_ERROR(rc) ){
26538 if( IS_LOCK_ERROR(r
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c24990 #define IS_LOCK_ERROR(x) ((x != SQLITE_OK) && (x != SQLITE_BUSY)) macro
26690 if( IS_LOCK_ERROR(rc) ){
26702 if( IS_LOCK_ERROR(rc) ){
26714 if( IS_LOCK_ERROR(rc) ){
27020 if( IS_LOCK_ERROR(rc) ){
27074 if( IS_LOCK_ERROR(rc) ){
27161 if( IS_LOCK_ERROR(lrc) ){
27171 if( IS_LOCK_ERROR(lrc) ){
27237 if( IS_LOCK_ERROR(rc) ){
27453 if( IS_LOCK_ERROR(r
[all...]
/external/sqlite/dist/
H A Dsqlite3.c24997 #define IS_LOCK_ERROR(x) ((x != SQLITE_OK) && (x != SQLITE_BUSY)) macro
26708 if( IS_LOCK_ERROR(rc) ){
26720 if( IS_LOCK_ERROR(rc) ){
26732 if( IS_LOCK_ERROR(rc) ){
27038 if( IS_LOCK_ERROR(rc) ){
27092 if( IS_LOCK_ERROR(rc) ){
27179 if( IS_LOCK_ERROR(lrc) ){
27189 if( IS_LOCK_ERROR(lrc) ){
27255 if( IS_LOCK_ERROR(rc) ){
27471 if( IS_LOCK_ERROR(r
[all...]

Completed in 624 milliseconds