Searched refs:sqlite3_format_query_result (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/sqlite3/tea/generic/ |
| H A D | tclsqlite3.c | 2400 rc = sqlite3_format_query_result(pStmt->pStmt, &qrf, &zErr); in dbQrf()
|
| /freebsd/contrib/sqlite3/ |
| H A D | shell.c | 741 int sqlite3_format_query_result( 3841 int sqlite3_format_query_result( in sqlite3_format_query_result() function 26613 sqlite3_format_query_result(pStmt, &spec, 0); in shell_exec() 26617 sqlite3_format_query_result(pStmt, &spec, 0); in shell_exec() 26632 sqlite3_format_query_result(pStmt, &spec, pzErrMsg); in shell_exec() 26638 sqlite3_format_query_result(pStmt, &spec, pzErrMsg); in shell_exec() 26644 sqlite3_format_query_result(pStmt, &spec, pzErrMsg); in shell_exec() 26661 rc = sqlite3_format_query_result(pStmt, &spec, &zErr); in shell_exec()
|