Searched refs:OP_FUNC (Results 1 – 6 of 6) sorted by relevance
| /src/crypto/openssl/test/radix/ |
| H A D | quic_ops.c | 1036 OP_FUNC(hf_unbind)) 1041 OP_FUNC(hf_select_ssl)) 1045 OP_FUNC(hf_clear_slot)) 1049 OP_FUNC(hf_connect_wait)) 1053 OP_FUNC(hf_listen)) 1058 OP_FUNC(hf_new_ssl)) 1063 OP_FUNC(hf_new_ssl)) 1068 OP_FUNC(hf_new_ssl)) 1078 OP_FUNC(hf_new_ssl_listener_from)) 1087 OP_FUNC(hf_set_peer_addr_from)) [all …]
|
| H A D | quic_tests.c | 231 OP_FUNC(ssl_poll_check); 283 OP_FUNC(check_writeable); 291 OP_FUNC(check_writeable);
|
| H A D | quic_bindings.c | 843 (OP_PUSH_P(SCRIPT(script_name)), OP_FUNC(hf_spawn_thread)) 845 (OP_FUNC(hf_clear))
|
| H A D | README.md | 73 and now the vast majority of test operations are performed via `OP_FUNC`,
|
| H A D | terp.c | 248 #define OP_FUNC(f) OPGEN(FUNC)(ctx, (f), #f) macro
|
| /src/contrib/sqlite3/autosetup/ |
| H A D | jimsh0.c | 14432 OP_FUNC = 0x0001, enumerator 14491 OPRINIT_ATTR("int", 200, 1, JimExprOpNumUnary, OP_FUNC), 14492 OPRINIT_ATTR("wide", 200, 1, JimExprOpNumUnary, OP_FUNC), 14493 OPRINIT_ATTR("abs", 200, 1, JimExprOpNumUnary, OP_FUNC), 14494 OPRINIT_ATTR("double", 200, 1, JimExprOpNumUnary, OP_FUNC), 14495 OPRINIT_ATTR("round", 200, 1, JimExprOpNumUnary, OP_FUNC), 14496 OPRINIT_ATTR("rand", 200, 0, JimExprOpNone, OP_FUNC), 14497 OPRINIT_ATTR("srand", 200, 1, JimExprOpIntUnary, OP_FUNC), 14500 OPRINIT_ATTR("sin", 200, 1, JimExprOpDoubleUnary, OP_FUNC), 14501 OPRINIT_ATTR("cos", 200, 1, JimExprOpDoubleUnary, OP_FUNC), [all …]
|