Home
last modified time | relevance | path

Searched refs:sqlite_create_aggregate (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/lib/libsqlite/
H A Dmapfile-sqlite51 sqlite_create_aggregate;
/titanic_44/usr/src/lib/libsqlite/src/
H A Dtest1.c448 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 Dmd5.c387 sqlite_create_aggregate(db, "md5sum", -1, md5step, md5finalize, 0); in Md5_Register()
H A Dfunc.c753 sqlite_create_aggregate(db, aAggs[i].zName, in sqliteRegisterBuiltinFunctions()
H A Dmain.c1017 int sqlite_create_aggregate( in sqlite_create_aggregate() function
H A Dsqlite.h.in459 int sqlite_create_aggregate(
512 ** sqlite_create_aggregate() routines used to register user functions
/titanic_44/usr/src/lib/libsqlite/test/
H A Dmisuse.test109 sqlite_create_aggregate $::DB