Home
last modified time | relevance | path

Searched refs:aggregate_context (Results 1 – 2 of 2) sorted by relevance

/third_party/sqlite/include/
Dsqlite3ext.h33 void * (*aggregate_context)(sqlite3_context*,int nBytes); member
375 #define sqlite3_aggregate_context sqlite3_api->aggregate_context
/third_party/sqlite/src/
Dsqlite3.c127804 void * (*aggregate_context)(sqlite3_context*,int nBytes);
128142 #define sqlite3_aggregate_context sqlite3_api->aggregate_context