Home
last modified time | relevance | path

Searched refs:zStmtSql (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dshell.c26576 static const char *zStmtSql; in shell_exec() local
26590 zStmtSql = sqlite3_sql(pStmt); in shell_exec()
26591 if( zStmtSql==0 ) zStmtSql = ""; in shell_exec()
26592 while( IsSpace(zStmtSql[0]) ) zStmtSql++; in shell_exec()