Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c41658 const char *dbPath; /* Name of the open file */ member
41749 int lrc = afpSetLock(context->dbPath, pFile, RESERVED_BYTE, 1,1); in afpCheckReservedLock()
41753 lrc = afpSetLock(context->dbPath, pFile, RESERVED_BYTE, 1, 0); in afpCheckReservedLock()
41862 failed = afpSetLock(context->dbPath, pFile, PENDING_BYTE, 1, 1); in afpLock()
41884 lrc1 = afpSetLock(context->dbPath, pFile, in afpLock()
41890 lrc2 = afpSetLock(context->dbPath, pFile, PENDING_BYTE, 1, 0); in afpLock()
41919 failed = afpSetLock(context->dbPath, pFile, RESERVED_BYTE, 1,1); in afpLock()
41930 if( !(failed = afpSetLock(context->dbPath, pFile, SHARED_FIRST + in afpLock()
41934 failed = afpSetLock(context->dbPath, pFile, SHARED_FIRST, in afpLock()
41936 if( failed && (failed2 = afpSetLock(context->dbPath, pFile, in afpLock()
[all …]