Home
last modified time | relevance | path

Searched defs:zSql (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/sqlite3/
HDshell.c1406 const char *zSql; /* The text of the SQL statement */ in explain_data_prepare() local
1484 const char *zSql, /* SQL to be evaluated */ in shell_exec()
1651 const char *zSql; in dump_callback() local
2403 const unsigned char *zSql; in tryToCloneSchema() local
2508 static int db_int(ShellState *p, const char *zSql){ in db_int()
2549 static const struct { const char *zName; const char *zSql; } aQuery[] = { in shell_dbinfo_command() member
2604 char *zSql = sqlite3_mprintf(aQuery[i].zSql, zSchemaTab); in shell_dbinfo_command() local
2958 char *zSql; /* An SQL statement */ in do_meta_command() local
3710 char *zSql = 0; in do_meta_command() local
4129 static int line_is_complete(char *zSql, int nSql){ in line_is_complete()
[all …]
HDsqlite3.c14974 char *zSql; /* Text of the SQL statement that generated this */ member
/NextBSD/crypto/heimdal/lib/sqlite/
HDsqlite3.c12863 char *zSql; /* Text of the SQL statement that generated this */ member