Home
last modified time | relevance | path

Searched defs:zFilename (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c27907 SQLITE_PRIVATE void sqlite3MemdebugDump(const char *zFilename){ in sqlite3MemdebugDump()
28551 SQLITE_PRIVATE void sqlite3Memsys3Dump(const char *zFilename){ in sqlite3Memsys3Dump()
29180 SQLITE_PRIVATE void sqlite3Memsys5Dump(const char *zFilename){ in sqlite3Memsys5Dump()
42559 static int openDirectory(const char *zFilename, int *pFd){ in openDirectory()
43180 char *zFilename; /* Name of the mmapped file */ member
44646 const char *zFilename, /* Name of the file being opened */ in fillInUnixFile()
45584 static void *unixDlOpen(sqlite3_vfs *NotUsed, const char *zFilename){ in unixDlOpen()
49501 static int winceCreateLock(const char *zFilename, winFile *pFile){ in winceCreateLock()
51179 char *zFilename; /* Name of the file */ member
58744 char *zFilename; /* Name of the database file */ member
H A Dshell.c410 FILE *sqlite3_fopen(const char *zFilename, const char *zMode){ in sqlite3_fopen()
27081 const char *zFilename = (const char*)sqlite3_column_text(pStmt, 2); in shell_dbtotxt_command() local
27259 int shellDeleteFile(const char *zFilename){ in shellDeleteFile()