Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/_sqlite/
Dconnection.c707 aggregate_instance = (PyObject**)sqlite3_aggregate_context(context, sizeof(PyObject*)); in _pysqlite_step_callback()
767 aggregate_instance = (PyObject**)sqlite3_aggregate_context(context, sizeof(PyObject*)); in _pysqlite_final_callback()
/external/python/cpython3/Modules/_sqlite/
Dconnection.c645 aggregate_instance = (PyObject**)sqlite3_aggregate_context(context, sizeof(PyObject*)); in _pysqlite_step_callback()
704 aggregate_instance = (PyObject**)sqlite3_aggregate_context(context, sizeof(PyObject*)); in _pysqlite_final_callback()
/external/sqlite/dist/
Dsqlite3ext.h322 #define sqlite3_aggregate_context sqlite3_api->aggregate_context macro
Dsqlite3.h4961 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
Dsqlite3.c5985 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
78564 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context *p, int nByte){
109016 p = sqlite3_aggregate_context(context, sizeof(*p));
109034 p = sqlite3_aggregate_context(context, 0);
109047 p = sqlite3_aggregate_context(context, 0);
109054 p = sqlite3_aggregate_context(context, 0);
109073 p = sqlite3_aggregate_context(context, sizeof(*p));
109089 p = sqlite3_aggregate_context(context, 0);
109105 pBest = (Mem *)sqlite3_aggregate_context(context, sizeof(*pBest));
109136 pRes = (sqlite3_value *)sqlite3_aggregate_context(context, 0);
[all …]
/external/sqlite/dist/orig/
Dsqlite3ext.h322 #define sqlite3_aggregate_context sqlite3_api->aggregate_context macro
Dsqlite3.h4961 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
Dsqlite3.c5985 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);
[all …]