Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c28603 ShellText sSql; /* Complete SQL for the query to run the hash */ in do_meta_command() local
28651 initText(&sSql); in do_meta_command()
28652 appendText(&sSql, "WITH [sha3sum$query](a,b) AS(",0); in do_meta_command()
28676 appendText(&sSql, zSep, 0); in do_meta_command()
28677 appendText(&sSql, sQuery.z, '\''); in do_meta_command()
28679 appendText(&sSql, ",", 0); in do_meta_command()
28680 appendText(&sSql, zTab, '\''); in do_meta_command()
28689 sSql.z, iSize); in do_meta_command()
28695 sSql.z, iSize); in do_meta_command()
28699 freeText(&sSql); in do_meta_command()