Searched defs:zFile (Results 1 – 6 of 6) sorted by relevance
/titanic_51/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() argument 140 void db_execute(sqlite *db, const char *zFile, const char *zFormat, ...){ in db_execute() argument 178 db_check(const char * zFile,const char * zMsg,char ** az,...) db_check() argument 254 char *zFile; main() local [all...] |
/titanic_51/usr/src/lib/libsqlite/src/ |
H A D | util.c | 58 void *sqliteMalloc_(int n, int bZero, char *zFile, int line){ in sqliteMalloc_() argument 119 void sqliteFree_(void *p, char *zFile, int line){ in sqliteFree_() argument 153 void *sqliteRealloc_(void *oldP, int n, char *zFile, int line){ in sqliteRealloc_() argument 226 char *sqliteStrDup_(const char *z, char *zFile, in argument 233 sqliteStrNDup_(const char * z,int n,char * zFile,int line) sqliteStrNDup_() argument [all...] |
H A D | copy.c | 43 char *zFile = 0; in sqliteCopy() local
|
H A D | attach.c | 32 char *zFile, *zName; in sqliteAttach() local [all...] |
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() argument
|