Home
last modified time | relevance | path

Searched refs:create_scalar_function (Results 1 – 24 of 24) sorted by relevance

/dports/sysutils/mcfly/mcfly-0.5.11/cargo-crates/rusqlite-0.15.0/src/
H A Dfunctions.rs240 pub fn create_scalar_function<F, T>( in create_scalar_function() method
253 .create_scalar_function(fn_name, n_arg, deterministic, x_func) in create_scalar_function()
291 fn create_scalar_function<F, T>( in create_scalar_function() method
504 db.create_scalar_function("half", 1, true, half).unwrap(); in test_function_half()
513 db.create_scalar_function("half", 1, true, half).unwrap(); in test_remove_function()
567 db.create_scalar_function("regexp", 2, true, regexp_with_auxilliary) in test_function_regexp_with_auxilliary()
602 db.create_scalar_function("regexp", 2, true, move |ctx| { in test_function_regexp_with_hashmap_cache()
641 db.create_scalar_function("my_concat", -1, true, |ctx| { in test_varargs_function()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/rusqlite-0.19.0/src/
H A Dfunctions.rs275 pub fn create_scalar_function<F, T>( in create_scalar_function() method
288 .create_scalar_function(fn_name, n_arg, deterministic, x_func) in create_scalar_function()
345 fn create_scalar_function<F, T>( in create_scalar_function() method
705 db.create_scalar_function("half", 1, true, half).unwrap(); in test_function_half()
714 db.create_scalar_function("half", 1, true, half).unwrap(); in test_remove_function()
771 db.create_scalar_function("regexp", 2, true, regexp_with_auxilliary) in test_function_regexp_with_auxilliary()
793 db.create_scalar_function("my_concat", -1, true, |ctx| { in test_varargs_function()
818 db.create_scalar_function("example", 2, false, |ctx| { in test_get_aux_type_checking()
H A Dlib.rs1327 db.create_scalar_function("interrupt", 0, false, move |_| { in test_interrupt()
/dports/misc/broot/broot-1.7.0/cargo-crates/rusqlite-0.24.2/src/
H A Dfunctions.rs337 pub fn create_scalar_function<F, T>( in create_scalar_function() method
350 .create_scalar_function(fn_name, n_arg, flags, x_func) in create_scalar_function()
414 fn create_scalar_function<F, T>( in create_scalar_function() method
760 db.create_scalar_function( in test_function_half()
775 db.create_scalar_function( in test_remove_function()
825 db.create_scalar_function( in test_function_regexp_with_auxilliary()
852 db.create_scalar_function( in test_varargs_function()
882 db.create_scalar_function("example", 2, FunctionFlags::default(), |ctx| { in test_get_aux_type_checking()
H A Dlib.rs1463 db.create_scalar_function( in test_interrupt()
/dports/databases/ods2sql/ods2sql-aca63183274038487cecb6be17d7f65e92178b8c/cargo-crates/rusqlite-0.24.1/src/
H A Dfunctions.rs337 pub fn create_scalar_function<F, T>( in create_scalar_function() method
350 .create_scalar_function(fn_name, n_arg, flags, x_func) in create_scalar_function()
414 fn create_scalar_function<F, T>( in create_scalar_function() method
760 db.create_scalar_function( in test_function_half()
775 db.create_scalar_function( in test_remove_function()
825 db.create_scalar_function( in test_function_regexp_with_auxilliary()
852 db.create_scalar_function( in test_varargs_function()
882 db.create_scalar_function("example", 2, FunctionFlags::default(), |ctx| { in test_get_aux_type_checking()
H A Dlib.rs1463 db.create_scalar_function( in test_interrupt()
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/rusqlite-0.23.1/src/
H A Dfunctions.rs328 pub fn create_scalar_function<F, T>( in create_scalar_function() method
341 .create_scalar_function(fn_name, n_arg, flags, x_func) in create_scalar_function()
405 fn create_scalar_function<F, T>( in create_scalar_function() method
751 db.create_scalar_function( in test_function_half()
766 db.create_scalar_function( in test_remove_function()
816 db.create_scalar_function( in test_function_regexp_with_auxilliary()
843 db.create_scalar_function( in test_varargs_function()
873 db.create_scalar_function("example", 2, FunctionFlags::default(), |ctx| { in test_get_aux_type_checking()
H A Dlib.rs1445 db.create_scalar_function( in test_interrupt()
/dports/www/firefox/firefox-99.0/third_party/rust/rusqlite/src/
H A Dfunctions.rs337 pub fn create_scalar_function<F, T>( in create_scalar_function() method
350 .create_scalar_function(fn_name, n_arg, flags, x_func) in create_scalar_function()
414 fn create_scalar_function<F, T>( in create_scalar_function() method
760 db.create_scalar_function( in test_function_half()
775 db.create_scalar_function( in test_remove_function()
825 db.create_scalar_function( in test_function_regexp_with_auxilliary()
852 db.create_scalar_function( in test_varargs_function()
882 db.create_scalar_function("example", 2, FunctionFlags::default(), |ctx| { in test_get_aux_type_checking()
H A Dlib.rs1463 db.create_scalar_function( in test_interrupt()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/rusqlite/src/
H A Dfunctions.rs337 pub fn create_scalar_function<F, T>( in create_scalar_function() method
350 .create_scalar_function(fn_name, n_arg, flags, x_func) in create_scalar_function()
414 fn create_scalar_function<F, T>( in create_scalar_function() method
760 db.create_scalar_function( in test_function_half()
775 db.create_scalar_function( in test_remove_function()
825 db.create_scalar_function( in test_function_regexp_with_auxilliary()
852 db.create_scalar_function( in test_varargs_function()
882 db.create_scalar_function("example", 2, FunctionFlags::default(), |ctx| { in test_get_aux_type_checking()
H A Dlib.rs1463 db.create_scalar_function( in test_interrupt()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/rusqlite/src/
H A Dfunctions.rs337 pub fn create_scalar_function<F, T>( in create_scalar_function() method
350 .create_scalar_function(fn_name, n_arg, flags, x_func) in create_scalar_function()
414 fn create_scalar_function<F, T>( in create_scalar_function() method
760 db.create_scalar_function( in test_function_half()
775 db.create_scalar_function( in test_remove_function()
825 db.create_scalar_function( in test_function_regexp_with_auxilliary()
852 db.create_scalar_function( in test_varargs_function()
882 db.create_scalar_function("example", 2, FunctionFlags::default(), |ctx| { in test_get_aux_type_checking()
H A Dlib.rs1463 db.create_scalar_function( in test_interrupt()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/rusqlite/src/
H A Dfunctions.rs328 pub fn create_scalar_function<F, T>( in create_scalar_function() method
341 .create_scalar_function(fn_name, n_arg, flags, x_func) in create_scalar_function()
405 fn create_scalar_function<F, T>( in create_scalar_function() method
751 db.create_scalar_function( in test_function_half()
766 db.create_scalar_function( in test_remove_function()
816 db.create_scalar_function( in test_function_regexp_with_auxilliary()
843 db.create_scalar_function( in test_varargs_function()
873 db.create_scalar_function("example", 2, FunctionFlags::default(), |ctx| { in test_get_aux_type_checking()
H A Dlib.rs1445 db.create_scalar_function( in test_interrupt()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/rusqlite-0.26.1/src/
H A Dfunctions.rs383 pub fn create_scalar_function<'c, F, T>( in create_scalar_function() method
396 .create_scalar_function(fn_name, n_arg, flags, x_func) in create_scalar_function()
465 fn create_scalar_function<'c, F, T>( in create_scalar_function() method
814 db.create_scalar_function( in test_function_half()
829 db.create_scalar_function( in test_remove_function()
878 db.create_scalar_function( in test_function_regexp_with_auxilliary()
903 db.create_scalar_function( in test_varargs_function()
933 db.create_scalar_function("example", 2, FunctionFlags::default(), |ctx| { in test_get_aux_type_checking()
H A Dlib.rs1638 db.create_scalar_function( in test_interrupt()
/dports/sysutils/mcfly/mcfly-0.5.11/src/history/
H A Ddb_extensions.rs7 db.create_scalar_function("nn_rank", 10, true, move |ctx| { in add_db_functions()
/dports/www/firefox/firefox-99.0/third_party/rust/webext-storage/src/
H A Dschema.rs52 c.create_scalar_function( in define_functions()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/webext-storage/src/
H A Ddb.rs155 c.create_scalar_function( in define_functions()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/webext-storage/src/
H A Ddb.rs155 c.create_scalar_function( in define_functions()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/webext-storage/src/
H A Ddb.rs155 c.create_scalar_function( in define_functions()