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

/external/chromium_org/third_party/sqlite/src/src/
H A Dloadext.c128 sqlite3_aggregate_context,
H A Dtest_func.c165 sqlite3_aggregate_context(ctx, 2048);
H A Dsqlite3ext.h229 #define sqlite3_aggregate_context sqlite3_api->aggregate_context macro
H A Dsqlite.h.in2785 ** [sqlite3_aggregate_context()], [sqlite3_user_data()],
3646 ** ^The first time the sqlite3_aggregate_context(C,N) routine is called
3650 ** sqlite3_aggregate_context() for the same aggregate function instance,
3656 ** In those cases, sqlite3_aggregate_context() might be called for the
3659 ** ^The sqlite3_aggregate_context(C,N) routine returns a NULL pointer if N is
3662 ** ^(The amount of space allocated by sqlite3_aggregate_context(C,N) is
3664 ** value of N in subsequent call to sqlite3_aggregate_context() within
3669 ** sqlite3_aggregate_context() when the aggregate query concludes.
3679 void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
H A Dvdbeapi.c560 void *sqlite3_aggregate_context(sqlite3_context *p, int nByte){ function
H A Dtclsqlite.c3441 p = sqlite3_aggregate_context(context, sizeof(*p));
3457 p = sqlite3_aggregate_context(context, sizeof(*p));
H A Dtest1.c1072 p = sqlite3_aggregate_context(context, sizeof(*p));
1090 p = sqlite3_aggregate_context(context, sizeof(*p));
/external/sqlite/dist/orig/
H A Dsqlite3ext.h253 #define sqlite3_aggregate_context sqlite3_api->aggregate_context macro
H A Dsqlite3.h3092 ** [sqlite3_aggregate_context()], [sqlite3_user_data()],
3966 ** ^The first time the sqlite3_aggregate_context(C,N) routine is called
3970 ** sqlite3_aggregate_context() for the same aggregate function instance,
3976 ** In those cases, sqlite3_aggregate_context() might be called for the
3979 ** ^The sqlite3_aggregate_context(C,N) routine returns a NULL pointer if N is
3982 ** ^(The amount of space allocated by sqlite3_aggregate_context(C,N) is
3984 ** value of N in subsequent call to sqlite3_aggregate_context() within
3989 ** sqlite3_aggregate_context() when the aggregate query concludes.
3999 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
H A Dsqlite3.c3642 ** [sqlite3_aggregate_context()], [sqlite3_user_data()],
4516 ** ^The first time the sqlite3_aggregate_context(C,N) routine is called
4520 ** sqlite3_aggregate_context() for the same aggregate function instance,
4526 ** In those cases, sqlite3_aggregate_context() might be called for the
4529 ** ^The sqlite3_aggregate_context(C,N) routine returns a NULL pointer if N is
4532 ** ^(The amount of space allocated by sqlite3_aggregate_context(C,N) is
4534 ** value of N in subsequent call to sqlite3_aggregate_context() within
4539 ** sqlite3_aggregate_context() when the aggregate query concludes.
4549 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
63315 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context *p, int nByte){ function
91226 #define sqlite3_aggregate_context macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h253 #define sqlite3_aggregate_context sqlite3_api->aggregate_context macro
H A Dsqlite3.h3092 ** [sqlite3_aggregate_context()], [sqlite3_user_data()],
3966 ** ^The first time the sqlite3_aggregate_context(C,N) routine is called
3970 ** sqlite3_aggregate_context() for the same aggregate function instance,
3976 ** In those cases, sqlite3_aggregate_context() might be called for the
3979 ** ^The sqlite3_aggregate_context(C,N) routine returns a NULL pointer if N is
3982 ** ^(The amount of space allocated by sqlite3_aggregate_context(C,N) is
3984 ** value of N in subsequent call to sqlite3_aggregate_context() within
3989 ** sqlite3_aggregate_context() when the aggregate query concludes.
3999 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
H A Dsqlite3.c3642 ** [sqlite3_aggregate_context()], [sqlite3_user_data()],
4516 ** ^The first time the sqlite3_aggregate_context(C,N) routine is called
4520 ** sqlite3_aggregate_context() for the same aggregate function instance,
4526 ** In those cases, sqlite3_aggregate_context() might be called for the
4529 ** ^The sqlite3_aggregate_context(C,N) routine returns a NULL pointer if N is
4532 ** ^(The amount of space allocated by sqlite3_aggregate_context(C,N) is
4534 ** value of N in subsequent call to sqlite3_aggregate_context() within
4539 ** sqlite3_aggregate_context() when the aggregate query concludes.
4549 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
63343 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context *p, int nByte){ function
91262 #define sqlite3_aggregate_context macro
[all...]
/external/chromium_org/third_party/sqlite/src/test/
H A Dthreadtest3.c363 p = sqlite3_aggregate_context(context, sizeof(*p));
379 p = sqlite3_aggregate_context(context, sizeof(*p));
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h2790 ** [sqlite3_aggregate_context()], [sqlite3_user_data()],
3651 ** ^The first time the sqlite3_aggregate_context(C,N) routine is called
3655 ** sqlite3_aggregate_context() for the same aggregate function instance,
3661 ** In those cases, sqlite3_aggregate_context() might be called for the
3664 ** ^The sqlite3_aggregate_context(C,N) routine returns a NULL pointer if N is
3667 ** ^(The amount of space allocated by sqlite3_aggregate_context(C,N) is
3669 ** value of N in subsequent call to sqlite3_aggregate_context() within
3674 ** sqlite3_aggregate_context() when the aggregate query concludes.
3684 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
H A Dsqlite3.c3333 ** [sqlite3_aggregate_context()], [sqlite3_user_data()],
4194 ** ^The first time the sqlite3_aggregate_context(C,N) routine is called
4198 ** sqlite3_aggregate_context() for the same aggregate function instance,
4204 ** In those cases, sqlite3_aggregate_context() might be called for the
4207 ** ^The sqlite3_aggregate_context(C,N) routine returns a NULL pointer if N is
4210 ** ^(The amount of space allocated by sqlite3_aggregate_context(C,N) is
4212 ** value of N in subsequent call to sqlite3_aggregate_context() within
4217 ** sqlite3_aggregate_context() when the aggregate query concludes.
4227 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
61073 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context *p, int nByte){ function
86918 #define sqlite3_aggregate_context macro
[all...]

Completed in 564 milliseconds