Home
last modified time | relevance | path

Searched defs: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
45963 char *dbPath; /* Name of the open file */ member
45975 static int proxyGetLockPath(const char *dbPath, char *lPath, size_t maxLen){ in proxyGetLockPath()
46583 static int proxyCreateConchPathname(char *dbPath, char **pConchPath){ in proxyCreateConchPathname()
46656 static int proxyGetDbPathForUnixFile(unixFile *pFile, char *dbPath){ in proxyGetDbPathForUnixFile()
46689 char dbPath[MAXPATHLEN+1]; /* Name of the database file */ in proxyTransformUnixFile() local