Home
last modified time | relevance | path

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

/external/webkit/WebKitLibraries/WebCoreSQLite3/
Dsqlite3ext.h31 void * (*aggregate_context)(sqlite3_context*,int nBytes); member
164 #define sqlite3_aggregate_context sqlite3_api->aggregate_context
/external/sqlite/dist/
Dsqlite3.c60726 void * (*aggregate_context)(sqlite3_context*,int nBytes); member
60894 #define sqlite3_aggregate_context sqlite3_api->aggregate_context