Home | History | Annotate | Download | only in src

Lines Matching refs:msg_flags

1072   int  msg_flags = 0;
1329 NULL, 0, NULL, &msg_flags)) != 0) {
1352 if (msg_flags & MSG_NOTIFICATION) {
1353 msg_flags = 0;
2224 int msg_flags = 0;
2466 NULL, &msg_flags)) != 0) {
2478 if (msg_flags & MSG_NOTIFICATION) {
2616 int msg_flags = 0;
2938 msg_flags = 0;
2942 NULL, &msg_flags)) < 0) {
2955 } while (!(msg_flags & MSG_EOR));
3488 int msg_flags = 0;
3492 while(!(msg_flags & MSG_EOR)) {
3497 NULL, &msg_flags)) < 0) {
3669 int msg_flags = 0;
4010 while (!(msg_flags & MSG_EOR)) {
4015 NULL, &msg_flags)) < 0) {
4310 int msg_flags;
4545 msg_flags = 0;
4550 0, &msg_flags)) == SOCKET_ERROR) {
4563 } while(!(msg_flags & MSG_EOR));