Searched refs:sqlite_create_aggregate (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/lib/libsqlite/ |
H A D | mapfile-sqlite | 51 sqlite_create_aggregate;
|
/titanic_44/usr/src/lib/libsqlite/src/ |
H A D | test1.c | 448 sqlite_create_aggregate(db, "x_count", 0, countStep, countFinalize, 0); in test_create_aggregate() 449 sqlite_create_aggregate(db, "x_count", 1, countStep, countFinalize, 0); in test_create_aggregate()
|
H A D | md5.c | 387 sqlite_create_aggregate(db, "md5sum", -1, md5step, md5finalize, 0); in Md5_Register()
|
H A D | func.c | 753 sqlite_create_aggregate(db, aAggs[i].zName, in sqliteRegisterBuiltinFunctions()
|
H A D | main.c | 1017 int sqlite_create_aggregate( in sqlite_create_aggregate() function
|
H A D | sqlite.h.in | 459 int sqlite_create_aggregate( 512 ** sqlite_create_aggregate() routines used to register user functions
|
/titanic_44/usr/src/lib/libsqlite/test/ |
H A D | misuse.test | 109 sqlite_create_aggregate $::DB
|