Home
last modified time | relevance | path

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

/titanic_51/usr/src/lib/libsqlite/test/
H A Dthreadtest1.c64 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 Dutil.c58 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 Dcopy.c43 char *zFile = 0; in sqliteCopy() local
H A Dattach.c32 char *zFile, *zName; in sqliteAttach() local
[all...]
H A Dtclsqlite.c1032 const char *zFile; in DbMain() local
H A Dpager.c904 static int sqlitepager_opentemp(char *zFile, OsFile *fd){ in sqlitepager_opentemp() argument