TERM_SELECT_ALL_STMT 1399 third_party/sqlite/src/ext/fts1/fts1.c   int rc = sql_get_statement(v, TERM_SELECT_ALL_STMT, &s);
TERM_SELECT_ALL_STMT 1408 third_party/sqlite/src/ext/fts1/fts1.c   while( (rc=sql_step_statement(v, TERM_SELECT_ALL_STMT, &s))==SQLITE_ROW ){