Searched refs:sqlite_create_aggregate (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dtest1.c432 ** sqlite_create_aggregate function while a query is in progress in order
448 sqlite_create_aggregate(db, "x_count", 0, countStep, countFinalize, 0);
449 sqlite_create_aggregate(db, "x_count", 1, countStep, countFinalize, 0);
997 { "sqlite_create_aggregate", (Tcl_CmdProc*)test_create_aggregate },
H A Dmd5.c387 sqlite_create_aggregate(db, "md5sum", -1, md5step, md5finalize, 0);
H A Dmain.c984 ** routine creates a regular function and sqlite_create_aggregate()
990 ** sqlite_create_aggregate() disables the prior call to
991 ** sqlite_create_aggregate(), and vice versa.
1017 int sqlite_create_aggregate( function

Completed in 77 milliseconds