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

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile52 sqlite3_aggregate_context.3 \
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h393 #define sqlite3_aggregate_context sqlite3_api->aggregate_context macro
H A Dsqlite3.h4536 ** [sqlite3_aggregate_context()], [sqlite3_user_data()],
5837 ** ^The first time the sqlite3_aggregate_context(C,N) routine is called
5841 ** sqlite3_aggregate_context() for the same aggregate function instance,
5847 ** In those cases, sqlite3_aggregate_context() might be called for the
5850 ** ^The sqlite3_aggregate_context(C,N) routine returns a NULL pointer
5854 ** ^(The amount of space allocated by sqlite3_aggregate_context(C,N) is
5856 ** value of N in any subsequent call to sqlite3_aggregate_context() within
5859 ** N=0 in calls to sqlite3_aggregate_context(C,N) so that no
5863 ** sqlite3_aggregate_context() when the aggregate query concludes.
5873 SQLITE_API void *sqlite3_aggregate_context(sqlite3_contex
[all...]
H A Dshell.c4389 p = sqlite3_aggregate_context(context, sizeof(*p));
4415 p = sqlite3_aggregate_context(context, sizeof(*p));
4424 Decimal *p = sqlite3_aggregate_context(context, 0);
4429 Decimal *p = sqlite3_aggregate_context(context, 0);
11296 p = (ZipfileCtx*)sqlite3_aggregate_context(pCtx, sizeof(ZipfileCtx));
11448 p = (ZipfileCtx*)sqlite3_aggregate_context(pCtx, sizeof(ZipfileCtx));
H A Dsqlite3.c4849 ** [sqlite3_aggregate_context()], [sqlite3_user_data()],
6150 ** ^The first time the sqlite3_aggregate_context(C,N) routine is called
6154 ** sqlite3_aggregate_context() for the same aggregate function instance,
6160 ** In those cases, sqlite3_aggregate_context() might be called for the
6163 ** ^The sqlite3_aggregate_context(C,N) routine returns a NULL pointer
6167 ** ^(The amount of space allocated by sqlite3_aggregate_context(C,N) is
6169 ** value of N in any subsequent call to sqlite3_aggregate_context() within
6172 ** N=0 in calls to sqlite3_aggregate_context(C,N) so that no
6176 ** sqlite3_aggregate_context() when the aggregate query concludes.
6186 SQLITE_API void *sqlite3_aggregate_context(sqlite3_contex
91003 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context *p, int nByte){ function
135865 #define sqlite3_aggregate_context macro
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1051 void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);

Completed in 558 milliseconds