Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c22327 static const char *zStmtSql; in shell_exec() local
22340 zStmtSql = sqlite3_sql(pStmt); in shell_exec()
22341 if( zStmtSql==0 ) zStmtSql = ""; in shell_exec()
22342 while( IsSpace(zStmtSql[0]) ) zStmtSql++; in shell_exec()