Home
last modified time | relevance | path

Searched refs:tp_msg (Results 1 – 25 of 45) sorted by relevance

12

/dports/games/retroarch/RetroArch-1.9.7/intl/
H A Djson2h.py84 for tp_msg in template_messages:
85 old_msg = tp_msg['msg']
86 if tp_msg['key'] in messages and messages[tp_msg['key']] != source_messages[tp_msg['key']]:
87 tp_msg_val = tp_msg['val']
88 tl_msg_val = messages[tp_msg['key']]
90 if tp_msg['key'].find('_QT_') < 0:
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/sofia-sip/libsofia-sip-ua/tport/
H A Dtport_type_tcp.c273 if (self->tp_msg) in tport_recv_stream()
274 msg_recv_commit(self->tp_msg, 0, 1); in tport_recv_stream()
284 initial = self->tp_msg == NULL; in tport_recv_stream()
317 veclen = tport_recv_iovec(self, &self->tp_msg, iovec, N, 0); in tport_recv_stream()
321 msg = self->tp_msg; in tport_recv_stream()
348 msg_destroy(self->tp_msg), self->tp_msg = NULL; in tport_recv_stream()
391 if (self->tp_msg) { in tport_next_recv_timeout()
416 if (self->tp_msg && in tport_recv_timeout_timer()
418 msg_t *msg = self->tp_msg; in tport_recv_timeout_timer()
422 self->tp_msg = NULL; in tport_recv_timeout_timer()
H A Dtport_type_udp.c309 assert(self->tp_msg == NULL); in tport_recv_dgram()
329 veclen = tport_recv_iovec(self, &self->tp_msg, iovec, N, 1); in tport_recv_dgram()
333 msg = self->tp_msg; in tport_recv_dgram()
344 msg_destroy(msg); self->tp_msg = NULL; in tport_recv_dgram()
355 msg_destroy(msg), self->tp_msg = NULL; in tport_recv_dgram()
376 return tport_recv_comp_dgram(self, self->tp_comp, &self->tp_msg, in tport_recv_dgram()
381 return tport_recv_stun_dgram(self, &self->tp_msg, from, fromlen); in tport_recv_dgram()
H A Dtport_type_sctp.c242 if (self->tp_msg) in tport_recv_sctp()
243 msg_recv_commit(self->tp_msg, 0, 1); in tport_recv_sctp()
249 veclen = tport_recv_iovec(self, &self->tp_msg, iovec, N, 0); in tport_recv_sctp()
254 msg = self->tp_msg; in tport_recv_sctp()
H A Dtport_type_tls.c377 if (self->tp_msg) in tport_tls_events()
437 if (self->tp_msg) in tport_tls_recv()
438 msg_recv_commit(self->tp_msg, 0, 1); /* End-of-stream */ in tport_tls_recv()
449 veclen = tport_recv_iovec(self, &self->tp_msg, iovec, N, 0); in tport_tls_recv()
453 msg = self->tp_msg; in tport_tls_recv()
H A Dtport_type_ws.c224 if (self->tp_msg) { in tport_recv_stream_ws()
225 msg_recv_commit(self->tp_msg, 0, 1); in tport_recv_stream_ws()
236 veclen = tport_recv_iovec(self, &self->tp_msg, iovec, N, 0); in tport_recv_stream_ws()
240 msg = self->tp_msg; in tport_recv_stream_ws()
/dports/net/sofia-sip/sofia-sip-1.13.4/libsofia-sip-ua/tport/
H A Dtport_type_tcp.c273 if (self->tp_msg) in tport_recv_stream()
274 msg_recv_commit(self->tp_msg, 0, 1); in tport_recv_stream()
284 initial = self->tp_msg == NULL; in tport_recv_stream()
317 veclen = tport_recv_iovec(self, &self->tp_msg, iovec, N, 0); in tport_recv_stream()
321 msg = self->tp_msg; in tport_recv_stream()
348 msg_destroy(self->tp_msg), self->tp_msg = NULL; in tport_recv_stream()
391 if (self->tp_msg) { in tport_next_recv_timeout()
416 if (self->tp_msg && in tport_recv_timeout_timer()
418 msg_t *msg = self->tp_msg; in tport_recv_timeout_timer()
422 self->tp_msg = NULL; in tport_recv_timeout_timer()
H A Dtport_type_udp.c309 assert(self->tp_msg == NULL); in tport_recv_dgram()
329 veclen = tport_recv_iovec(self, &self->tp_msg, iovec, N, 1); in tport_recv_dgram()
333 msg = self->tp_msg; in tport_recv_dgram()
344 msg_destroy(msg); self->tp_msg = NULL; in tport_recv_dgram()
355 msg_destroy(msg), self->tp_msg = NULL; in tport_recv_dgram()
376 return tport_recv_comp_dgram(self, self->tp_comp, &self->tp_msg, in tport_recv_dgram()
381 return tport_recv_stun_dgram(self, &self->tp_msg, from, fromlen); in tport_recv_dgram()
H A Dtport_type_sctp.c242 if (self->tp_msg) in tport_recv_sctp()
243 msg_recv_commit(self->tp_msg, 0, 1); in tport_recv_sctp()
249 veclen = tport_recv_iovec(self, &self->tp_msg, iovec, N, 0); in tport_recv_sctp()
254 msg = self->tp_msg; in tport_recv_sctp()
H A Dtport_type_tls.c377 if (self->tp_msg) in tport_tls_events()
437 if (self->tp_msg) in tport_tls_recv()
438 msg_recv_commit(self->tp_msg, 0, 1); /* End-of-stream */ in tport_tls_recv()
449 veclen = tport_recv_iovec(self, &self->tp_msg, iovec, N, 0); in tport_tls_recv()
453 msg = self->tp_msg; in tport_tls_recv()
H A Dtport_type_ws.c224 if (self->tp_msg) { in tport_recv_stream_ws()
225 msg_recv_commit(self->tp_msg, 0, 1); in tport_recv_stream_ws()
236 veclen = tport_recv_iovec(self, &self->tp_msg, iovec, N, 0); in tport_recv_stream_ws()
240 msg = self->tp_msg; in tport_recv_stream_ws()
/dports/emulators/pcem/pcem_emulator-pcem-faf5d6423060/src/slirp/
H A Dtftp.c145 strncpy((char *)tp->x.tp_error.tp_msg, msg, sizeof(tp->x.tp_error.tp_msg)); in tftp_send_error()
146 tp->x.tp_error.tp_msg[sizeof(tp->x.tp_error.tp_msg)-1] = 0; in tftp_send_error()
H A Dtftp.h30 u_int8_t tp_msg[512]; member
/dports/emulators/fs-uae/fs-uae-3.1.35/src/slirp/
H A Dtftp.cpp149 strncpy((char *)tp->x.tp_error.tp_msg, msg, sizeof(tp->x.tp_error.tp_msg)); in tftp_send_error()
150 tp->x.tp_error.tp_msg[sizeof(tp->x.tp_error.tp_msg)-1] = 0; in tftp_send_error()
H A Dtftp.h27 u_int8_t tp_msg[512]; member
/dports/net/vde2/vde2-2.3.2/src/slirpvde/
H A Dtftp.h27 u_int8_t tp_msg[512]; member
/dports/emulators/bochs/bochs-2.7/iodev/network/slirp/
H A Dtftp.h26 uint8_t tp_msg[TFTP_BUFFER_SIZE]; member
/dports/emulators/qemu60/qemu-6.0.0/slirp/src/
H A Dtftp.h33 uint8_t tp_msg[TFTP_BLOCKSIZE_MAX]; member
/dports/emulators/qemu-utils/qemu-4.2.1/slirp/src/
H A Dtftp.h31 uint8_t tp_msg[TFTP_BLOCKSIZE_MAX]; member
/dports/emulators/qemu5/qemu-5.2.0/slirp/src/
H A Dtftp.h33 uint8_t tp_msg[TFTP_BLOCKSIZE_MAX]; member
/dports/emulators/qemu-guest-agent/qemu-5.0.1/slirp/src/
H A Dtftp.h31 uint8_t tp_msg[TFTP_BLOCKSIZE_MAX]; member
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/slirp/
H A Dtftp.h30 uint8_t tp_msg[TFTP_BLOCKSIZE_MAX]; member
/dports/emulators/qemu42/qemu-4.2.1/slirp/src/
H A Dtftp.h31 uint8_t tp_msg[TFTP_BLOCKSIZE_MAX]; member
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/slirp/src/
H A Dtftp.h31 uint8_t tp_msg[TFTP_BLOCKSIZE_MAX]; member
/dports/net/libslirp/libslirp-cceced0cce9d578ed01db68edf31af78eb66f858/src/
H A Dtftp.h37 uint8_t tp_msg[TFTP_BLOCKSIZE_MAX]; member

12