Searched refs:zErr2 (Results 1 – 1 of 1) sorted by relevance
303 char *zErr2 = sqlite3_mprintf("unknown tokenizer: %s", zName); in testFunc() local304 sqlite3_result_error(context, zErr2, -1); in testFunc()305 sqlite3_free(zErr2); in testFunc()