Searched refs:sSql (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/contrib/sqlite3/ |
| D | shell.c | 26487 ShellText sSql; /* Complete SQL for the query to run the hash */ in do_meta_command() local 26536 initText(&sSql); in do_meta_command() 26537 appendText(&sSql, "WITH [sha3sum$query](a,b) AS(",0); in do_meta_command() 26561 appendText(&sSql, zSep, 0); in do_meta_command() 26562 appendText(&sSql, sQuery.z, '\''); in do_meta_command() 26564 appendText(&sSql, ",", 0); in do_meta_command() 26565 appendText(&sSql, zTab, '\''); in do_meta_command() 26574 sSql.z, iSize); in do_meta_command() 26580 sSql.z, iSize); in do_meta_command() 26584 freeText(&sSql); in do_meta_command()
|