Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_loadext.c21 static void halfFunc( in halfFunc() function
104 nErr |= sqlite3_create_function(db, "half", 1, SQLITE_ANY, 0, halfFunc, 0, 0); in testloadext_init()