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

/macosx-10.9.5/Heimdal-323.92.1/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...]

Completed in 307 milliseconds