Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c43170 const char *dbPath; /* Name of the open file */ member
43261 int lrc = afpSetLock(context->dbPath, pFile, RESERVED_BYTE, 1,1); in afpCheckReservedLock()
43265 lrc = afpSetLock(context->dbPath, pFile, RESERVED_BYTE, 1, 0); in afpCheckReservedLock()
43374 failed = afpSetLock(context->dbPath, pFile, PENDING_BYTE, 1, 1); in afpLock()
43396 lrc1 = afpSetLock(context->dbPath, pFile, in afpLock()
43402 lrc2 = afpSetLock(context->dbPath, pFile, PENDING_BYTE, 1, 0); in afpLock()
43431 failed = afpSetLock(context->dbPath, pFile, RESERVED_BYTE, 1,1); in afpLock()
43442 if( !(failed = afpSetLock(context->dbPath, pFile, SHARED_FIRST + in afpLock()
43446 failed = afpSetLock(context->dbPath, pFile, SHARED_FIRST, in afpLock()
43448 if( failed && (failed2 = afpSetLock(context->dbPath, pFile, in afpLock()
[all …]