HomeSort by relevance Sort by last modified time
    Searched defs:MSG_DONTWAIT (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/libcups/cups/
request.c 31 #ifndef MSG_DONTWAIT
32 # define MSG_DONTWAIT 0
33 #endif /* !MSG_DONTWAIT */
1023 if ((n = recv(cg->http->fd, &ch, 1, MSG_PEEK | MSG_DONTWAIT)) == 0 ||
  /external/wpa_supplicant_8/src/utils/
common.h 70 #ifndef MSG_DONTWAIT
71 #define MSG_DONTWAIT 0 /* not supported */
403 #ifndef MSG_DONTWAIT
404 #define MSG_DONTWAIT 0
  /external/syslinux/core/lwip/src/include/lwip/
sockets.h 133 #define MSG_DONTWAIT 0x08 /* Nonblocking i/o for this operation only */
  /bionic/libc/include/sys/
socket.h 241 #define MSG_DONTWAIT 0x40
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
socket.h 461 #define MSG_DONTWAIT 0x0080 /* this message should be nonblocking */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
socket.h 221 MSG_DONTWAIT = 0x40, /* Nonblocking IO. */
222 #define MSG_DONTWAIT MSG_DONTWAIT
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
socket.h 221 MSG_DONTWAIT = 0x40, /* Nonblocking IO. */
222 #define MSG_DONTWAIT MSG_DONTWAIT
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_darwin_386.go 651 MSG_DONTWAIT = 0x80
    [all...]
zerrors_darwin_amd64.go 651 MSG_DONTWAIT = 0x80
    [all...]
zerrors_darwin_arm.go 609 MSG_DONTWAIT = 0x80
    [all...]
zerrors_darwin_arm64.go 655 MSG_DONTWAIT = 0x80
    [all...]
zerrors_solaris_amd64.go 609 MSG_DONTWAIT = 0x80
    [all...]
zerrors_dragonfly_amd64.go     [all...]
zerrors_freebsd_386.go     [all...]
zerrors_freebsd_amd64.go     [all...]
zerrors_freebsd_arm.go     [all...]
zerrors_linux_386.go 549 MSG_DONTWAIT = 0x40
    [all...]
zerrors_linux_amd64.go 549 MSG_DONTWAIT = 0x40
    [all...]
zerrors_linux_arm.go 548 MSG_DONTWAIT = 0x40
    [all...]
zerrors_linux_arm64.go 689 MSG_DONTWAIT = 0x40
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_darwin_386.go 651 MSG_DONTWAIT = 0x80
    [all...]
zerrors_darwin_amd64.go 651 MSG_DONTWAIT = 0x80
    [all...]
zerrors_darwin_arm.go 609 MSG_DONTWAIT = 0x80
    [all...]
zerrors_darwin_arm64.go 655 MSG_DONTWAIT = 0x80
    [all...]
zerrors_solaris_amd64.go 609 MSG_DONTWAIT = 0x80
    [all...]

Completed in 344 milliseconds

1 2 3