Searched refs:sqlite3_aggregate_context (Results 1 – 5 of 5) sorted by relevance
/PHP-7.3/ext/sqlite3/ |
H A D | sqlite3.c | 729 …agg_context = (php_sqlite3_agg_context *)sqlite3_aggregate_context(context, sizeof(php_sqlite3_agg… in sqlite3_do_callback() 846 …php_sqlite3_agg_context *agg_context = (php_sqlite3_agg_context *)sqlite3_aggregate_context(contex… in php_sqlite3_callback_step() 857 …php_sqlite3_agg_context *agg_context = (php_sqlite3_agg_context *)sqlite3_aggregate_context(contex… in php_sqlite3_callback_final()
|
/PHP-7.3/ext/pdo_sqlite/ |
H A D | sqlite_driver.c | 341 agg_context = (zend_reference*)sqlite3_aggregate_context(context, sizeof(zend_reference)); in do_callback()
|
/PHP-7.3/ext/sqlite3/libsqlite/ |
H A D | sqlite3ext.h | 349 #define sqlite3_aggregate_context sqlite3_api->aggregate_context macro
|
H A D | sqlite3.h | 5169 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
|
H A D | sqlite3.c | 114494 p = sqlite3_aggregate_context(context, sizeof(*p)); 114516 p = sqlite3_aggregate_context(context, sizeof(*p)); 114538 p = sqlite3_aggregate_context(context, 0); 114551 p = sqlite3_aggregate_context(context, 0); 114558 p = sqlite3_aggregate_context(context, 0); 114580 p = sqlite3_aggregate_context(context, sizeof(*p)); 114596 p = sqlite3_aggregate_context(context, 0); 114602 p = sqlite3_aggregate_context(ctx, sizeof(*p)); 114746 pAccum = sqlite3_aggregate_context(context, 0); 119820 sqlite3_aggregate_context, [all …]
|
Completed in 434 milliseconds