Searched refs:sqlite3_aggregate_context (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3ext.h232 #define sqlite3_aggregate_context sqlite3_api->aggregate_context macro
H A Dsqlite3.h2974 ** [sqlite3_aggregate_context()], [sqlite3_user_data()],
3835 ** ^The first time the sqlite3_aggregate_context(C,N) routine is called
3839 ** sqlite3_aggregate_context() for the same aggregate function instance,
3845 ** In those cases, sqlite3_aggregate_context() might be called for the
3848 ** ^The sqlite3_aggregate_context(C,N) routine returns a NULL pointer if N is
3851 ** ^(The amount of space allocated by sqlite3_aggregate_context(C,N) is
3853 ** value of N in subsequent call to sqlite3_aggregate_context() within
3858 ** sqlite3_aggregate_context() when the aggregate query concludes.
3868 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
H A Dsqlite3.c3527 ** [sqlite3_aggregate_context()], [sqlite3_user_data()],
4388 ** ^The first time the sqlite3_aggregate_context(C,N) routine is called
4392 ** sqlite3_aggregate_context() for the same aggregate function instance,
4398 ** In those cases, sqlite3_aggregate_context() might be called for the
4401 ** ^The sqlite3_aggregate_context(C,N) routine returns a NULL pointer if N is
4404 ** ^(The amount of space allocated by sqlite3_aggregate_context(C,N) is
4406 ** value of N in subsequent call to sqlite3_aggregate_context() within
4411 ** sqlite3_aggregate_context() when the aggregate query concludes.
4421 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
62112 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context *p, int nByte){ function
89124 #define sqlite3_aggregate_context macro
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3ext.h364 #define sqlite3_aggregate_context sqlite3_api->aggregate_context macro
H A Dsqlite3.h4268 ** [sqlite3_aggregate_context()], [sqlite3_user_data()],
5495 ** ^The first time the sqlite3_aggregate_context(C,N) routine is called
5499 ** sqlite3_aggregate_context() for the same aggregate function instance,
5505 ** In those cases, sqlite3_aggregate_context() might be called for the
5508 ** ^The sqlite3_aggregate_context(C,N) routine returns a NULL pointer
5512 ** ^(The amount of space allocated by sqlite3_aggregate_context(C,N) is
5514 ** value of N in any subsequent call to sqlite3_aggregate_context() within
5517 ** N=0 in calls to sqlite3_aggregate_context(C,N) so that no
5521 ** sqlite3_aggregate_context() when the aggregate query concludes.
5531 SQLITE_API void *sqlite3_aggregate_context(sqlite3_contex
[all...]
H A Dshell.c4987 p = sqlite3_aggregate_context(context, sizeof(*p));
5013 p = sqlite3_aggregate_context(context, sizeof(*p));
5022 Decimal *p = sqlite3_aggregate_context(context, 0);
5027 Decimal *p = sqlite3_aggregate_context(context, 0);
7843 p = (ZipfileCtx*)sqlite3_aggregate_context(pCtx, sizeof(ZipfileCtx));
7995 p = (ZipfileCtx*)sqlite3_aggregate_context(pCtx, sizeof(ZipfileCtx));
H A Dsqlite3.c5331 ** [sqlite3_aggregate_context()], [sqlite3_user_data()],
6558 ** ^The first time the sqlite3_aggregate_context(C,N) routine is called
6562 ** sqlite3_aggregate_context() for the same aggregate function instance,
6568 ** In those cases, sqlite3_aggregate_context() might be called for the
6571 ** ^The sqlite3_aggregate_context(C,N) routine returns a NULL pointer
6575 ** ^(The amount of space allocated by sqlite3_aggregate_context(C,N) is
6577 ** value of N in any subsequent call to sqlite3_aggregate_context() within
6580 ** N=0 in calls to sqlite3_aggregate_context(C,N) so that no
6584 ** sqlite3_aggregate_context() when the aggregate query concludes.
6594 SQLITE_API void *sqlite3_aggregate_context(sqlite3_contex
84513 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context *p, int nByte){ function
125754 #define sqlite3_aggregate_context macro
[all...]

Completed in 1027 milliseconds