Home
last modified time | relevance | path

Searched refs:zFilename (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c28058 if( zFilename==0 || zFilename[0]==0 ){ in sqlite3Memsys3Dump()
28687 if( zFilename==0 || zFilename[0]==0 ){ in sqlite3Memsys5Dump()
61851 if( zFilename && zFilename[0] ){
61864 if( zFilename && zFilename[0] ){
62026 if( zFilename && zFilename[0] ){
183206 if( zFilename && zFilename[0]==':' ){
184547 zFilename = databaseName(zFilename);
184556 zFilename = databaseName(zFilename);
184562 return zFilename[0] ? zFilename : 0;
184606 zFilename = databaseName(zFilename);
[all …]
H A Dsqlite3.h1479 void *(*xDlOpen)(sqlite3_vfs*, const char *zFilename);
H A Dshell.c8863 static void *apndDlOpen(sqlite3_vfs*, const char *zFilename);
24552 int shellDeleteFile(const char *zFilename){ in shellDeleteFile() argument
24555 wchar_t *z = sqlite3_win32_utf8_to_unicode(zFilename); in shellDeleteFile()
24559 rc = unlink(zFilename); in shellDeleteFile()