Lines Matching refs:sqlite3_aggregate_context
5985 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
78548 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context *p, int nByte){
109000 p = sqlite3_aggregate_context(context, sizeof(*p));
109018 p = sqlite3_aggregate_context(context, 0);
109031 p = sqlite3_aggregate_context(context, 0);
109038 p = sqlite3_aggregate_context(context, 0);
109057 p = sqlite3_aggregate_context(context, sizeof(*p));
109073 p = sqlite3_aggregate_context(context, 0);
109089 pBest = (Mem *)sqlite3_aggregate_context(context, sizeof(*pBest));
109120 pRes = (sqlite3_value *)sqlite3_aggregate_context(context, 0);
109143 pAccum = (StrAccum*)sqlite3_aggregate_context(context, sizeof(*pAccum));
109166 pAccum = sqlite3_aggregate_context(context, 0);
113587 #define sqlite3_aggregate_context sqlite3_api->aggregate_context
113967 sqlite3_aggregate_context,
185376 pStr = (JsonString*)sqlite3_aggregate_context(ctx, sizeof(*pStr));
185390 pStr = (JsonString*)sqlite3_aggregate_context(ctx, 0);
185422 pStr = (JsonString*)sqlite3_aggregate_context(ctx, sizeof(*pStr));
185440 pStr = (JsonString*)sqlite3_aggregate_context(ctx, 0);