Searched refs:testFunc (Results 1 – 4 of 4) sorted by relevance
| /sqlite-3.40.0/ext/fts2/ |
| H A D | fts2_tokenizer.c | 135 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 D | fts3_tokenizer.c | 261 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 D | tester1.js | 715 const testFunc = 744 testFunc(wts.pointer); 753 testFunc(wts.pointer); 759 T.mustThrowMatching(()=>testFunc(wts.pointer),/^Testing/);
|
| /sqlite-3.40.0/src/ |
| H A D | test1.c | 2046 static void testFunc(sqlite3_context *context, int argc, sqlite3_value **argv){ in testFunc() function 2099 testFunc, 0, 0); in test_register_func()
|