HomeSort by: relevance | last modified time | path
    Searched refs:sqlite3_aggregate_context (Results 1 - 5 of 5) sorted by relevancy

  /src/external/public-domain/sqlite/man/
Makefile 56 sqlite3_aggregate_context.3 \
  /src/external/public-domain/sqlite/dist/
sqlite3ext.h 403 #define sqlite3_aggregate_context sqlite3_api->aggregate_context macro
sqlite3.h 4854 ** [sqlite3_aggregate_context()], [sqlite3_user_data()],
6216 ** ^The first time the sqlite3_aggregate_context(C,N) routine is called
6220 ** sqlite3_aggregate_context() for the same aggregate function instance,
6221 ** the same buffer is returned. Sqlite3_aggregate_context() is normally
6226 ** In those cases, sqlite3_aggregate_context() might be called for the
6229 ** ^The sqlite3_aggregate_context(C,N) routine returns a NULL pointer
6233 ** ^(The amount of space allocated by sqlite3_aggregate_context(C,N) is
6235 ** value of N in any subsequent call to sqlite3_aggregate_context() within
6238 ** N=0 in calls to sqlite3_aggregate_context(C,N) so that no
6242 ** sqlite3_aggregate_context() when the aggregate query concludes
    [all...]
shell.c 5154 p = (SHA3Context*)sqlite3_aggregate_context(context, sizeof(*p));
5175 p = (SHA3Context*)sqlite3_aggregate_context(context, sizeof(*p));
6556 p = sqlite3_aggregate_context(context, sizeof(*p));
6582 p = sqlite3_aggregate_context(context, sizeof(*p));
6591 Decimal *p = sqlite3_aggregate_context(context, 0);
6596 Decimal *p = sqlite3_aggregate_context(context, 0);
14178 p = (ZipfileCtx*)sqlite3_aggregate_context(pCtx, sizeof(ZipfileCtx));
14337 p = (ZipfileCtx*)sqlite3_aggregate_context(pCtx, sizeof(ZipfileCtx));
    [all...]
sqlite3.c 5175 ** [sqlite3_aggregate_context()], [sqlite3_user_data()],
6537 ** ^The first time the sqlite3_aggregate_context(C,N) routine is called
6541 ** sqlite3_aggregate_context() for the same aggregate function instance,
6542 ** the same buffer is returned. Sqlite3_aggregate_context() is normally
6547 ** In those cases, sqlite3_aggregate_context() might be called for the
6550 ** ^The sqlite3_aggregate_context(C,N) routine returns a NULL pointer
6554 ** ^(The amount of space allocated by sqlite3_aggregate_context(C,N) is
6556 ** value of N in any subsequent call to sqlite3_aggregate_context() within
6559 ** N=0 in calls to sqlite3_aggregate_context(C,N) so that no
6563 ** sqlite3_aggregate_context() when the aggregate query concludes
94676 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context *p, int nByte){ function
142623 #define sqlite3_aggregate_context macro
    [all...]

Completed in 98 milliseconds