Searched refs:sSql (Results 1 – 2 of 2) sorted by relevance
/external/sqlite/dist/orig/ |
D | shell.c | 13887 ShellText sSql; /* Complete SQL for the query to run the hash */ in do_meta_command() local 13937 initText(&sSql); in do_meta_command() 13938 appendText(&sSql, "WITH [sha3sum$query](a,b) AS(",0); in do_meta_command() 13962 appendText(&sSql, zSep, 0); in do_meta_command() 13963 appendText(&sSql, sQuery.z, '\''); in do_meta_command() 13965 appendText(&sSql, ",", 0); in do_meta_command() 13966 appendText(&sSql, zTab, '\''); in do_meta_command() 13975 sSql.z, iSize); in do_meta_command() 13981 sSql.z, iSize); in do_meta_command() 13984 freeText(&sSql); in do_meta_command()
|
/external/sqlite/dist/ |
D | shell.c | 13910 ShellText sSql; /* Complete SQL for the query to run the hash */ in do_meta_command() local 13960 initText(&sSql); in do_meta_command() 13961 appendText(&sSql, "WITH [sha3sum$query](a,b) AS(",0); in do_meta_command() 13985 appendText(&sSql, zSep, 0); in do_meta_command() 13986 appendText(&sSql, sQuery.z, '\''); in do_meta_command() 13988 appendText(&sSql, ",", 0); in do_meta_command() 13989 appendText(&sSql, zTab, '\''); in do_meta_command() 13998 sSql.z, iSize); in do_meta_command() 14004 sSql.z, iSize); in do_meta_command() 14007 freeText(&sSql); in do_meta_command()
|