Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts2/
H A Dfts2_tokenizer.c135 static void testFunc( in testFunc() function
364 || (rc = sqlite3_create_function(db, zTest, 2, any, p, testFunc, 0, 0)) in sqlite3Fts2InitHashTable()
365 || (rc = sqlite3_create_function(db, zTest, 3, any, p, testFunc, 0, 0)) in sqlite3Fts2InitHashTable()
/sqlite-3.40.0/ext/fts3/
H A Dfts3_tokenizer.c261 static void testFunc( in testFunc() function
505 rc = sqlite3_create_function(db, zTest, -1, any, p, testFunc, 0, 0); in sqlite3Fts3InitHashTable()
/sqlite-3.40.0/ext/wasm/
H A Dtester1.js715 const testFunc =
744 testFunc(wts.pointer);
753 testFunc(wts.pointer);
759 T.mustThrowMatching(()=>testFunc(wts.pointer),/^Testing/);
/sqlite-3.40.0/src/
H A Dtest1.c2046 static void testFunc(sqlite3_context *context, int argc, sqlite3_value **argv){ in testFunc() function
2099 testFunc, 0, 0); in test_register_func()