Home
last modified time | relevance | path

Searched refs:OP_FUNC (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssl/test/radix/
H A Dquic_ops.c977 OP_FUNC(hf_unbind))
982 OP_FUNC(hf_select_ssl))
986 OP_FUNC(hf_clear_slot))
990 OP_FUNC(hf_connect_wait))
994 OP_FUNC(hf_listen))
999 OP_FUNC(hf_new_ssl))
1004 OP_FUNC(hf_new_ssl))
1009 OP_FUNC(hf_new_ssl))
1019 OP_FUNC(hf_new_ssl_listener_from))
1028 OP_FUNC(hf_set_peer_addr_from))
[all …]
H A Dquic_tests.c234 OP_FUNC(ssl_poll_check);
417 OP_FUNC(check_poll_abort_blocking);
458 OP_FUNC(check_writeable);
466 OP_FUNC(check_writeable);
662 OP_FUNC(mount_flood);
666 OP_FUNC(check_flood_stats);
797 OP_FUNC(init_pending_test);
799 OP_FUNC(new_listener);
806 OP_FUNC(check_pending);
H A Dquic_bindings.c860 (OP_PUSH_P(SCRIPT(script_name)), OP_FUNC(hf_spawn_thread))
862 (OP_FUNC(hf_clear))
H A DREADME.md73 and now the vast majority of test operations are performed via `OP_FUNC`,
H A Dterp.c248 #define OP_FUNC(f) OPGEN(FUNC)(ctx, (f), #f) macro
/freebsd/contrib/sqlite3/autosetup/
H A Djimsh0.c14427 OP_FUNC = 0x0001, enumerator
14486 OPRINIT_ATTR("int", 200, 1, JimExprOpNumUnary, OP_FUNC),
14487 OPRINIT_ATTR("wide", 200, 1, JimExprOpNumUnary, OP_FUNC),
14488 OPRINIT_ATTR("abs", 200, 1, JimExprOpNumUnary, OP_FUNC),
14489 OPRINIT_ATTR("double", 200, 1, JimExprOpNumUnary, OP_FUNC),
14490 OPRINIT_ATTR("round", 200, 1, JimExprOpNumUnary, OP_FUNC),
14491 OPRINIT_ATTR("rand", 200, 0, JimExprOpNone, OP_FUNC),
14492 OPRINIT_ATTR("srand", 200, 1, JimExprOpIntUnary, OP_FUNC),
14495 OPRINIT_ATTR("sin", 200, 1, JimExprOpDoubleUnary, OP_FUNC),
14496 OPRINIT_ATTR("cos", 200, 1, JimExprOpDoubleUnary, OP_FUNC),
[all …]