Searched defs:failed2 (Results 1 - 1 of 1) sorted by relevance

/external/sqlite/dist/
H A Dsqlite3.c25471 int failed2 = SQLITE_OK; local
25475 if( failed && (failed2 = afpSetLock(context->dbPath, pFile,
25480 rc = ((failed & SQLITE_IOERR) == SQLITE_IOERR) ? failed2 :
[all...]

Completed in 129 milliseconds