Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dfunc.c520 static void randomFunc( in randomFunc() function
2289 VFUNCTION(random, 0, 0, 0, randomFunc ), in sqlite3RegisterBuiltinFunctions()
/sqlite-3.40.0/test/
H A Dspeedtest1.c643 static void randomFunc( in randomFunc() function
2479 sqlite3_create_function(g.db, "random", 0, SQLITE_UTF8, 0, randomFunc, 0, 0); in main()