Home
last modified time | relevance | path

Searched refs:msg_type (Results 1 – 25 of 2812) sorted by relevance

12345678910>>...113

/dports/sysutils/dar/dar-2.5.14-bis/src/libdar/
H A Dmessaging.cpp36 bool msg_equivalent(msg_type arg1, msg_type arg2) in msg_equivalent()
47 case msg_type::order_skip: in msg_equivalent()
71 case msg_type::unset: in msg_equivalent()
72 case msg_type::order_read: in msg_equivalent()
111 case msg_type::unset: in msg_continues()
143 case msg_type::unset: in msg_type2char()
263 msg_type msg_continuation_of(msg_type x) in msg_continuation_of()
277 case msg_type::unset: in msg_continuation_of()
331 msgt = msg_type::unset; in clear()
346 if(msgt != msg_type::data_partial && msgt != msg_type::data_completed) in add_block()
[all …]
H A Dmessaging.hpp43 enum class msg_type enum
74 extern bool msg_equivalent(msg_type arg1, msg_type arg2);
75 extern bool msg_continues(msg_type msg);
76 extern char msg_type2char(msg_type x);
77 extern msg_type char2msg_type(char x);
78 extern msg_type msg_continuation_of(msg_type x);
84 messaging_decode() {msgt = msg_type::unset; }; in messaging_decode()
98 msg_type get_type() const { return msgt; }; in get_type()
116 msg_type msgt;
132 void set_type(msg_type val) { msgt = val; }; in set_type()
[all …]
H A Dslave_thread.cpp298 case msg_type::order_read_ahead: in treat_order()
312 case msg_type::order_read: in treat_order()
315 case msg_type::order_sync_write: in treat_order()
322 case msg_type::order_skip: in treat_order()
331 case msg_type::order_skip_to_eof: in treat_order()
340 case msg_type::order_skip_fwd: in treat_order()
349 case msg_type::order_skip_bkd: in treat_order()
358 case msg_type::order_skippable_fwd: in treat_order()
374 case msg_type::order_get_position: in treat_order()
392 case msg_type::order_end_of_xmit: in treat_order()
[all …]
H A Dgeneric_thread.cpp60 order.set_type(msg_type::data_partial); in generic_thread()
65 order.set_type(msg_type::data_completed); in generic_thread()
138 check_answer(msg_type::answr_skippable); in skippable()
156 order.set_type(msg_type::order_skip); in skip()
182 order.set_type(msg_type::order_skip_to_eof); in skip_to_eof()
188 check_answer(msg_type::answr_skip_done); in skip_to_eof()
227 check_answer(msg_type::answr_skip_done); in skip_relative()
252 check_answer(msg_type::answr_position); in get_position()
268 order.set_type(msg_type::order_read_ahead); in inherited_read_ahead()
294 order.set_type(msg_type::order_read); in inherited_read()
[all …]
/dports/security/libressl-static/libressl-3.3.5/ssl/
H A Dssl_tlsext.h34 int tlsext_alpn_client_needs(SSL *s, uint16_t msg_type);
37 int tlsext_alpn_server_needs(SSL *s, uint16_t msg_type);
41 int tlsext_ri_client_needs(SSL *s, uint16_t msg_type);
44 int tlsext_ri_server_needs(SSL *s, uint16_t msg_type);
57 int tlsext_sni_client_needs(SSL *s, uint16_t msg_type);
60 int tlsext_sni_server_needs(SSL *s, uint16_t msg_type);
74 int tlsext_ecpf_client_needs(SSL *s, uint16_t msg_type);
77 int tlsext_ecpf_server_needs(SSL *s, uint16_t msg_type);
81 int tlsext_ocsp_client_needs(SSL *s, uint16_t msg_type);
84 int tlsext_ocsp_server_needs(SSL *s, uint16_t msg_type);
[all …]
H A Dssl_tlsext.c392 return tlsext_ecpf_build(s, msg_type, cbb); in tlsext_ecpf_client_build()
854 if (msg_type != SSL_TLSEXT_MSG_CH) in tlsext_ocsp_client_needs()
913 if (msg_type != SSL_TLSEXT_MSG_CH) in tlsext_ocsp_server_parse()
1023 if (msg_type == SSL_TLSEXT_MSG_CR) { in tlsext_ocsp_client_parse()
1769 int (*needs)(SSL *s, uint16_t msg_type);
2018 !(tlsext->messages & msg_type)) in tlsext_build()
2021 if (!ext->needs(s, msg_type)) in tlsext_build()
2109 msg_type == SSL_TLSEXT_MSG_CH) { in tlsext_parse()
2121 !(tlsext->messages & msg_type)) { in tlsext_parse()
2168 if (msg_type == SSL_TLSEXT_MSG_CH) in tlsext_server_parse()
[all …]
/dports/security/libressl/libressl-3.4.3/ssl/
H A Dssl_tlsext.h34 int tlsext_alpn_client_needs(SSL *s, uint16_t msg_type);
37 int tlsext_alpn_server_needs(SSL *s, uint16_t msg_type);
41 int tlsext_ri_client_needs(SSL *s, uint16_t msg_type);
44 int tlsext_ri_server_needs(SSL *s, uint16_t msg_type);
57 int tlsext_sni_client_needs(SSL *s, uint16_t msg_type);
60 int tlsext_sni_server_needs(SSL *s, uint16_t msg_type);
74 int tlsext_ecpf_client_needs(SSL *s, uint16_t msg_type);
77 int tlsext_ecpf_server_needs(SSL *s, uint16_t msg_type);
81 int tlsext_ocsp_client_needs(SSL *s, uint16_t msg_type);
84 int tlsext_ocsp_server_needs(SSL *s, uint16_t msg_type);
[all …]
H A Dssl_tlsext.c580 if (msg_type == SSL_TLSEXT_MSG_CH) in tlsext_sigalgs_client_build()
853 if (msg_type != SSL_TLSEXT_MSG_CH) in tlsext_ocsp_client_needs()
912 if (msg_type != SSL_TLSEXT_MSG_CH) in tlsext_ocsp_server_parse()
1022 if (msg_type == SSL_TLSEXT_MSG_CR) { in tlsext_ocsp_client_parse()
1768 int (*needs)(SSL *s, uint16_t msg_type);
2017 !(tlsext->messages & msg_type)) in tlsext_build()
2020 if (!ext->needs(s, msg_type)) in tlsext_build()
2112 msg_type == SSL_TLSEXT_MSG_CH) { in tlsext_parse()
2120 !(tlsext->messages & msg_type)) { in tlsext_parse()
2167 if (msg_type == SSL_TLSEXT_MSG_CH) in tlsext_server_parse()
[all …]
/dports/emulators/citra/citra-ac98458e0/externals/libressl/ssl/
H A Dssl_tlsext.h34 int tlsext_alpn_client_needs(SSL *s, uint16_t msg_type);
37 int tlsext_alpn_server_needs(SSL *s, uint16_t msg_type);
41 int tlsext_ri_client_needs(SSL *s, uint16_t msg_type);
44 int tlsext_ri_server_needs(SSL *s, uint16_t msg_type);
57 int tlsext_sni_client_needs(SSL *s, uint16_t msg_type);
60 int tlsext_sni_server_needs(SSL *s, uint16_t msg_type);
74 int tlsext_ecpf_client_needs(SSL *s, uint16_t msg_type);
77 int tlsext_ecpf_server_needs(SSL *s, uint16_t msg_type);
81 int tlsext_ocsp_client_needs(SSL *s, uint16_t msg_type);
84 int tlsext_ocsp_server_needs(SSL *s, uint16_t msg_type);
[all …]
H A Dssl_tlsext.c392 return tlsext_ecpf_build(s, msg_type, cbb); in tlsext_ecpf_client_build()
859 if (msg_type != SSL_TLSEXT_MSG_CH) in tlsext_ocsp_client_needs()
918 if (msg_type != SSL_TLSEXT_MSG_CH) in tlsext_ocsp_server_parse()
1029 if (msg_type == SSL_TLSEXT_MSG_CR) { in tlsext_ocsp_client_parse()
1806 int (*needs)(SSL *s, uint16_t msg_type);
2058 !(tlsext->messages & msg_type)) in tlsext_build()
2061 if (!ext->needs(s, msg_type)) in tlsext_build()
2152 msg_type == SSL_TLSEXT_MSG_CH) { in tlsext_parse()
2164 !(tlsext->messages & msg_type)) { in tlsext_parse()
2211 if (msg_type == SSL_TLSEXT_MSG_CH) in tlsext_server_parse()
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/externals/libressl/ssl/
H A Dssl_tlsext.h34 int tlsext_alpn_client_needs(SSL *s, uint16_t msg_type);
37 int tlsext_alpn_server_needs(SSL *s, uint16_t msg_type);
41 int tlsext_ri_client_needs(SSL *s, uint16_t msg_type);
44 int tlsext_ri_server_needs(SSL *s, uint16_t msg_type);
57 int tlsext_sni_client_needs(SSL *s, uint16_t msg_type);
60 int tlsext_sni_server_needs(SSL *s, uint16_t msg_type);
74 int tlsext_ecpf_client_needs(SSL *s, uint16_t msg_type);
77 int tlsext_ecpf_server_needs(SSL *s, uint16_t msg_type);
81 int tlsext_ocsp_client_needs(SSL *s, uint16_t msg_type);
84 int tlsext_ocsp_server_needs(SSL *s, uint16_t msg_type);
[all …]
H A Dssl_tlsext.c392 return tlsext_ecpf_build(s, msg_type, cbb); in tlsext_ecpf_client_build()
859 if (msg_type != SSL_TLSEXT_MSG_CH) in tlsext_ocsp_client_needs()
918 if (msg_type != SSL_TLSEXT_MSG_CH) in tlsext_ocsp_server_parse()
1029 if (msg_type == SSL_TLSEXT_MSG_CR) { in tlsext_ocsp_client_parse()
1806 int (*needs)(SSL *s, uint16_t msg_type);
2058 !(tlsext->messages & msg_type)) in tlsext_build()
2061 if (!ext->needs(s, msg_type)) in tlsext_build()
2152 msg_type == SSL_TLSEXT_MSG_CH) { in tlsext_parse()
2164 !(tlsext->messages & msg_type)) { in tlsext_parse()
2211 if (msg_type == SSL_TLSEXT_MSG_CH) in tlsext_server_parse()
[all …]
/dports/www/obhttpd/libressl-3.4.1/ssl/
H A Dssl_tlsext.h34 int tlsext_alpn_client_needs(SSL *s, uint16_t msg_type);
37 int tlsext_alpn_server_needs(SSL *s, uint16_t msg_type);
41 int tlsext_ri_client_needs(SSL *s, uint16_t msg_type);
44 int tlsext_ri_server_needs(SSL *s, uint16_t msg_type);
57 int tlsext_sni_client_needs(SSL *s, uint16_t msg_type);
60 int tlsext_sni_server_needs(SSL *s, uint16_t msg_type);
74 int tlsext_ecpf_client_needs(SSL *s, uint16_t msg_type);
77 int tlsext_ecpf_server_needs(SSL *s, uint16_t msg_type);
81 int tlsext_ocsp_client_needs(SSL *s, uint16_t msg_type);
84 int tlsext_ocsp_server_needs(SSL *s, uint16_t msg_type);
[all …]
H A Dssl_tlsext.c580 if (msg_type == SSL_TLSEXT_MSG_CH) in tlsext_sigalgs_client_build()
853 if (msg_type != SSL_TLSEXT_MSG_CH) in tlsext_ocsp_client_needs()
912 if (msg_type != SSL_TLSEXT_MSG_CH) in tlsext_ocsp_server_parse()
1022 if (msg_type == SSL_TLSEXT_MSG_CR) { in tlsext_ocsp_client_parse()
1768 int (*needs)(SSL *s, uint16_t msg_type);
2017 !(tlsext->messages & msg_type)) in tlsext_build()
2020 if (!ext->needs(s, msg_type)) in tlsext_build()
2112 msg_type == SSL_TLSEXT_MSG_CH) { in tlsext_parse()
2120 !(tlsext->messages & msg_type)) { in tlsext_parse()
2167 if (msg_type == SSL_TLSEXT_MSG_CH) in tlsext_server_parse()
[all …]
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/common/
H A Dslurmdbd_defs.c54 if (!msg_type) { in str_2_slurmdbd_msg_type()
56 } else if (!xstrcasecmp(msg_type, "Fini")) { in str_2_slurmdbd_msg_type()
62 } else if (!xstrcasecmp(msg_type, "Add TRES")) { in str_2_slurmdbd_msg_type()
80 } else if (!xstrcasecmp(msg_type, "Get TRES")) { in str_2_slurmdbd_msg_type()
104 } else if (!xstrcasecmp(msg_type, "Got TRES")) { in str_2_slurmdbd_msg_type()
132 } else if (!xstrcasecmp(msg_type, "ID RC")) { in str_2_slurmdbd_msg_type()
186 } else if (!xstrcasecmp(msg_type, "Add QOS")) { in str_2_slurmdbd_msg_type()
228 } else if (!xstrcasecmp(msg_type, in str_2_slurmdbd_msg_type()
242 switch (msg_type) { in slurmdbd_msg_type_2_str()
827 switch (msg->msg_type) { in slurmdbd_free_msg()
[all …]
/dports/emulators/tiemu3/tiemu-3.03/src/gui/
H A Ddboxes.c43 msg_type = GTK_MESSAGE_INFO; in str2msg()
53 return msg_type; in str2msg()
60 gint msg_type; in msg_box1() local
62 msg_type = str2msg(title); in msg_box1()
63 if (msg_type != -1) in msg_box1()
101 gint msg_type; in msg_box2() local
103 msg_type = str2msg(title); in msg_box2()
132 gint msg_type; in msg_box3() local
134 msg_type = str2msg(title); in msg_box3()
170 gint msg_type; in msg_box4() local
[all …]
/dports/devel/sobjectizer/sobjectizer-v.5.7.2.5/dev/so_5/impl/
H A Dmpsc_mbox.hpp73 const std::type_index & msg_type, in subscribe_event_handler() argument
89 const std::type_index & msg_type, in unsubscribe_event_handlers() argument
99 m_subscriptions.erase( msg_type ); in unsubscribe_event_handlers()
121 const std::type_index & msg_type, in do_deliver_message() argument
140 msg_type, in do_deliver_message()
151 msg_type, in do_deliver_message()
230 const std::type_index & msg_type, in do_delivery() argument
285 const std::type_index & msg_type, in subscribe_event_handler() argument
297 msg_type, in subscribe_event_handler()
354 msg_type, in do_deliver_message()
[all …]
H A Dmessage_limit_internals.hpp52 std::type_index msg_type, in info_block_t()
57 : m_msg_type( std::move( msg_type ) ) in info_block_t()
130 auto r = find_block( msg_type ); in find()
142 return find( msg_type ); in find_or_create()
196 return blk.m_msg_type == msg_type; in find_block_in_small_container()
219 if( middle->m_msg_type == msg_type ) in find_block_in_large_container()
260 auto it = m_blocks.find( msg_type ); in find()
271 auto it = m_blocks.find( msg_type ); in find_or_create()
276 it = m_blocks.emplace( msg_type, in find_or_create()
462 const std::type_index & msg_type, in try_to_deliver_to_agent() argument
[all …]
H A Dsubscr_storage_vector_based.cpp70 const std::type_index & msg_type,
76 const std::type_index & msg_type ) override;
81 const std::type_index & msg_type,
133 const std::type_index & msg_type, in find() argument
141 o.m_msg_type == msg_type && in find()
164 const std::type_index & msg_type, in create_event_subscription() argument
206 msg_type, in create_event_subscription()
219 const std::type_index & msg_type, in drop_subscription() argument
253 const std::type_index & msg_type ) in drop_subscription_for_all_states() argument
265 i.m_msg_type == msg_type; in drop_subscription_for_all_states()
[all …]
/dports/net/turnserver/coturn-4.5.2/src/client/
H A Dns_turn_msg_defs.h52 #define IS_STUN_REQUEST(msg_type) (((msg_type) & 0x0110) == 0x0000) argument
53 #define IS_STUN_INDICATION(msg_type) (((msg_type) & 0x0110) == 0x0010) argument
54 #define IS_STUN_SUCCESS_RESP(msg_type) (((msg_type) & 0x0110) == 0x0100) argument
55 #define IS_STUN_ERR_RESP(msg_type) (((msg_type) & 0x0110) == 0x0110) argument
57 #define GET_STUN_REQUEST(msg_type) (msg_type & 0xFEEF) argument
58 #define GET_STUN_INDICATION(msg_type) ((msg_type & 0xFEEF)|0x0010) argument
59 #define GET_STUN_SUCCESS_RESP(msg_type) ((msg_type & 0xFEEF)|0x0100) argument
60 #define GET_STUN_ERR_RESP(msg_type) (msg_type | 0x0110) argument
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/plugins/accounting_storage/slurmdbd/
H A Daccounting_storage_slurmdbd.c851 resp.msg_type); in acct_storage_p_modify_users()
894 resp.msg_type); in acct_storage_p_modify_accts()
939 resp.msg_type); in acct_storage_p_modify_clusters()
985 resp.msg_type); in acct_storage_p_modify_assocs()
1031 resp.msg_type); in acct_storage_p_modify_federations()
1084 resp.msg_type); in acct_storage_p_modify_job()
1127 resp.msg_type); in acct_storage_p_modify_qos()
1170 resp.msg_type); in acct_storage_p_modify_res()
1213 resp.msg_type); in acct_storage_p_modify_wckeys()
2319 req.msg_type = type; in acct_storage_p_get_usage()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/intel/compiler/
H A Dbrw_eu.h317 unsigned msg_type, in brw_urb_desc() argument
420 unsigned msg_type, in brw_dp_desc() argument
605 unsigned msg_type; in brw_dp_untyped_atomic_desc() local
659 unsigned msg_type; in brw_dp_untyped_surface_rw_desc() local
714 const unsigned msg_type = in brw_dp_byte_scattered_rw_desc() local
733 unsigned msg_type; in brw_dp_dword_scattered_rw_desc() local
766 unsigned msg_type = in brw_dp_a64_untyped_surface_rw_desc() local
808 unsigned msg_type = in brw_dp_a64_byte_scattered_rw_desc() local
873 unsigned msg_type; in brw_dp_typed_atomic_desc() local
909 unsigned msg_type; in brw_dp_typed_surface_rw_desc() local
[all …]
/dports/net/arataga/so5extra-v.1.4.1/dev/so_5_extra/mboxes/
H A Dretained_msg.hpp372 msg_type, in subscribe_event_handler()
388 msg_type, in unsubscribe_event_handlers()
426 msg_type, in do_deliver_message()
438 msg_type, in set_delivery_filter()
454 msg_type, in drop_delivery_filter()
502 msg_type, in insert_or_modify_subscriber()
560 msg_type, in do_deliver_message_impl()
589 msg_type, in do_deliver_message_to_subscriber()
600 msg_type, in do_deliver_message_to_subscriber()
629 msg_type, in try_deliver_retained_message_to()
[all …]
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/slurmctld/
H A Dagent.c446 agent_info_ptr->msg_type = agent_arg_ptr->msg_type; in _make_agent_info()
532 task_info_ptr->msg_type = agent_info_ptr->msg_type; in _make_task_data()
886 slurm_msg_type_t msg_type = task_ptr->msg_type; in _thread_per_group_rpc() local
910 (msg_type == SRUN_EXEC) || in _thread_per_group_rpc()
932 msg.msg_type = msg_type; in _thread_per_group_rpc()
1174 msg_type); in _thread_per_group_rpc()
1303 agent_arg_ptr->msg_type = agent_info_ptr->msg_type; in _queue_agent_retry()
1507 agent_arg_ptr->msg_type; in agent_pack_pending_rpc_stats()
1516 agent_arg_ptr->msg_type; in agent_pack_pending_rpc_stats()
1519 agent_arg_ptr->msg_type) in agent_pack_pending_rpc_stats()
[all …]
/dports/graphics/vulkan-loader/Vulkan-Loader-1.2.203/loader/
H A Dlog.c108 if ((msg_type & VULKAN_LOADER_INFO_BIT) != 0 || (msg_type & VULKAN_LOADER_LAYER_BIT) != 0 || in loader_log()
109 (msg_type & VULKAN_LOADER_DRIVER_BIT) != 0) { in loader_log()
119 if ((msg_type & VULKAN_LOADER_PERF_BIT) != 0) { in loader_log()
146 if (!(msg_type & g_loader_debug)) { in loader_log()
154 if ((msg_type & VULKAN_LOADER_ERROR_BIT) != 0) { in loader_log()
158 if ((msg_type & VULKAN_LOADER_WARN_BIT) != 0) { in loader_log()
166 if ((msg_type & VULKAN_LOADER_LAYER_BIT) != 0) { in loader_log()
174 if ((msg_type & VULKAN_LOADER_DRIVER_BIT) != 0) { in loader_log()
182 if ((msg_type & VULKAN_LOADER_PERF_BIT) != 0) { in loader_log()
190 if ((msg_type & VULKAN_LOADER_INFO_BIT) != 0) { in loader_log()
[all …]

12345678910>>...113