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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h253 #define sqlite3_aggregate_context sqlite3_api->aggregate_context macro
H A Dsqlite3.h3052 ** [sqlite3_aggregate_context()], [sqlite3_user_data()],
3926 ** ^The first time the sqlite3_aggregate_context(C,N) routine is called
3930 ** sqlite3_aggregate_context() for the same aggregate function instance,
3936 ** In those cases, sqlite3_aggregate_context() might be called for the
3939 ** ^The sqlite3_aggregate_context(C,N) routine returns a NULL pointer if N is
3942 ** ^(The amount of space allocated by sqlite3_aggregate_context(C,N) is
3944 ** value of N in subsequent call to sqlite3_aggregate_context() within
3949 ** sqlite3_aggregate_context() when the aggregate query concludes.
3959 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
H A Dsqlite3.c3602 ** [sqlite3_aggregate_context()], [sqlite3_user_data()],
4476 ** ^The first time the sqlite3_aggregate_context(C,N) routine is called
4480 ** sqlite3_aggregate_context() for the same aggregate function instance,
4486 ** In those cases, sqlite3_aggregate_context() might be called for the
4489 ** ^The sqlite3_aggregate_context(C,N) routine returns a NULL pointer if N is
4492 ** ^(The amount of space allocated by sqlite3_aggregate_context(C,N) is
4494 ** value of N in subsequent call to sqlite3_aggregate_context() within
4499 ** sqlite3_aggregate_context() when the aggregate query concludes.
4509 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
63209 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context *p, int nByte){ function
91100 #define sqlite3_aggregate_context macro
[all...]

Completed in 403 milliseconds