Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c43140 const char *dbPath; /* Name of the open file */ member
43231 int lrc = afpSetLock(context->dbPath, pFile, RESERVED_BYTE, 1,1); in afpCheckReservedLock()
43235 lrc = afpSetLock(context->dbPath, pFile, RESERVED_BYTE, 1, 0); in afpCheckReservedLock()
43344 failed = afpSetLock(context->dbPath, pFile, PENDING_BYTE, 1, 1); in afpLock()
43366 lrc1 = afpSetLock(context->dbPath, pFile, in afpLock()
43372 lrc2 = afpSetLock(context->dbPath, pFile, PENDING_BYTE, 1, 0); in afpLock()
43401 failed = afpSetLock(context->dbPath, pFile, RESERVED_BYTE, 1,1); in afpLock()
43412 if( !(failed = afpSetLock(context->dbPath, pFile, SHARED_FIRST + in afpLock()
43416 failed = afpSetLock(context->dbPath, pFile, SHARED_FIRST, in afpLock()
43418 if( failed && (failed2 = afpSetLock(context->dbPath, pFile, in afpLock()
[all …]