Searched defs:zFile (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/libsqlite/test/ |
H A D | threadtest1.c | 64 const char *zFile; /* Filename - used for error reporting */ member 105 char **db_query(sqlite *db, const char *zFile, const char *zFormat, ...){ in db_query() 140 void db_execute(sqlite *db, const char *zFile, const char *zFormat, ...){ in db_execute() 178 void db_check(const char *zFile, const char *zMsg, char **az, ...){ in db_check() 254 char *zFile; in main() local
|
/titanic_41/usr/src/lib/libsqlite/src/ |
H A D | copy.c | 43 char *zFile = 0; in sqliteCopy() local
|
H A D | util.c | 58 void *sqliteMalloc_(int n, int bZero, char *zFile, int line){ in sqliteMalloc_() 119 void sqliteFree_(void *p, char *zFile, int line){ in sqliteFree_() 153 void *sqliteRealloc_(void *oldP, int n, char *zFile, int line){ in sqliteRealloc_() 226 char *sqliteStrDup_(const char *z, char *zFile, int line){ in sqliteStrDup_() 233 char *sqliteStrNDup_(const char *z, int n, char *zFile, int line){ in sqliteStrNDup_()
|
H A D | attach.c | 32 char *zFile, *zName; in sqliteAttach() local
|
H A D | tclsqlite.c | 1032 const char *zFile; in DbMain() local
|
H A D | pager.c | 904 static int sqlitepager_opentemp(char *zFile, OsFile *fd){ in sqlitepager_opentemp()
|