Home
last modified time | relevance | path

Searched defs:zFile (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/test/
H A Dthreadtest1.c61 const char *zFile; /* Filename - used for error reporting */ member
102 char **db_query(sqlite *db, const char *zFile, const char *zFormat, ...){ in db_query()
137 void db_execute(sqlite *db, const char *zFile, const char *zFormat, ...){ in db_execute()
175 void db_check(const char *zFile, const char *zMsg, char **az, ...){ in db_check()
251 char *zFile; in main() local
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dutil.c55 void *sqliteMalloc_(int n, int bZero, char *zFile, int line){ in sqliteMalloc_()
116 void sqliteFree_(void *p, char *zFile, int line){ in sqliteFree_()
150 void *sqliteRealloc_(void *oldP, int n, char *zFile, int line){ in sqliteRealloc_()
223 char *sqliteStrDup_(const char *z, char *zFile, int line){ in sqliteStrDup_()
230 char *sqliteStrNDup_(const char *z, int n, char *zFile, int line){ in sqliteStrNDup_()
H A Dcopy.c40 char *zFile = 0; in sqliteCopy() local
H A Dattach.c29 char *zFile, *zName; in sqliteAttach() local
H A Dtclsqlite.c1029 const char *zFile; in DbMain() local
H A Dpager.c902 static int sqlitepager_opentemp(char *zFile, OsFile *fd){ in sqlitepager_opentemp()