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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dsqlite3ext.h208 #define sqlite3_aggregate_context sqlite3_api->aggregate_context macro
H A Dsqlite3.h2651 ** [sqlite3_aggregate_context()], [sqlite3_user_data()],
3457 ** ^The first time the sqlite3_aggregate_context(C,N) routine is called
3461 ** sqlite3_aggregate_context() for the same aggregate function instance,
3467 ** In those cases, sqlite3_aggregate_context() might be called for the
3470 ** ^The sqlite3_aggregate_context(C,N) routine returns a NULL pointer if N is
3473 ** ^(The amount of space allocated by sqlite3_aggregate_context(C,N) is
3475 ** value of N in subsequent call to sqlite3_aggregate_context() within
3480 ** sqlite3_aggregate_context() when the aggregate query concludes.
3490 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
H A Dsqlite3.c3188 ** [sqlite3_aggregate_context()], [sqlite3_user_data()],
3994 ** ^The first time the sqlite3_aggregate_context(C,N) routine is called
3998 ** sqlite3_aggregate_context() for the same aggregate function instance,
4004 ** In those cases, sqlite3_aggregate_context() might be called for the
4007 ** ^The sqlite3_aggregate_context(C,N) routine returns a NULL pointer if N is
4010 ** ^(The amount of space allocated by sqlite3_aggregate_context(C,N) is
4012 ** value of N in subsequent call to sqlite3_aggregate_context() within
4017 ** sqlite3_aggregate_context() when the aggregate query concludes.
4027 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
58086 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context *p, int nByte){ function
83505 #define sqlite3_aggregate_context macro
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dsqlite3ext.h208 #define sqlite3_aggregate_context sqlite3_api->aggregate_context macro
H A Dsqlite3.h2651 ** [sqlite3_aggregate_context()], [sqlite3_user_data()],
3457 ** ^The first time the sqlite3_aggregate_context(C,N) routine is called
3461 ** sqlite3_aggregate_context() for the same aggregate function instance,
3467 ** In those cases, sqlite3_aggregate_context() might be called for the
3470 ** ^The sqlite3_aggregate_context(C,N) routine returns a NULL pointer if N is
3473 ** ^(The amount of space allocated by sqlite3_aggregate_context(C,N) is
3475 ** value of N in subsequent call to sqlite3_aggregate_context() within
3480 ** sqlite3_aggregate_context() when the aggregate query concludes.
3490 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
H A Dsqlite3.c3188 ** [sqlite3_aggregate_context()], [sqlite3_user_data()],
3994 ** ^The first time the sqlite3_aggregate_context(C,N) routine is called
3998 ** sqlite3_aggregate_context() for the same aggregate function instance,
4004 ** In those cases, sqlite3_aggregate_context() might be called for the
4007 ** ^The sqlite3_aggregate_context(C,N) routine returns a NULL pointer if N is
4010 ** ^(The amount of space allocated by sqlite3_aggregate_context(C,N) is
4012 ** value of N in subsequent call to sqlite3_aggregate_context() within
4017 ** sqlite3_aggregate_context() when the aggregate query concludes.
4027 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
58086 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context *p, int nByte){ function
83505 #define sqlite3_aggregate_context macro
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dsqlite3ext.h208 #define sqlite3_aggregate_context sqlite3_api->aggregate_context macro
H A Dsqlite3.h2651 ** [sqlite3_aggregate_context()], [sqlite3_user_data()],
3457 ** ^The first time the sqlite3_aggregate_context(C,N) routine is called
3461 ** sqlite3_aggregate_context() for the same aggregate function instance,
3467 ** In those cases, sqlite3_aggregate_context() might be called for the
3470 ** ^The sqlite3_aggregate_context(C,N) routine returns a NULL pointer if N is
3473 ** ^(The amount of space allocated by sqlite3_aggregate_context(C,N) is
3475 ** value of N in subsequent call to sqlite3_aggregate_context() within
3480 ** sqlite3_aggregate_context() when the aggregate query concludes.
3490 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
H A Dsqlite3.c3188 ** [sqlite3_aggregate_context()], [sqlite3_user_data()],
3994 ** ^The first time the sqlite3_aggregate_context(C,N) routine is called
3998 ** sqlite3_aggregate_context() for the same aggregate function instance,
4004 ** In those cases, sqlite3_aggregate_context() might be called for the
4007 ** ^The sqlite3_aggregate_context(C,N) routine returns a NULL pointer if N is
4010 ** ^(The amount of space allocated by sqlite3_aggregate_context(C,N) is
4012 ** value of N in subsequent call to sqlite3_aggregate_context() within
4017 ** sqlite3_aggregate_context() when the aggregate query concludes.
4027 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
58086 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context *p, int nByte){ function
83505 #define sqlite3_aggregate_context macro
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h3721 ** The first time the sqlite3_aggregate_context() routine is
3724 ** On second and subsequent calls to sqlite3_aggregate_context()
3742 ** {F16211} The first invocation of [sqlite3_aggregate_context(C,N)] for
3749 ** [sqlite3_aggregate_context(C,N)] then the function returns 0.
3752 ** [sqlite3_aggregate_context(C,N)] for the same context pointer C
3756 ** {F16217} The memory allocated by [sqlite3_aggregate_context(C,N)] is
3761 void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h3721 ** The first time the sqlite3_aggregate_context() routine is
3724 ** On second and subsequent calls to sqlite3_aggregate_context()
3742 ** {F16211} The first invocation of [sqlite3_aggregate_context(C,N)] for
3749 ** [sqlite3_aggregate_context(C,N)] then the function returns 0.
3752 ** [sqlite3_aggregate_context(C,N)] for the same context pointer C
3756 ** {F16217} The memory allocated by [sqlite3_aggregate_context(C,N)] is
3761 void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h3721 ** The first time the sqlite3_aggregate_context() routine is
3724 ** On second and subsequent calls to sqlite3_aggregate_context()
3742 ** {F16211} The first invocation of [sqlite3_aggregate_context(C,N)] for
3749 ** [sqlite3_aggregate_context(C,N)] then the function returns 0.
3752 ** [sqlite3_aggregate_context(C,N)] for the same context pointer C
3756 ** {F16217} The memory allocated by [sqlite3_aggregate_context(C,N)] is
3761 void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);

Completed in 1108 milliseconds