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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c27037 const char *dbPath; /* Name of the open file */ member in struct:afpLockingContext
30227 char *dbPath; /* Name of the open file */ member in struct:proxyLockingContext
30238 proxyGetLockPath(const char *dbPath, char *lPath, size_t maxLen) argument
30845 proxyCreateConchPathname(char *dbPath, char **pConchPath) argument
30918 proxyGetDbPathForUnixFile(unixFile *pFile, char *dbPath) argument
30950 char dbPath[MAXPATHLEN+1]; /* Name of the database file */ local
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c36643 const char *dbPath; /* Name of the open file */ member in struct:afpLockingContext
40774 char *dbPath; /* Name of the open file */ member in struct:proxyLockingContext
40786 proxyGetLockPath(const char *dbPath, char *lPath, size_t maxLen) argument
41394 proxyCreateConchPathname(char *dbPath, char **pConchPath) argument
41467 proxyGetDbPathForUnixFile(unixFile *pFile, char *dbPath) argument
41500 char dbPath[MAXPATHLEN+1]; /* Name of the database file */ local
[all...]

Completed in 914 milliseconds