Searched defs:IS_SELECTABLE (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A Dsocketmodule.c466 #define IS_SELECTABLE(s) 1 macro
471 #define IS_SELECTABLE(s) (_PyIsSelectable_fd((s)->sock_fd) || (s)->sock_timeout <= 0.0) macro
1714 if (!IS_SELECTABLE(s))
2045 IS_SELECTABLE(s)) {
2090 if (res < 0 && errno == EINPROGRESS && IS_SELECTABLE(s)) {
2408 if (!IS_SELECTABLE(s)) {
2618 if (!IS_SELECTABLE(s)) {
2781 if (!IS_SELECTABLE(s)) {
2833 if (!IS_SELECTABLE(s)) {
2927 if (!IS_SELECTABLE(
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dsocketmodule.c461 #define IS_SELECTABLE(s) 1 macro
464 #define IS_SELECTABLE(s) 1 macro
470 #define IS_SELECTABLE(s) ((s)->sock_fd < FD_SETSIZE || s->sock_timeout <= 0.0) macro
1653 if (!IS_SELECTABLE(s))
1986 IS_SELECTABLE(s)) {
2031 if (res < 0 && errno == EINPROGRESS && IS_SELECTABLE(s)) {
2349 if (!IS_SELECTABLE(s)) {
2554 if (!IS_SELECTABLE(s)) {
2712 if (!IS_SELECTABLE(s)) {
2762 if (!IS_SELECTABLE(
[all...]

Completed in 93 milliseconds