Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsqlite/src/
H A Dos.c393 int sqliteOsDelete(const char *zFilename){ in sqliteOsDelete()
409 int sqliteOsFileExists(const char *zFilename){ in sqliteOsFileExists()
461 const char *zFilename, in sqliteOsOpenReadWrite()
592 int sqliteOsOpenExclusive(const char *zFilename, OsFile *id, int delFlag){ in sqliteOsOpenExclusive()
683 int sqliteOsOpenReadOnly(const char *zFilename, OsFile *id){ in sqliteOsOpenReadOnly()
H A Dmain.c478 sqlite *sqlite_open(const char *zFilename, int mode, char **pzErrMsg){ in sqlite_open()
1114 const char *zFilename, /* Name of the file containing the BTree database */ in sqliteBtreeFactory()
H A Dvacuum.c223 const char *zFilename; /* full pathname of the database file */ in sqliteRunVacuum() local
H A Dtest4.c36 char *zFilename; /* Name of database file */ member
H A Dpager.c160 char *zFilename; /* Name of the database file */ member
927 const char *zFilename, /* Name of the database file to open */ in sqlitepager_open()
H A Dbtree_rb.c616 const char *zFilename, in sqliteRbtreeOpen()
H A Dbtree.c688 const char *zFilename, /* Name of the file containing the BTree database */ in sqliteBtreeOpen()
/titanic_41/usr/src/lib/libsqlite/test/
H A Dthreadtest1.c200 const char *zFilename = (char*)pArg; in worker_bee() local