Home
last modified time | relevance | path

Searched refs:zErr2 (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/ext/fts3/
H A Dfts3_tokenizer.c303 char *zErr2 = sqlite3_mprintf("unknown tokenizer: %s", zName); in testFunc() local
304 sqlite3_result_error(context, zErr2, -1); in testFunc()
305 sqlite3_free(zErr2); in testFunc()