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

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3ext.h210 #define sqlite3_aggregate_context sqlite3_api->aggregate_context macro
H A Dsqlite3.h2386 ** [sqlite3_aggregate_context()], [sqlite3_user_data()],
3227 ** The first time the sqlite3_aggregate_context() routine is called for a
3230 ** sqlite3_aggregate_context() for the same aggregate function index,
3247 void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
/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...]

Completed in 397 milliseconds