Home
last modified time | relevance | path

Searched refs:sqlite3_aggregate_context (Results 1 – 6 of 6) sorted by relevance

/NextBSD/crypto/heimdal/lib/sqlite/
HDsqlite3ext.h232 #define sqlite3_aggregate_context sqlite3_api->aggregate_context macro
HDsqlite3.h3868 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
HDsqlite3.c4421 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/
HDsqlite3ext.h289 #define sqlite3_aggregate_context sqlite3_api->aggregate_context macro
HDsqlite3.h4418 SQLITE_API void *SQLITE_STDCALL sqlite3_aggregate_context(sqlite3_context*, int nBytes);
HDsqlite3.c4632 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 …]