Home
last modified time | relevance | path

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

12345678910>>...12

/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/rusqlite-0.19.0/src/
H A Dfunctions.rs500 unsafe fn aggregate_context<A>(ctx: *mut sqlite3_context, bytes: usize) -> Option<*mut *mut A> { in aggregate_context() function
517 let pac = match aggregate_context(ctx, ::std::mem::size_of::<*mut A>()) { in call_boxed_step()
563 let pac = match aggregate_context(ctx, ::std::mem::size_of::<*mut A>()) { in call_boxed_inverse()
604 let a: Option<A> = match aggregate_context(ctx, 0) { in call_boxed_final()
648 let a: Option<&A> = match aggregate_context(ctx, 0) { in call_boxed_value()
/dports/misc/broot/broot-1.7.0/cargo-crates/rusqlite-0.24.2/src/
H A Dfunctions.rs557 unsafe fn aggregate_context<A>(ctx: *mut sqlite3_context, bytes: usize) -> Option<*mut *mut A> { in aggregate_context() function
574 let pac = match aggregate_context(ctx, ::std::mem::size_of::<*mut A>()) { in call_boxed_step()
620 let pac = match aggregate_context(ctx, ::std::mem::size_of::<*mut A>()) { in call_boxed_inverse()
661 let a: Option<A> = match aggregate_context(ctx, 0) { in call_boxed_final()
705 let a: Option<&A> = match aggregate_context(ctx, 0) { in call_boxed_value()
/dports/databases/ods2sql/ods2sql-aca63183274038487cecb6be17d7f65e92178b8c/cargo-crates/rusqlite-0.24.1/src/
H A Dfunctions.rs557 unsafe fn aggregate_context<A>(ctx: *mut sqlite3_context, bytes: usize) -> Option<*mut *mut A> { in aggregate_context() function
574 let pac = match aggregate_context(ctx, ::std::mem::size_of::<*mut A>()) { in call_boxed_step()
620 let pac = match aggregate_context(ctx, ::std::mem::size_of::<*mut A>()) { in call_boxed_inverse()
661 let a: Option<A> = match aggregate_context(ctx, 0) { in call_boxed_final()
705 let a: Option<&A> = match aggregate_context(ctx, 0) { in call_boxed_value()
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/rusqlite-0.23.1/src/
H A Dfunctions.rs548 unsafe fn aggregate_context<A>(ctx: *mut sqlite3_context, bytes: usize) -> Option<*mut *mut A> { in aggregate_context() function
565 let pac = match aggregate_context(ctx, ::std::mem::size_of::<*mut A>()) { in call_boxed_step()
611 let pac = match aggregate_context(ctx, ::std::mem::size_of::<*mut A>()) { in call_boxed_inverse()
652 let a: Option<A> = match aggregate_context(ctx, 0) { in call_boxed_final()
696 let a: Option<&A> = match aggregate_context(ctx, 0) { in call_boxed_value()
/dports/www/firefox/firefox-99.0/third_party/rust/rusqlite/src/
H A Dfunctions.rs557 unsafe fn aggregate_context<A>(ctx: *mut sqlite3_context, bytes: usize) -> Option<*mut *mut A> { in aggregate_context() function
574 let pac = match aggregate_context(ctx, ::std::mem::size_of::<*mut A>()) { in call_boxed_step()
620 let pac = match aggregate_context(ctx, ::std::mem::size_of::<*mut A>()) { in call_boxed_inverse()
661 let a: Option<A> = match aggregate_context(ctx, 0) { in call_boxed_final()
705 let a: Option<&A> = match aggregate_context(ctx, 0) { in call_boxed_value()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/rusqlite/src/
H A Dfunctions.rs557 unsafe fn aggregate_context<A>(ctx: *mut sqlite3_context, bytes: usize) -> Option<*mut *mut A> { in aggregate_context() function
574 let pac = match aggregate_context(ctx, ::std::mem::size_of::<*mut A>()) { in call_boxed_step()
620 let pac = match aggregate_context(ctx, ::std::mem::size_of::<*mut A>()) { in call_boxed_inverse()
661 let a: Option<A> = match aggregate_context(ctx, 0) { in call_boxed_final()
705 let a: Option<&A> = match aggregate_context(ctx, 0) { in call_boxed_value()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/rusqlite/src/
H A Dfunctions.rs557 unsafe fn aggregate_context<A>(ctx: *mut sqlite3_context, bytes: usize) -> Option<*mut *mut A> { in aggregate_context() function
574 let pac = match aggregate_context(ctx, ::std::mem::size_of::<*mut A>()) { in call_boxed_step()
620 let pac = match aggregate_context(ctx, ::std::mem::size_of::<*mut A>()) { in call_boxed_inverse()
661 let a: Option<A> = match aggregate_context(ctx, 0) { in call_boxed_final()
705 let a: Option<&A> = match aggregate_context(ctx, 0) { in call_boxed_value()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/rusqlite/src/
H A Dfunctions.rs548 unsafe fn aggregate_context<A>(ctx: *mut sqlite3_context, bytes: usize) -> Option<*mut *mut A> { in aggregate_context() function
565 let pac = match aggregate_context(ctx, ::std::mem::size_of::<*mut A>()) { in call_boxed_step()
611 let pac = match aggregate_context(ctx, ::std::mem::size_of::<*mut A>()) { in call_boxed_inverse()
652 let a: Option<A> = match aggregate_context(ctx, 0) { in call_boxed_final()
696 let a: Option<&A> = match aggregate_context(ctx, 0) { in call_boxed_value()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/rusqlite-0.26.1/src/
H A Dfunctions.rs608 unsafe fn aggregate_context<A>(ctx: *mut sqlite3_context, bytes: usize) -> Option<*mut *mut A> { in aggregate_context() function
625 let pac = match aggregate_context(ctx, ::std::mem::size_of::<*mut A>()) { in call_boxed_step()
673 let pac = match aggregate_context(ctx, ::std::mem::size_of::<*mut A>()) { in call_boxed_inverse()
714 let a: Option<A> = match aggregate_context(ctx, 0) { in call_boxed_final()
759 let a: Option<&A> = match aggregate_context(ctx, 0) { in call_boxed_value()
/dports/sysutils/mcfly/mcfly-0.5.11/cargo-crates/rusqlite-0.15.0/src/
H A Dfunctions.rs360 unsafe fn aggregate_context<A>( in create_aggregate_function() function
385 let pac = match aggregate_context(ctx, ::std::mem::size_of::<*mut A>()) { in create_aggregate_function()
421 let a: Option<A> = match aggregate_context(ctx, 0) { in create_aggregate_function()
/dports/databases/php80-pdo_sqlite/php-8.0.15/ext/pdo_sqlite/
H A Dsqlite_driver.c316 } aggregate_context; typedef
327 aggregate_context *agg_context = NULL; in do_callback()
348 agg_context = sqlite3_aggregate_context(context, sizeof(aggregate_context)); in do_callback()
/dports/lang/php80/php-8.0.15/ext/pdo_sqlite/
H A Dsqlite_driver.c316 } aggregate_context; typedef
327 aggregate_context *agg_context = NULL; in do_callback()
348 agg_context = sqlite3_aggregate_context(context, sizeof(aggregate_context)); in do_callback()
/dports/www/mod_php80/php-8.0.15/ext/pdo_sqlite/
H A Dsqlite_driver.c316 } aggregate_context; typedef
327 aggregate_context *agg_context = NULL; in do_callback()
348 agg_context = sqlite3_aggregate_context(context, sizeof(aggregate_context)); in do_callback()
/dports/databases/php81-pdo_sqlite/php-8.1.1/ext/pdo_sqlite/
H A Dsqlite_driver.c319 } aggregate_context; typedef
330 aggregate_context *agg_context = NULL; in do_callback()
351 agg_context = sqlite3_aggregate_context(context, sizeof(aggregate_context)); in do_callback()
/dports/databases/php74-pdo_sqlite/php-7.4.27/ext/pdo_sqlite/
H A Dsqlite_driver.c317 } aggregate_context; typedef
328 aggregate_context *agg_context = NULL; in do_callback()
349 agg_context = sqlite3_aggregate_context(context, sizeof(aggregate_context)); in do_callback()
/dports/www/mod_php81/php-8.1.1/ext/pdo_sqlite/
H A Dsqlite_driver.c319 } aggregate_context; typedef
330 aggregate_context *agg_context = NULL; in do_callback()
351 agg_context = sqlite3_aggregate_context(context, sizeof(aggregate_context)); in do_callback()
/dports/lang/php81/php-8.1.1/ext/pdo_sqlite/
H A Dsqlite_driver.c319 } aggregate_context; typedef
330 aggregate_context *agg_context = NULL; in do_callback()
351 agg_context = sqlite3_aggregate_context(context, sizeof(aggregate_context)); in do_callback()
/dports/lang/php74/php-7.4.27/ext/pdo_sqlite/
H A Dsqlite_driver.c317 } aggregate_context; typedef
328 aggregate_context *agg_context = NULL; in do_callback()
349 agg_context = sqlite3_aggregate_context(context, sizeof(aggregate_context)); in do_callback()
/dports/www/mod_php74/php-7.4.27/ext/pdo_sqlite/
H A Dsqlite_driver.c317 } aggregate_context; typedef
328 aggregate_context *agg_context = NULL; in do_callback()
349 agg_context = sqlite3_aggregate_context(context, sizeof(aggregate_context)); in do_callback()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3ext.h37 void * (*aggregate_context)(sqlite3_context*,int nBytes); member
210 #define sqlite3_aggregate_context sqlite3_api->aggregate_context
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/SQLite3Plugin/
H A Dsqlite3ext.h37 void * (*aggregate_context)(sqlite3_context*,int nBytes); member
210 #define sqlite3_aggregate_context sqlite3_api->aggregate_context
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/sqlite3/
H A Dsqlite3ext.h35 void * (*aggregate_context)(sqlite3_context*,int nBytes); member
253 #define sqlite3_aggregate_context sqlite3_api->aggregate_context
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dsqlite3ext.h35 void * (*aggregate_context)(sqlite3_context*,int nBytes); member
229 #define sqlite3_aggregate_context sqlite3_api->aggregate_context
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A Dsqlite3ext.h35 void * (*aggregate_context)(sqlite3_context*,int nBytes); member
229 #define sqlite3_aggregate_context sqlite3_api->aggregate_context
/dports/games/craft/Craft-1.0fbsd/deps/sqlite/
H A Dsqlite3ext.h35 void * (*aggregate_context)(sqlite3_context*,int nBytes); member
267 #define sqlite3_aggregate_context sqlite3_api->aggregate_context

12345678910>>...12