Searched refs:sSql (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/external/public-domain/sqlite/dist/ |
| D | shell.c | 27233 ShellText sSql; /* Complete SQL for the query to run the hash */ in do_meta_command() local 27281 initText(&sSql); in do_meta_command() 27282 appendText(&sSql, "WITH [sha3sum$query](a,b) AS(",0); in do_meta_command() 27306 appendText(&sSql, zSep, 0); in do_meta_command() 27307 appendText(&sSql, sQuery.z, '\''); in do_meta_command() 27309 appendText(&sSql, ",", 0); in do_meta_command() 27310 appendText(&sSql, zTab, '\''); in do_meta_command() 27319 sSql.z, iSize); in do_meta_command() 27325 sSql.z, iSize); in do_meta_command() 27329 freeText(&sSql); in do_meta_command()
|