Home
last modified time | relevance | path

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

/third_party/python/Modules/_sqlite/
Dconnection.c708 aggregate_instance = (PyObject**)sqlite3_aggregate_context(context, sizeof(PyObject*)); in _pysqlite_step_callback()
767 aggregate_instance = (PyObject**)sqlite3_aggregate_context(context, 0); in _pysqlite_final_callback()
/third_party/sqlite/include/
Dsqlite3ext.h392 #define sqlite3_aggregate_context sqlite3_api->aggregate_context macro
Dsqlite3.h5708 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
/third_party/sqlite/src/
Dshell.c2833 p = sqlite3_aggregate_context(context, sizeof(*p)); in decimalSumStep()
2859 p = sqlite3_aggregate_context(context, sizeof(*p)); in decimalSumInverse()
2868 Decimal *p = sqlite3_aggregate_context(context, 0); in decimalSumValue()
2873 Decimal *p = sqlite3_aggregate_context(context, 0); in decimalSumFinalize()
8818 p = (ZipfileCtx*)sqlite3_aggregate_context(pCtx, sizeof(ZipfileCtx)); in zipfileStep()
8970 p = (ZipfileCtx*)sqlite3_aggregate_context(pCtx, sizeof(ZipfileCtx)); in zipfileFinal()
/third_party/chromium/patch/
D0003-ohos-1115.patch84230 -#define sqlite3_aggregate_context chrome_sqlite3_aggregate_context // Line 5629
84262 +#define sqlite3_aggregate_context chrome_sqlite3_aggregate_context // Line 5649
86508 + p = sqlite3_aggregate_context(context, sizeof(*p));
86536 + p = sqlite3_aggregate_context(context, sizeof(*p));
86545 + Decimal *p = sqlite3_aggregate_context(context, 0);
86550 + Decimal *p = sqlite3_aggregate_context(context, 0);
90276 - p = sqlite3_aggregate_context(context, sizeof(*p));
90407 - p = sqlite3_aggregate_context(context, sizeof(*p));
90416 - Decimal *p = sqlite3_aggregate_context(context, 0);
90421 - Decimal *p = sqlite3_aggregate_context(context, 0);
[all …]