Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c24854 static const char *zStmtSql; in shell_exec() local
24867 zStmtSql = sqlite3_sql(pStmt); in shell_exec()
24868 if( zStmtSql==0 ) zStmtSql = ""; in shell_exec()
24869 while( IsSpace(zStmtSql[0]) ) zStmtSql++; in shell_exec()