Searched refs:sqlite_create_aggregate (Results 1 – 7 of 7) sorted by relevance
| /illumos-gate/usr/src/lib/libsqlite/ |
| H A D | mapfile-sqlite | 51 sqlite_create_aggregate;
|
| /illumos-gate/usr/src/lib/libsqlite/src/ |
| H A D | test1.c | 445 sqlite_create_aggregate(db, "x_count", 0, countStep, countFinalize, 0); in test_create_aggregate() 446 sqlite_create_aggregate(db, "x_count", 1, countStep, countFinalize, 0); in test_create_aggregate()
|
| H A D | md5.c | 384 sqlite_create_aggregate(db, "md5sum", -1, md5step, md5finalize, 0); in Md5_Register()
|
| H A D | func.c | 750 sqlite_create_aggregate(db, aAggs[i].zName, in sqliteRegisterBuiltinFunctions()
|
| H A D | main.c | 1014 int sqlite_create_aggregate( in sqlite_create_aggregate() function
|
| H A D | sqlite.h.in | 456 int sqlite_create_aggregate( 509 ** sqlite_create_aggregate() routines used to register user functions
|
| /illumos-gate/usr/src/lib/libsqlite/test/ |
| H A D | misuse.test | 107 sqlite_create_aggregate $::DB
|