Searched refs:sqlite3_aggregate_context (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/crypto/heimdal/lib/sqlite/ |
| HD | sqlite3ext.h | 232 #define sqlite3_aggregate_context sqlite3_api->aggregate_context macro
|
| HD | sqlite3.h | 3868 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
|
| HD | sqlite3.c | 4421 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context*, int nBytes); 62112 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context *p, int nByte){ 85301 p = sqlite3_aggregate_context(context, sizeof(*p)); 85319 p = sqlite3_aggregate_context(context, 0); 85332 p = sqlite3_aggregate_context(context, 0); 85339 p = sqlite3_aggregate_context(context, 0); 85358 p = sqlite3_aggregate_context(context, sizeof(*p)); 85374 p = sqlite3_aggregate_context(context, 0); 85391 pBest = (Mem *)sqlite3_aggregate_context(context, sizeof(*pBest)); 85417 pRes = (sqlite3_value *)sqlite3_aggregate_context(context, 0); [all …]
|
| /NextBSD/contrib/sqlite3/ |
| HD | sqlite3ext.h | 289 #define sqlite3_aggregate_context sqlite3_api->aggregate_context macro
|
| HD | sqlite3.h | 4418 SQLITE_API void *SQLITE_STDCALL sqlite3_aggregate_context(sqlite3_context*, int nBytes);
|
| HD | sqlite3.c | 4632 SQLITE_API void *SQLITE_STDCALL sqlite3_aggregate_context(sqlite3_context*, int nBytes); 70919 SQLITE_API void *SQLITE_STDCALL sqlite3_aggregate_context(sqlite3_context *p, int nByte){ 98971 p = sqlite3_aggregate_context(context, sizeof(*p)); 98989 p = sqlite3_aggregate_context(context, 0); 99002 p = sqlite3_aggregate_context(context, 0); 99009 p = sqlite3_aggregate_context(context, 0); 99028 p = sqlite3_aggregate_context(context, sizeof(*p)); 99044 p = sqlite3_aggregate_context(context, 0); 99060 pBest = (Mem *)sqlite3_aggregate_context(context, sizeof(*pBest)); 99091 pRes = (sqlite3_value *)sqlite3_aggregate_context(context, 0); [all …]
|