Searched refs:roundFunc (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_3/ext/sqlite/libsqlite/src/ |
| H A D | func.c | 142 static void roundFunc(sqlite_func *context, int argc, const char **argv){ function 579 { "round", 1, SQLITE_NUMERIC, 0, roundFunc }, 580 { "round", 2, SQLITE_NUMERIC, 0, roundFunc },
|
| /PHP_5_3/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 82465 static void roundFunc(sqlite3_context *context, int argc, sqlite3_value **argv){ function [all...] |
Completed in 121 milliseconds