Searched refs:tStep (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | test_func.c | 738 static void tStep(sqlite3_context *a, int b, sqlite3_value **c){} in tStep() function 761 rc = sqlite3_create_function(db, "tx", 1, SQLITE_UTF8, 0, tStep,tStep,tFinal); in abuse_create_function() 764 rc = sqlite3_create_function(db, "tx", 1, SQLITE_UTF8, 0, tStep, tStep, 0); in abuse_create_function() 767 rc = sqlite3_create_function(db, "tx", 1, SQLITE_UTF8, 0, tStep, 0, tFinal); in abuse_create_function() 773 rc = sqlite3_create_function(db, "tx", 1, SQLITE_UTF8, 0, 0, tStep, 0); in abuse_create_function() 776 rc = sqlite3_create_function(db, "tx", -2, SQLITE_UTF8, 0, tStep, 0, 0); in abuse_create_function() 779 rc = sqlite3_create_function(db, "tx", 128, SQLITE_UTF8, 0, tStep, 0, 0); in abuse_create_function() 788 1, SQLITE_UTF8, 0, tStep, 0, 0); in abuse_create_function() 803 mxArg, SQLITE_UTF8, 0, tStep, 0, 0); in abuse_create_function()
|