Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/
H A Dmapfile-sqlite51 sqlite_create_aggregate;
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dtest1.c445 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 Dmd5.c384 sqlite_create_aggregate(db, "md5sum", -1, md5step, md5finalize, 0); in Md5_Register()
H A Dfunc.c750 sqlite_create_aggregate(db, aAggs[i].zName, in sqliteRegisterBuiltinFunctions()
H A Dmain.c1014 int sqlite_create_aggregate( in sqlite_create_aggregate() function
H A Dsqlite.h.in456 int sqlite_create_aggregate(
509 ** sqlite_create_aggregate() routines used to register user functions
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dmisuse.test107 sqlite_create_aggregate $::DB