Home
last modified time | relevance | path

Searched refs:MSG_WAITALL (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dsocket.h460 #define MSG_WAITALL 0x0040 /* wait for full request or error */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dsocketmodule.c4971 #ifdef MSG_WAITALL
4972 PyModule_AddIntConstant(m, "MSG_WAITALL", MSG_WAITALL);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dsocketmodule.c4869 #ifdef MSG_WAITALL
4870 PyModule_AddIntConstant(m, "MSG_WAITALL", MSG_WAITALL);