Home
last modified time | relevance | path

Searched refs:sqlite3_aggregate_context (Results 1 – 5 of 5) sorted by last modified time

/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.h5169 SQLITE_API void *sqlite3_aggregate_context(sqlite3_context*, int nBytes);
H A Dsqlite3ext.h349 #define sqlite3_aggregate_context sqlite3_api->aggregate_context macro
H A Dsqlite3.c114494 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 …]
/PHP-7.2/ext/sqlite3/
H A Dsqlite3.c731 …agg_context = (php_sqlite3_agg_context *)sqlite3_aggregate_context(context, sizeof(php_sqlite3_agg… in sqlite3_do_callback()
848 …php_sqlite3_agg_context *agg_context = (php_sqlite3_agg_context *)sqlite3_aggregate_context(contex… in php_sqlite3_callback_step()
859 …php_sqlite3_agg_context *agg_context = (php_sqlite3_agg_context *)sqlite3_aggregate_context(contex… in php_sqlite3_callback_final()
/PHP-7.2/ext/pdo_sqlite/
H A Dsqlite_driver.c344 agg_context = (zend_reference*)sqlite3_aggregate_context(context, sizeof(zend_reference)); in do_callback()

Completed in 500 milliseconds