Home
last modified time | relevance | path

Searched refs:create_opts (Results 1 – 25 of 297) sorted by relevance

12345678910>>...12

/dports/databases/p5-DBD-Google/DBD-Google-0.51/lib/DBD/Google/
H A Ddr.pm36 my ($dbh, $google, %google_opts, @create_opts);
71 push @create_opts, "key" => $user || $google_opts{'key'} || '';
73 push @create_opts, 'debug' => $google_opts{'debug'}
76 push @create_opts, 'http_proxy' => $google_opts{'http_proxy'}
81 $google = Net::Google->new(@create_opts);
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/bpf/prog_tests/
H A Dflow_dissector_reattach.c260 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, create_opts); in test_link_update_no_old_prog()
264 link = bpf_link_create(prog1, netns, BPF_FLOW_DISSECTOR, &create_opts); in test_link_update_no_old_prog()
285 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, create_opts); in test_link_update_replace_old_prog()
289 link = bpf_link_create(prog1, netns, BPF_FLOW_DISSECTOR, &create_opts); in test_link_update_replace_old_prog()
310 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, create_opts); in test_link_update_same_prog()
314 link = bpf_link_create(prog1, netns, BPF_FLOW_DISSECTOR, &create_opts); in test_link_update_same_prog()
335 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, create_opts); in test_link_update_invalid_opts()
339 link = bpf_link_create(prog1, netns, BPF_FLOW_DISSECTOR, &create_opts); in test_link_update_invalid_opts()
395 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, create_opts); in test_link_update_invalid_prog()
438 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, create_opts); in test_link_update_netns_gone()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/bpf/prog_tests/
H A Dflow_dissector_reattach.c260 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, create_opts); in test_link_update_no_old_prog()
264 link = bpf_link_create(prog1, netns, BPF_FLOW_DISSECTOR, &create_opts); in test_link_update_no_old_prog()
285 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, create_opts); in test_link_update_replace_old_prog()
289 link = bpf_link_create(prog1, netns, BPF_FLOW_DISSECTOR, &create_opts); in test_link_update_replace_old_prog()
310 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, create_opts); in test_link_update_same_prog()
314 link = bpf_link_create(prog1, netns, BPF_FLOW_DISSECTOR, &create_opts); in test_link_update_same_prog()
335 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, create_opts); in test_link_update_invalid_opts()
339 link = bpf_link_create(prog1, netns, BPF_FLOW_DISSECTOR, &create_opts); in test_link_update_invalid_opts()
395 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, create_opts); in test_link_update_invalid_prog()
438 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, create_opts); in test_link_update_netns_gone()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/bpf/prog_tests/
H A Dflow_dissector_reattach.c260 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, create_opts); in test_link_update_no_old_prog()
264 link = bpf_link_create(prog1, netns, BPF_FLOW_DISSECTOR, &create_opts); in test_link_update_no_old_prog()
285 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, create_opts); in test_link_update_replace_old_prog()
289 link = bpf_link_create(prog1, netns, BPF_FLOW_DISSECTOR, &create_opts); in test_link_update_replace_old_prog()
310 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, create_opts); in test_link_update_same_prog()
314 link = bpf_link_create(prog1, netns, BPF_FLOW_DISSECTOR, &create_opts); in test_link_update_same_prog()
335 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, create_opts); in test_link_update_invalid_opts()
339 link = bpf_link_create(prog1, netns, BPF_FLOW_DISSECTOR, &create_opts); in test_link_update_invalid_opts()
395 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, create_opts); in test_link_update_invalid_prog()
438 DECLARE_LIBBPF_OPTS(bpf_link_create_opts, create_opts); in test_link_update_netns_gone()
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/block/
H A Dcrypto.c492 g_autoptr(QCryptoBlockCreateOptions) create_opts = NULL; in block_crypto_measure()
522 create_opts = block_crypto_create_opts_init(cryptoopts, &local_err); in block_crypto_measure()
524 if (!create_opts) { in block_crypto_measure()
528 if (!qcrypto_block_calculate_payload_offset(create_opts, NULL, in block_crypto_measure()
571 QCryptoBlockCreateOptions create_opts; in block_crypto_co_create_luks() local
583 create_opts = (QCryptoBlockCreateOptions) { in block_crypto_co_create_luks()
608 QCryptoBlockCreateOptions *create_opts = NULL; in block_crypto_co_create_opts_luks() local
634 create_opts = block_crypto_create_opts_init(cryptoopts, errp); in block_crypto_co_create_opts_luks()
635 if (!create_opts) { in block_crypto_co_create_opts_luks()
679 qapi_free_QCryptoBlockCreateOptions(create_opts); in block_crypto_co_create_opts_luks()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/block/
H A Dcrypto.c492 g_autoptr(QCryptoBlockCreateOptions) create_opts = NULL; in block_crypto_measure()
522 create_opts = block_crypto_create_opts_init(cryptoopts, &local_err); in block_crypto_measure()
524 if (!create_opts) { in block_crypto_measure()
528 if (!qcrypto_block_calculate_payload_offset(create_opts, NULL, in block_crypto_measure()
571 QCryptoBlockCreateOptions create_opts; in block_crypto_co_create_luks() local
583 create_opts = (QCryptoBlockCreateOptions) { in block_crypto_co_create_luks()
609 QCryptoBlockCreateOptions *create_opts = NULL; in block_crypto_co_create_opts_luks() local
635 create_opts = block_crypto_create_opts_init(cryptoopts, errp); in block_crypto_co_create_opts_luks()
636 if (!create_opts) { in block_crypto_co_create_opts_luks()
680 qapi_free_QCryptoBlockCreateOptions(create_opts); in block_crypto_co_create_opts_luks()
[all …]
/dports/databases/p5-SQL-Translator/SQL-Translator-1.62/t/
H A D57-class-dbi.t22 my $create_opts = { no_comments => 1 };
24 [ SQL::Translator::Producer::SQLite::create_view( $view1, $create_opts ) ];
37 [ SQL::Translator::Producer::SQLite::create_view( $view2, $create_opts ) ];
/dports/emulators/qemu42/qemu-4.2.1/tests/
H A Dtest-crypto-block.c114 QCryptoBlockCreateOptions *create_opts; member
130 .create_opts = &qcow_create_opts,
143 .create_opts = &luks_create_opts_default,
158 .create_opts = &luks_create_opts_aes256_cbc_plain64,
173 .create_opts = &luks_create_opts_aes256_cbc_essiv,
286 blk = qcrypto_block_create(data->create_opts, NULL, in test_block()
/dports/emulators/qemu5/qemu-5.2.0/tests/
H A Dtest-crypto-block.c114 QCryptoBlockCreateOptions *create_opts; member
130 .create_opts = &qcow_create_opts,
143 .create_opts = &luks_create_opts_default,
158 .create_opts = &luks_create_opts_aes256_cbc_plain64,
173 .create_opts = &luks_create_opts_aes256_cbc_essiv,
286 blk = qcrypto_block_create(data->create_opts, NULL, in test_block()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/tests/
H A Dtest-crypto-block.c113 QCryptoBlockCreateOptions *create_opts; member
129 .create_opts = &qcow_create_opts,
142 .create_opts = &luks_create_opts_default,
157 .create_opts = &luks_create_opts_aes256_cbc_plain64,
172 .create_opts = &luks_create_opts_aes256_cbc_essiv,
285 blk = qcrypto_block_create(data->create_opts, NULL, in test_block()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/tests/
H A Dtest-crypto-block.c114 QCryptoBlockCreateOptions *create_opts; member
130 .create_opts = &qcow_create_opts,
143 .create_opts = &luks_create_opts_default,
158 .create_opts = &luks_create_opts_aes256_cbc_plain64,
173 .create_opts = &luks_create_opts_aes256_cbc_essiv,
286 blk = qcrypto_block_create(data->create_opts, NULL, in test_block()
/dports/emulators/qemu-utils/qemu-4.2.1/tests/
H A Dtest-crypto-block.c114 QCryptoBlockCreateOptions *create_opts; member
130 .create_opts = &qcow_create_opts,
143 .create_opts = &luks_create_opts_default,
158 .create_opts = &luks_create_opts_aes256_cbc_plain64,
173 .create_opts = &luks_create_opts_aes256_cbc_essiv,
286 blk = qcrypto_block_create(data->create_opts, NULL, in test_block()
/dports/emulators/qemu/qemu-6.2.0/tests/unit/
H A Dtest-crypto-block.c114 QCryptoBlockCreateOptions *create_opts; member
130 .create_opts = &qcow_create_opts,
143 .create_opts = &luks_create_opts_default,
158 .create_opts = &luks_create_opts_aes256_cbc_plain64,
173 .create_opts = &luks_create_opts_aes256_cbc_essiv,
286 blk = qcrypto_block_create(data->create_opts, NULL, in test_block()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tests/unit/
H A Dtest-crypto-block.c114 QCryptoBlockCreateOptions *create_opts;
130 .create_opts = &qcow_create_opts,
143 .create_opts = &luks_create_opts_default,
158 .create_opts = &luks_create_opts_aes256_cbc_plain64,
173 .create_opts = &luks_create_opts_aes256_cbc_essiv,
286 blk = qcrypto_block_create(data->create_opts, NULL,
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/tests/
H A Dtest-crypto-block.c114 QCryptoBlockCreateOptions *create_opts; member
130 .create_opts = &qcow_create_opts,
143 .create_opts = &luks_create_opts_default,
158 .create_opts = &luks_create_opts_aes256_cbc_plain64,
173 .create_opts = &luks_create_opts_aes256_cbc_essiv,
286 blk = qcrypto_block_create(data->create_opts, NULL, in test_block()
/dports/emulators/qemu60/qemu-6.0.0/tests/unit/
H A Dtest-crypto-block.c114 QCryptoBlockCreateOptions *create_opts; member
130 .create_opts = &qcow_create_opts,
143 .create_opts = &luks_create_opts_default,
158 .create_opts = &luks_create_opts_aes256_cbc_plain64,
173 .create_opts = &luks_create_opts_aes256_cbc_essiv,
286 blk = qcrypto_block_create(data->create_opts, NULL, in test_block()
/dports/emulators/qemu42/qemu-4.2.1/
H A Dqemu-img.c260 if (!drv->create_opts) { in print_block_option_help()
265 create_opts = qemu_opts_append(create_opts, drv->create_opts); in print_block_option_help()
279 create_opts = qemu_opts_append(create_opts, proto_drv->create_opts); in print_block_option_help()
2355 create_opts = qemu_opts_append(create_opts, drv->create_opts); in img_convert()
2356 create_opts = qemu_opts_append(create_opts, proto_drv->create_opts); in img_convert()
4028 create_opts = qemu_opts_append(create_opts, bs->drv->create_opts); in img_amend()
4641 if (!drv->create_opts) { in img_dd()
4653 create_opts = qemu_opts_append(create_opts, drv->create_opts); in img_dd()
4654 create_opts = qemu_opts_append(create_opts, proto_drv->create_opts); in img_dd()
4951 create_opts = qemu_opts_append(create_opts, drv->create_opts); in img_measure()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/
H A Dqemu-img.c260 if (!drv->create_opts) { in print_block_option_help()
265 create_opts = qemu_opts_append(create_opts, drv->create_opts); in print_block_option_help()
279 create_opts = qemu_opts_append(create_opts, proto_drv->create_opts); in print_block_option_help()
2355 create_opts = qemu_opts_append(create_opts, drv->create_opts); in img_convert()
2356 create_opts = qemu_opts_append(create_opts, proto_drv->create_opts); in img_convert()
4028 create_opts = qemu_opts_append(create_opts, bs->drv->create_opts); in img_amend()
4641 if (!drv->create_opts) { in img_dd()
4653 create_opts = qemu_opts_append(create_opts, drv->create_opts); in img_dd()
4654 create_opts = qemu_opts_append(create_opts, proto_drv->create_opts); in img_dd()
4951 create_opts = qemu_opts_append(create_opts, drv->create_opts); in img_measure()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/
H A Dqemu-img.c261 if (!drv->create_opts) { in print_block_option_help()
266 create_opts = qemu_opts_append(create_opts, drv->create_opts); in print_block_option_help()
280 create_opts = qemu_opts_append(create_opts, proto_drv->create_opts); in print_block_option_help()
2376 create_opts = qemu_opts_append(create_opts, drv->create_opts); in img_convert()
2377 create_opts = qemu_opts_append(create_opts, proto_drv->create_opts); in img_convert()
4058 create_opts = qemu_opts_append(create_opts, bs->drv->create_opts); in img_amend()
4680 if (!drv->create_opts) { in img_dd()
4692 create_opts = qemu_opts_append(create_opts, drv->create_opts); in img_dd()
4693 create_opts = qemu_opts_append(create_opts, proto_drv->create_opts); in img_dd()
4988 create_opts = qemu_opts_append(create_opts, drv->create_opts); in img_measure()
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/
H A Dqemu-img.c261 if (!drv->create_opts) { in print_block_option_help()
266 create_opts = qemu_opts_append(create_opts, drv->create_opts); in print_block_option_help()
280 create_opts = qemu_opts_append(create_opts, proto_drv->create_opts); in print_block_option_help()
2371 create_opts = qemu_opts_append(create_opts, drv->create_opts); in img_convert()
2372 create_opts = qemu_opts_append(create_opts, proto_drv->create_opts); in img_convert()
4053 create_opts = qemu_opts_append(create_opts, bs->drv->create_opts); in img_amend()
4675 if (!drv->create_opts) { in img_dd()
4687 create_opts = qemu_opts_append(create_opts, drv->create_opts); in img_dd()
4688 create_opts = qemu_opts_append(create_opts, proto_drv->create_opts); in img_dd()
4983 create_opts = qemu_opts_append(create_opts, drv->create_opts); in img_measure()
[all …]
/dports/emulators/qemu/qemu-6.2.0/block/
H A Dcrypto.c554 g_autoptr(QCryptoBlockCreateOptions) create_opts = NULL; in block_crypto_measure()
584 create_opts = block_crypto_create_opts_init(cryptoopts, &local_err); in block_crypto_measure()
586 if (!create_opts) { in block_crypto_measure()
590 if (!qcrypto_block_calculate_payload_offset(create_opts, NULL, in block_crypto_measure()
633 QCryptoBlockCreateOptions create_opts; in block_crypto_co_create_luks() local
645 create_opts = (QCryptoBlockCreateOptions) { in block_crypto_co_create_luks()
671 QCryptoBlockCreateOptions *create_opts = NULL; in block_crypto_co_create_opts_luks() local
697 create_opts = block_crypto_create_opts_init(cryptoopts, errp); in block_crypto_co_create_opts_luks()
698 if (!create_opts) { in block_crypto_co_create_opts_luks()
733 qapi_free_QCryptoBlockCreateOptions(create_opts); in block_crypto_co_create_opts_luks()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/block/
H A Dcrypto.c554 g_autoptr(QCryptoBlockCreateOptions) create_opts = NULL; in block_crypto_measure()
584 create_opts = block_crypto_create_opts_init(cryptoopts, &local_err); in block_crypto_measure()
586 if (!create_opts) { in block_crypto_measure()
590 if (!qcrypto_block_calculate_payload_offset(create_opts, NULL, in block_crypto_measure()
633 QCryptoBlockCreateOptions create_opts; in block_crypto_co_create_luks() local
645 create_opts = (QCryptoBlockCreateOptions) { in block_crypto_co_create_luks()
671 QCryptoBlockCreateOptions *create_opts = NULL; in block_crypto_co_create_opts_luks() local
697 create_opts = block_crypto_create_opts_init(cryptoopts, errp); in block_crypto_co_create_opts_luks()
698 if (!create_opts) { in block_crypto_co_create_opts_luks()
733 qapi_free_QCryptoBlockCreateOptions(create_opts); in block_crypto_co_create_opts_luks()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/block/
H A Dcrypto.c554 g_autoptr(QCryptoBlockCreateOptions) create_opts = NULL; in block_crypto_measure()
584 create_opts = block_crypto_create_opts_init(cryptoopts, &local_err); in block_crypto_measure()
586 if (!create_opts) { in block_crypto_measure()
590 if (!qcrypto_block_calculate_payload_offset(create_opts, NULL, in block_crypto_measure()
633 QCryptoBlockCreateOptions create_opts; in block_crypto_co_create_luks() local
645 create_opts = (QCryptoBlockCreateOptions) { in block_crypto_co_create_luks()
671 QCryptoBlockCreateOptions *create_opts = NULL; in block_crypto_co_create_opts_luks() local
697 create_opts = block_crypto_create_opts_init(cryptoopts, errp); in block_crypto_co_create_opts_luks()
698 if (!create_opts) { in block_crypto_co_create_opts_luks()
742 qapi_free_QCryptoBlockCreateOptions(create_opts); in block_crypto_co_create_opts_luks()
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/block/
H A Dcrypto.c554 g_autoptr(QCryptoBlockCreateOptions) create_opts = NULL; in block_crypto_measure()
584 create_opts = block_crypto_create_opts_init(cryptoopts, &local_err); in block_crypto_measure()
586 if (!create_opts) { in block_crypto_measure()
590 if (!qcrypto_block_calculate_payload_offset(create_opts, NULL, in block_crypto_measure()
633 QCryptoBlockCreateOptions create_opts; in block_crypto_co_create_luks() local
645 create_opts = (QCryptoBlockCreateOptions) { in block_crypto_co_create_luks()
671 QCryptoBlockCreateOptions *create_opts = NULL; in block_crypto_co_create_opts_luks() local
697 create_opts = block_crypto_create_opts_init(cryptoopts, errp); in block_crypto_co_create_opts_luks()
698 if (!create_opts) { in block_crypto_co_create_opts_luks()
733 qapi_free_QCryptoBlockCreateOptions(create_opts); in block_crypto_co_create_opts_luks()
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/bin/pg_upgrade/
H A Dpg_upgrade.c327 const char *create_opts; in create_new_objects() local
343 create_opts = "--clean --create"; in create_new_objects()
353 create_opts, in create_new_objects()
364 const char *create_opts; in create_new_objects() local
381 create_opts = "--clean --create"; in create_new_objects()
383 create_opts = "--create"; in create_new_objects()
391 create_opts, in create_new_objects()

12345678910>>...12