Home
last modified time | relevance | path

Searched refs:msg_type (Results 226 – 250 of 4220) sorted by relevance

12345678910>>...169

/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/utils/querytele/
H A Dquerytele_types.h91 bool msg_type; member
132 QTType::type msg_type; variable
167 msg_type = val; in __set_msg_type()
319 if (!(msg_type == rhs.msg_type))
462 bool msg_type; member
492 STType::type msg_type; variable
516 msg_type = val; in __set_msg_type()
600 if (!(msg_type == rhs.msg_type))
685 bool msg_type; member
733 msg_type = val; in __set_msg_type()
[all …]
/dports/devel/cgit/cgit-1.2.3/git/
H A Dfsck.h14 const char *msg_id, const char *msg_type);
16 int is_valid_msg_type(const char *msg_id, const char *msg_type);
31 int msg_type, const char *message);
35 int msg_type, const char *message);
41 int *msg_type; member
/dports/devel/git-svn/git-2.34.1/
H A Dfsck.c23 #define MSG_ID(id, msg_type) { STR(id), NULL, NULL, FSCK_##msg_type }, argument
28 enum fsck_msg_type msg_type; member
101 if (!options->msg_type) { in fsck_msg_type()
102 enum fsck_msg_type msg_type = msg_id_info[msg_id].msg_type; in fsck_msg_type() local
105 msg_type = FSCK_ERROR; in fsck_msg_type()
106 return msg_type; in fsck_msg_type()
128 parse_msg_type(msg_type); in is_valid_msg_type()
145 options->msg_type[msg_id] = msg_type; in fsck_set_msg_type_from_ids()
157 if (msg_type != FSCK_ERROR && msg_id_info[msg_id].msg_type == FSCK_FATAL) in fsck_set_msg_type()
224 msg_type = FSCK_ERROR; in report()
[all …]
/dports/devel/git-gui/git-2.34.1/
H A Dfsck.c23 #define MSG_ID(id, msg_type) { STR(id), NULL, NULL, FSCK_##msg_type }, argument
28 enum fsck_msg_type msg_type; member
101 if (!options->msg_type) { in fsck_msg_type()
102 enum fsck_msg_type msg_type = msg_id_info[msg_id].msg_type; in fsck_msg_type() local
105 msg_type = FSCK_ERROR; in fsck_msg_type()
106 return msg_type; in fsck_msg_type()
128 parse_msg_type(msg_type); in is_valid_msg_type()
145 options->msg_type[msg_id] = msg_type; in fsck_set_msg_type_from_ids()
157 if (msg_type != FSCK_ERROR && msg_id_info[msg_id].msg_type == FSCK_FATAL) in fsck_set_msg_type()
224 msg_type = FSCK_ERROR; in report()
[all …]
/dports/devel/git-p4/git-2.34.1/
H A Dfsck.c23 #define MSG_ID(id, msg_type) { STR(id), NULL, NULL, FSCK_##msg_type }, argument
28 enum fsck_msg_type msg_type; member
101 if (!options->msg_type) { in fsck_msg_type()
102 enum fsck_msg_type msg_type = msg_id_info[msg_id].msg_type; in fsck_msg_type() local
105 msg_type = FSCK_ERROR; in fsck_msg_type()
106 return msg_type; in fsck_msg_type()
128 parse_msg_type(msg_type); in is_valid_msg_type()
145 options->msg_type[msg_id] = msg_type; in fsck_set_msg_type_from_ids()
157 if (msg_type != FSCK_ERROR && msg_id_info[msg_id].msg_type == FSCK_FATAL) in fsck_set_msg_type()
224 msg_type = FSCK_ERROR; in report()
[all …]
/dports/devel/git/git-2.34.1/
H A Dfsck.c23 #define MSG_ID(id, msg_type) { STR(id), NULL, NULL, FSCK_##msg_type }, argument
28 enum fsck_msg_type msg_type; member
101 if (!options->msg_type) { in fsck_msg_type()
102 enum fsck_msg_type msg_type = msg_id_info[msg_id].msg_type; in fsck_msg_type() local
105 msg_type = FSCK_ERROR; in fsck_msg_type()
106 return msg_type; in fsck_msg_type()
128 parse_msg_type(msg_type); in is_valid_msg_type()
145 options->msg_type[msg_id] = msg_type; in fsck_set_msg_type_from_ids()
157 if (msg_type != FSCK_ERROR && msg_id_info[msg_id].msg_type == FSCK_FATAL) in fsck_set_msg_type()
224 msg_type = FSCK_ERROR; in report()
[all …]
/dports/devel/git-cvs/git-2.34.1/
H A Dfsck.c23 #define MSG_ID(id, msg_type) { STR(id), NULL, NULL, FSCK_##msg_type }, argument
28 enum fsck_msg_type msg_type; member
101 if (!options->msg_type) { in fsck_msg_type()
102 enum fsck_msg_type msg_type = msg_id_info[msg_id].msg_type; in fsck_msg_type() local
105 msg_type = FSCK_ERROR; in fsck_msg_type()
106 return msg_type; in fsck_msg_type()
128 parse_msg_type(msg_type); in is_valid_msg_type()
145 options->msg_type[msg_id] = msg_type; in fsck_set_msg_type_from_ids()
157 if (msg_type != FSCK_ERROR && msg_id_info[msg_id].msg_type == FSCK_FATAL) in fsck_set_msg_type()
224 msg_type = FSCK_ERROR; in report()
[all …]
/dports/security/snort3/snort3-3.1.19.0/src/service_inspectors/gtp/
H A Dgtp_parser.cc120 static bool checkPrime(uint8_t version, uint8_t flags, int msg_type) in checkPrime() argument
129 if (version == 2 && ((msg_type >= 4 && msg_type <= 7) in checkPrime()
130 || msg_type == 240 || msg_type == 241)) in checkPrime()
298 if ((msg->msg_type > 3) && (*teid == 0)) in gtp_parse_v1()
394 if ((msg->msg_type > 3) && (hdr->flag & 0x08) && (*teid == 0)) in gtp_parse_v2()
437 msg->msg_type = hdr->type; in gtp_parse()
444 if (checkPrime(msg->version, hdr->flag, msg->msg_type)) in gtp_parse()
447 const GTP_MsgType* msgType = &config.msgv[msg->version][msg->msg_type]; in gtp_parse()
/dports/audio/wavplay/wavplay-1.4/
H A Dclient.c182 if ( msg.msg_type == ToClnt_Ready ) in tosvr_start()
184 fprintf(stderr,"Bad server message: %d\n",(int)msg.msg_type); in tosvr_start()
219 msg.msg_type = cmd; in tosvr_cmd()
239 msg.msg_type = ToSvr_Path; in tosvr_path()
259 msg.msg_type = ToSvr_Bits; in tosvr_bits()
279 msg.msg_type = ToSvr_StartSample; in tosvr_start_sample()
298 msg.msg_type = ToSvr_SamplingRate; in tosvr_sampling_rate()
318 msg.msg_type = ToSvr_Chan; in tosvr_chan()
338 msg.msg_type = ToSvr_Record; in tosvr_record()
360 msg.msg_type = ToSvr_Debug; in tosvr_debug()
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/trace/events/
H A Dscmi.h64 u8 msg_type),
65 TP_ARGS(transfer_id, msg_id, protocol_id, seq, msg_type),
72 __field(u8, msg_type)
80 __entry->msg_type = msg_type;
85 __entry->seq, __entry->msg_type)
/dports/multimedia/libv4l/linux-5.13-rc2/include/trace/events/
H A Dscmi.h64 u8 msg_type),
65 TP_ARGS(transfer_id, msg_id, protocol_id, seq, msg_type),
72 __field(u8, msg_type)
80 __entry->msg_type = msg_type;
85 __entry->seq, __entry->msg_type)
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/trace/events/
H A Dscmi.h64 u8 msg_type),
65 TP_ARGS(transfer_id, msg_id, protocol_id, seq, msg_type),
72 __field(u8, msg_type)
80 __entry->msg_type = msg_type;
85 __entry->seq, __entry->msg_type)
/dports/devel/sobjectizer/sobjectizer-v.5.7.2.5/dev/so_5/
H A Dmbox.hpp229 const std::type_index & msg_type,
252 const std::type_index & msg_type,
267 const std::type_index & msg_type,
305 const std::type_index & msg_type,
344 const std::type_index & msg_type, in delegate_deliver_message_from_timer() argument
348 mbox.do_deliver_message_from_timer( msg_type, message ); in delegate_deliver_message_from_timer()
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/api/
H A Dcancel.c73 msg.msg_type = REQUEST_CANCEL_JOB_STEP; in slurm_kill_job()
109 msg.msg_type = REQUEST_CANCEL_JOB_STEP; in slurm_kill_job_step()
143 msg.msg_type = REQUEST_KILL_JOB; in slurm_kill_job2()
162 extern int slurm_kill_job_msg(uint16_t msg_type, job_step_kill_msg_t *kill_msg) in slurm_kill_job_msg() argument
168 msg.msg_type = msg_type; in slurm_kill_job_msg()
/dports/databases/py-gdbm/Python-3.8.12/Modules/_ssl/
H A Ddebughelpers.c19 int msg_type; in _PySSL_msg_callback() local
42 msg_type = SSL3_MT_CHANGE_CIPHER_SPEC; in _PySSL_msg_callback()
47 msg_type = (int)cbuf[1]; in _PySSL_msg_callback()
50 msg_type = (int)cbuf[0]; in _PySSL_msg_callback()
56 msg_type = (int)cbuf[0]; in _PySSL_msg_callback()
61 msg_type = (int)cbuf[0]; in _PySSL_msg_callback()
66 msg_type = -1; in _PySSL_msg_callback()
73 version, content_type, msg_type, in _PySSL_msg_callback()
/dports/lang/python-tools/Python-3.8.12/Modules/_ssl/
H A Ddebughelpers.c19 int msg_type; in _PySSL_msg_callback() local
42 msg_type = SSL3_MT_CHANGE_CIPHER_SPEC; in _PySSL_msg_callback()
47 msg_type = (int)cbuf[1]; in _PySSL_msg_callback()
50 msg_type = (int)cbuf[0]; in _PySSL_msg_callback()
56 msg_type = (int)cbuf[0]; in _PySSL_msg_callback()
61 msg_type = (int)cbuf[0]; in _PySSL_msg_callback()
66 msg_type = -1; in _PySSL_msg_callback()
73 version, content_type, msg_type, in _PySSL_msg_callback()
/dports/lang/python39/Python-3.9.9/Modules/_ssl/
H A Ddebughelpers.c19 int msg_type; in _PySSL_msg_callback() local
42 msg_type = SSL3_MT_CHANGE_CIPHER_SPEC; in _PySSL_msg_callback()
47 msg_type = (int)cbuf[1]; in _PySSL_msg_callback()
50 msg_type = (int)cbuf[0]; in _PySSL_msg_callback()
56 msg_type = (int)cbuf[0]; in _PySSL_msg_callback()
61 msg_type = (int)cbuf[0]; in _PySSL_msg_callback()
66 msg_type = -1; in _PySSL_msg_callback()
73 version, content_type, msg_type, in _PySSL_msg_callback()
/dports/lang/python38/Python-3.8.12/Modules/_ssl/
H A Ddebughelpers.c19 int msg_type; in _PySSL_msg_callback() local
42 msg_type = SSL3_MT_CHANGE_CIPHER_SPEC; in _PySSL_msg_callback()
47 msg_type = (int)cbuf[1]; in _PySSL_msg_callback()
50 msg_type = (int)cbuf[0]; in _PySSL_msg_callback()
56 msg_type = (int)cbuf[0]; in _PySSL_msg_callback()
61 msg_type = (int)cbuf[0]; in _PySSL_msg_callback()
66 msg_type = -1; in _PySSL_msg_callback()
73 version, content_type, msg_type, in _PySSL_msg_callback()
/dports/net/corosync2/corosync-2.4.5/qdevices/
H A Dmsg.h49 enum msg_type { enum
71 enum msg_type type;
82 enum msg_type *supported_messages; /* Valid only if != NULL */
131 const enum msg_type *supported_msgs, size_t no_supported_msgs,
141 const enum msg_type *supported_msgs, size_t no_supported_msgs,
193 extern enum msg_type msg_get_type(const struct dynar *msg);
203 extern void msg_get_supported_messages(enum msg_type **supported_messages,
206 extern const char * msg_type_to_str(enum msg_type type);
/dports/databases/py-sqlite3/Python-3.8.12/Modules/_ssl/
H A Ddebughelpers.c19 int msg_type; in _PySSL_msg_callback() local
42 msg_type = SSL3_MT_CHANGE_CIPHER_SPEC; in _PySSL_msg_callback()
47 msg_type = (int)cbuf[1]; in _PySSL_msg_callback()
50 msg_type = (int)cbuf[0]; in _PySSL_msg_callback()
56 msg_type = (int)cbuf[0]; in _PySSL_msg_callback()
61 msg_type = (int)cbuf[0]; in _PySSL_msg_callback()
66 msg_type = -1; in _PySSL_msg_callback()
73 version, content_type, msg_type, in _PySSL_msg_callback()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Modules/_ssl/
H A Ddebughelpers.c19 int msg_type; in _PySSL_msg_callback() local
42 msg_type = SSL3_MT_CHANGE_CIPHER_SPEC; in _PySSL_msg_callback()
47 msg_type = (int)cbuf[1]; in _PySSL_msg_callback()
50 msg_type = (int)cbuf[0]; in _PySSL_msg_callback()
56 msg_type = (int)cbuf[0]; in _PySSL_msg_callback()
61 msg_type = (int)cbuf[0]; in _PySSL_msg_callback()
66 msg_type = -1; in _PySSL_msg_callback()
73 version, content_type, msg_type, in _PySSL_msg_callback()
/dports/lang/python310/Python-3.10.1/Modules/_ssl/
H A Ddebughelpers.c19 int msg_type; in _PySSL_msg_callback() local
42 msg_type = SSL3_MT_CHANGE_CIPHER_SPEC; in _PySSL_msg_callback()
47 msg_type = (int)cbuf[1]; in _PySSL_msg_callback()
50 msg_type = (int)cbuf[0]; in _PySSL_msg_callback()
56 msg_type = (int)cbuf[0]; in _PySSL_msg_callback()
61 msg_type = (int)cbuf[0]; in _PySSL_msg_callback()
66 msg_type = -1; in _PySSL_msg_callback()
73 version, content_type, msg_type, in _PySSL_msg_callback()
/dports/lang/python311/Python-3.11.0a3/Modules/_ssl/
H A Ddebughelpers.c19 int msg_type; in _PySSL_msg_callback() local
42 msg_type = SSL3_MT_CHANGE_CIPHER_SPEC; in _PySSL_msg_callback()
47 msg_type = (int)cbuf[1]; in _PySSL_msg_callback()
50 msg_type = (int)cbuf[0]; in _PySSL_msg_callback()
56 msg_type = (int)cbuf[0]; in _PySSL_msg_callback()
61 msg_type = (int)cbuf[0]; in _PySSL_msg_callback()
66 msg_type = -1; in _PySSL_msg_callback()
73 version, content_type, msg_type, in _PySSL_msg_callback()
/dports/devel/sobjectizer/sobjectizer-v.5.7.2.5/dev/test/so_5/enveloped_msg/
H A Dcommon_stuff.hpp159 const std::type_index & msg_type, in do_deliver_message() argument
169 msg_type, in do_deliver_message()
176 const std::type_index & msg_type, in set_delivery_filter() argument
180 m_actual_mbox->set_delivery_filter( msg_type, filter, subscriber ); in set_delivery_filter()
185 const std::type_index & msg_type, in drop_delivery_filter() argument
188 m_actual_mbox->drop_delivery_filter( msg_type, subscriber ); in drop_delivery_filter()
200 const std::type_index & msg_type, in do_deliver_message_from_timer() argument
210 msg_type, in do_deliver_message_from_timer()
/dports/www/kannel/gateway-1.4.4/gw/
H A Dmsg.h73 enum msg_type { enum
80 enum msg_type type;
133 Msg *msg_create_real(enum msg_type type, const char *file, long line,
148 enum msg_type msg_type(Msg *msg);

12345678910>>...169