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

/external/chromium_org/third_party/sqlite/src/src/
H A Dos_unix.c2432 const char *dbPath; /* Name of the open file */ member in struct:afpLockingContext
2523 int lrc = afpSetLock(context->dbPath, pFile, RESERVED_BYTE, 1,1);
2527 lrc = afpSetLock(context->dbPath, pFile, RESERVED_BYTE, 1, 0);
2636 failed = afpSetLock(context->dbPath, pFile, PENDING_BYTE, 1, 1);
2658 lrc1 = afpSetLock(context->dbPath, pFile,
2664 lrc2 = afpSetLock(context->dbPath, pFile, PENDING_BYTE, 1, 0);
2693 failed = afpSetLock(context->dbPath, pFile, RESERVED_BYTE, 1,1);
2704 if( !(failed = afpSetLock(context->dbPath, pFile, SHARED_FIRST +
2708 failed = afpSetLock(context->dbPath, pFile, SHARED_FIRST,
2710 if( failed && (failed2 = afpSetLock(context->dbPath, pFil
5653 char *dbPath; /* Name of the open file */ member in struct:proxyLockingContext
5664 proxyGetLockPath(const char *dbPath, char *lPath, size_t maxLen) argument
6267 proxyCreateConchPathname(char *dbPath, char **pConchPath) argument
6340 proxyGetDbPathForUnixFile(unixFile *pFile, char *dbPath) argument
6372 char dbPath[MAXPATHLEN+1]; /* Name of the database file */ local
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c26588 const char *dbPath; /* Name of the open file */ member in struct:afpLockingContext
26679 int lrc = afpSetLock(context->dbPath, pFile, RESERVED_BYTE, 1,1);
26683 lrc = afpSetLock(context->dbPath, pFile, RESERVED_BYTE, 1, 0);
26792 failed = afpSetLock(context->dbPath, pFile, PENDING_BYTE, 1, 1);
26814 lrc1 = afpSetLock(context->dbPath, pFile,
26820 lrc2 = afpSetLock(context->dbPath, pFile, PENDING_BYTE, 1, 0);
26849 failed = afpSetLock(context->dbPath, pFile, RESERVED_BYTE, 1,1);
26860 if( !(failed = afpSetLock(context->dbPath, pFile, SHARED_FIRST +
26864 failed = afpSetLock(context->dbPath, pFile, SHARED_FIRST,
26866 if( failed && (failed2 = afpSetLock(context->dbPath, pFil
29809 char *dbPath; /* Name of the open file */ member in struct:proxyLockingContext
29820 proxyGetLockPath(const char *dbPath, char *lPath, size_t maxLen) argument
30423 proxyCreateConchPathname(char *dbPath, char **pConchPath) argument
30496 proxyGetDbPathForUnixFile(unixFile *pFile, char *dbPath) argument
30528 char dbPath[MAXPATHLEN+1]; /* Name of the database file */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c27503 const char *dbPath; /* Name of the open file */ member in struct:afpLockingContext
27595 int lrc = afpSetLock(context->dbPath, pFile, RESERVED_BYTE, 1,1);
27599 lrc = afpSetLock(context->dbPath, pFile, RESERVED_BYTE, 1, 0);
27708 failed = afpSetLock(context->dbPath, pFile, PENDING_BYTE, 1, 1);
27730 lrc1 = afpSetLock(context->dbPath, pFile,
27736 lrc2 = afpSetLock(context->dbPath, pFile, PENDING_BYTE, 1, 0);
30782 char *dbPath; /* Name of the open file */ member in struct:proxyLockingContext
30793 proxyGetLockPath(const char *dbPath, char *lPath, size_t maxLen) argument
31398 proxyCreateConchPathname(char *dbPath, char **pConchPath) argument
31471 proxyGetDbPathForUnixFile(unixFile *pFile, char *dbPath) argument
31503 char dbPath[MAXPATHLEN+1]; /* Name of the database file */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c27521 const char *dbPath; /* Name of the open file */ member in struct:afpLockingContext
27613 int lrc = afpSetLock(context->dbPath, pFile, RESERVED_BYTE, 1,1);
27617 lrc = afpSetLock(context->dbPath, pFile, RESERVED_BYTE, 1, 0);
27726 failed = afpSetLock(context->dbPath, pFile, PENDING_BYTE, 1, 1);
27748 lrc1 = afpSetLock(context->dbPath, pFile,
27754 lrc2 = afpSetLock(context->dbPath, pFile, PENDING_BYTE, 1, 0);
30810 char *dbPath; /* Name of the open file */ member in struct:proxyLockingContext
30821 proxyGetLockPath(const char *dbPath, char *lPath, size_t maxLen) argument
31426 proxyCreateConchPathname(char *dbPath, char **pConchPath) argument
31499 proxyGetDbPathForUnixFile(unixFile *pFile, char *dbPath) argument
31531 char dbPath[MAXPATHLEN+1]; /* Name of the database file */ local
[all...]

Completed in 435 milliseconds