Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dfunc.c142 static void roundFunc(sqlite_func *context, int argc, const char **argv){ in roundFunc() function
579 { "round", 1, SQLITE_NUMERIC, 0, roundFunc }, in sqliteRegisterBuiltinFunctions()
580 { "round", 2, SQLITE_NUMERIC, 0, roundFunc }, in sqliteRegisterBuiltinFunctions()
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c82465 static void roundFunc(sqlite3_context *context, int argc, sqlite3_value **argv){
83746 FUNCTION(round, 1, 0, 0, roundFunc ),
83747 FUNCTION(round, 2, 0, 0, roundFunc ),

Completed in 434 milliseconds