Searched refs:dbPath (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/sqlite3/ |
| H A D | sqlite3.c | 41659 const char *dbPath; /* Name of the open file */ member 41750 int lrc = afpSetLock(context->dbPath, pFile, RESERVED_BYTE, 1,1); in afpCheckReservedLock() 41754 lrc = afpSetLock(context->dbPath, pFile, RESERVED_BYTE, 1, 0); in afpCheckReservedLock() 41863 failed = afpSetLock(context->dbPath, pFile, PENDING_BYTE, 1, 1); in afpLock() 41885 lrc1 = afpSetLock(context->dbPath, pFile, in afpLock() 41891 lrc2 = afpSetLock(context->dbPath, pFile, PENDING_BYTE, 1, 0); in afpLock() 41920 failed = afpSetLock(context->dbPath, pFile, RESERVED_BYTE, 1,1); in afpLock() 41931 if( !(failed = afpSetLock(context->dbPath, pFile, SHARED_FIRST + in afpLock() 41935 failed = afpSetLock(context->dbPath, pFile, SHARED_FIRST, in afpLock() 41937 if( failed && (failed2 = afpSetLock(context->dbPath, pFile, in afpLock() [all …]
|