OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:zFilename
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/public-domain/sqlite/dist/
sqlite3.c
1705
** ^SQLite guarantees that the
zFilename
parameter to xOpen
1708
** ^If a suffix is added to the
zFilename
parameter, it will
1716
** If the
zFilename
parameter to xOpen is a NULL pointer then xOpen
1846
void *(*xDlOpen)(sqlite3_vfs*, const char *
zFilename
);
17119
const char *
zFilename
, /* Name of database file to open */
[
all
...]
shell.c
326
FILE *sqlite3_fopen(const char *
zFilename
, const char *zMode);
447
FILE *sqlite3_fopen(const char *
zFilename
, const char *zMode){
452
sz1 = (int)strlen(
zFilename
);
457
sz1 = MultiByteToWideChar(CP_UTF8, 0,
zFilename
, sz1, b1, sz1);
11617
static void *apndDlOpen(sqlite3_vfs*, const char *
zFilename
);
18406
static void *vfstraceDlOpen(sqlite3_vfs*, const char *
zFilename
);
29081
const char *
zFilename
= (const char*)sqlite3_column_text(pStmt, 2);
29082
if(
zFilename
==0 ||
zFilename
[0]==0 )
zFilename
= "unk.db"
[
all
...]
sqlite3.h
1384
** ^SQLite guarantees that the
zFilename
parameter to xOpen
1387
** ^If a suffix is added to the
zFilename
parameter, it will
1395
** If the
zFilename
parameter to xOpen is a NULL pointer then xOpen
1525
void *(*xDlOpen)(sqlite3_vfs*, const char *
zFilename
);
Completed in 133 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026