Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dos_unix.c3056 int failed2 = SQLITE_OK; in afpLock() local
3060 if( failed && (failed2 = afpSetLock(context->dbPath, pFile, in afpLock()
3065 rc = ((failed & 0xff) == SQLITE_IOERR) ? failed2 : in afpLock()