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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c27410 const char *dbPath; /* Name of the open file */ member in struct:afpLockingContext
27502 int lrc = afpSetLock(context->dbPath, pFile, RESERVED_BYTE, 1,1);
27506 lrc = afpSetLock(context->dbPath, pFile, RESERVED_BYTE, 1, 0);
27615 failed = afpSetLock(context->dbPath, pFile, PENDING_BYTE, 1, 1);
27637 lrc1 = afpSetLock(context->dbPath, pFile,
27643 lrc2 = afpSetLock(context->dbPath, pFile, PENDING_BYTE, 1, 0);
27672 failed = afpSetLock(context->dbPath, pFile, RESERVED_BYTE, 1,1);
27683 if( !(failed = afpSetLock(context->dbPath, pFile, SHARED_FIRST +
27687 failed = afpSetLock(context->dbPath, pFile, SHARED_FIRST,
27689 if( failed && (failed2 = afpSetLock(context->dbPath, pFil
30664 char *dbPath; /* Name of the open file */ member in struct:proxyLockingContext
30675 proxyGetLockPath(const char *dbPath, char *lPath, size_t maxLen) argument
31282 proxyCreateConchPathname(char *dbPath, char **pConchPath) argument
31355 proxyGetDbPathForUnixFile(unixFile *pFile, char *dbPath) argument
31387 char dbPath[MAXPATHLEN+1]; /* Name of the database file */ local
[all...]

Completed in 244 milliseconds