Searched refs:MSG_EOF (Results 1 – 8 of 8) sorted by relevance
23 /* MSG_EOF MSG_FIN */
895 pub const MSG_EOF: ::c_int = 0x00000100; constant
863 pub const MSG_EOF: ::c_int = 0x0400; constant
813 pub const MSG_EOF: ::c_int = 0x0100; constant
7683 #ifdef MSG_EOF7684 PyModule_AddIntMacro(m, MSG_EOF);
2491 pub const MSG_EOF: ::c_int = 0x100; constant
13781 if (flags & MSG_EOF) {13957 if (flags & MSG_EOF) {
3344 (MSG_EOF): Commented out, as it is a synonym for MSG_FIN.