Home
last modified time | relevance | path

Searched refs:msg_count (Results 1 – 11 of 11) sorted by relevance

/third_party/ltp/utils/sctp/func_tests/
Dtest_1_to_1_sendto.c64 int msg_count; in main() local
110 msg_count = strlen(message) + 1; in main()
113 count = sendto(sk, message, msg_count, flag, in main()
115 if (count != msg_count) in main()
121 test_recv(acpt_sk, message_rcv, msg_count, flag); in main()
126 count = sendto(acpt_sk, message, msg_count, flag, in main()
128 if (count != msg_count) in main()
134 test_recv(sk, message_rcv, msg_count, flag); in main()
143 count = sendto(sk1, message, msg_count, flag, in main()
145 if (count != msg_count) in main()
[all …]
Dtest_1_to_1_recvfrom.c67 int msg_count; in main() local
115 msg_count = (strlen(message) + 1); in main()
119 count = test_send(sk, message, msg_count, flag); in main()
122 count = recvfrom(-1, message_rcv, msg_count, flag, in main()
136 count = recvfrom(fd, message_rcv, msg_count, flag, in main()
149 count = recvfrom(acpt_sk, (char *)-1, msg_count, flag, in main()
158 count = recvfrom(lstn_sk, message_rcv, msg_count, flag, in main()
166 count = test_send(acpt_sk, message, msg_count, flag); in main()
171 count = recvfrom(acpt_sk, message_rcv, msg_count, flag, in main()
182 count = recvfrom(sk, message_rcv, msg_count, flag, in main()
[all …]
Dtest_1_to_1_send.c69 int msg_count; in main() local
204 msg_count = strlen(message) + 1; in main()
207 count = send(sk, message, msg_count, flag); in main()
208 if (count != msg_count) in main()
214 test_recv(acpt_sk, message_rcv, msg_count, flag); in main()
219 count = send(acpt_sk, message, msg_count, flag); in main()
220 if (count != msg_count) in main()
226 test_recv(sk, message_rcv, msg_count, flag); in main()
Dtest_1_to_1_sendmsg.c76 int msg_count; in main() local
318 msg_count = strlen(message) + 1; in main()
322 if (count != msg_count) in main()
329 test_check_msg_data(&inmessage, count, msg_count, MSG_EOR, 0, 0); in main()
335 if (count != msg_count) in main()
342 test_check_msg_data(&inmessage, count, msg_count, MSG_EOR, 0, 0); in main()
353 if (count != msg_count) in main()
362 test_check_msg_data(&inmessage, count, msg_count, MSG_EOR, 0, 0); in main()
368 if (count != msg_count) in main()
375 test_check_msg_data(&inmessage, count, msg_count, MSG_EOR, 0, 0); in main()
Dtest_1_to_1_nonblock.c67 int error,msg_count; in main() local
191 msg_count = strlen(message) + 1; in main()
201 test_sendmsg(acpt_sk, &outmessage, flag, msg_count); in main()
205 test_check_msg_data(&inmessage, error, msg_count, MSG_EOR, 0, 0); in main()
Dtest_1_to_1_addrs.c89 int msg_count; in main() local
149 msg_count = strlen(message) + 1; in main()
169 outmessage.msg_iov->iov_len = msg_count; in main()
171 test_sendmsg(clnt_sk, &outmessage, MSG_NOSIGNAL, msg_count); in main()
/third_party/cmsis/CMSIS/RTOS2/Include/
Dcmsis_os2.h803 osMessageQueueId_t osMessageQueueNew (uint32_t msg_count, uint32_t msg_size, const osMessageQueueAt…
/third_party/protobuf/ruby/ext/google/protobuf_c/
Ddefs.c257 size_t msg_count, enum_count, i; in rewrite_names() local
269 &msg_count); in rewrite_names()
270 for (i = 0; i < msg_count; i++) { in rewrite_names()
300 for (i = 0; i < msg_count; i++) { in rewrite_names()
Dupb.c3073 int msg_count; member
4593 m = (upb_msgdef*)&ctx->file->msgs[ctx->file->msg_count++]; in create_msgdef()
4652 int msg_count; member
4662 counts->msg_count++; in count_types_in_msg()
4777 file->msgs = upb_malloc(alloc, sizeof(*file->msgs) * counts.msg_count); in build_filedef()
4781 CHK_OOM(counts.msg_count == 0 || file->msgs); in build_filedef()
4786 file->msg_count = 0; in build_filedef()
4884 for (i = 0; i < file->msg_count; i++) { in build_filedef()
4893 for (i = 0; i < file->msg_count; i++) { in build_filedef()
4944 return f->msg_count; in upb_filedef_msgcount()
[all …]
/third_party/protobuf/php/ext/google/protobuf/
Dphp-upb.c3518 int msg_count; member
5064 m = (upb_msgdef*)&ctx->file->msgs[ctx->file->msg_count++]; in create_msgdef()
5123 int msg_count; member
5133 counts->msg_count++; in count_types_in_msg()
5248 file->msgs = upb_malloc(alloc, sizeof(*file->msgs) * counts.msg_count); in build_filedef()
5252 CHK_OOM(counts.msg_count == 0 || file->msgs); in build_filedef()
5257 file->msg_count = 0; in build_filedef()
5355 for (i = 0; i < (size_t)file->msg_count; i++) { in build_filedef()
5364 for (i = 0; i < (size_t)file->msg_count; i++) { in build_filedef()
5414 return f->msg_count; in upb_filedef_msgcount()
[all …]
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h63547 unsigned int msg_count; member