HomeSort by relevance Sort by last modified time
    Searched defs:ECONNABORTED (Results 26 - 50 of 106) sorted by null

12 3 4 5

  /external/kernel-headers/original/uapi/asm-generic/
errno.h 86 #define ECONNABORTED 103 /* Software caused connection abort */
  /external/kernel-headers/original/uapi/asm-mips/asm/
errno.h 85 #define ECONNABORTED 130 /* Software caused connection abort */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
errno.h 76 #define ECONNABORTED 103 /* Software caused connection abort */
  /external/python/cpython2/Lib/plat-irix5/
ERRNO.py 109 ECONNABORTED = 130
  /external/syslinux/com32/include/
errno.h 110 #define ECONNABORTED 103 /* Software caused connection abort */
  /external/syslinux/core/lwip/src/include/lwip/
arch.h 183 #define ECONNABORTED 103 /* Software caused connection abort */
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_windows.go 38 ECONNABORTED
173 ECONNABORTED - APPLICATION_ERROR: "software caused connection abort",
tables_nacl.go 196 ECONNABORTED Errno = 103 /* Connection aborted */
318 ECONNABORTED: "Connection aborted",
zerrors_darwin_386.go     [all...]
zerrors_darwin_amd64.go     [all...]
zerrors_darwin_arm.go     [all...]
zerrors_darwin_arm64.go     [all...]
zerrors_solaris_amd64.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_windows.go 38 ECONNABORTED
173 ECONNABORTED - APPLICATION_ERROR: "software caused connection abort",
tables_nacl.go 196 ECONNABORTED Errno = 103 /* Connection aborted */
318 ECONNABORTED: "Connection aborted",
zerrors_darwin_386.go     [all...]
zerrors_darwin_amd64.go     [all...]
zerrors_darwin_arm.go     [all...]
  /external/python/cpython2/Lib/plat-beos5/
IN.py 179 ECONNABORTED = (B_POSIX_ERROR_BASE + 27)
  /external/python/cpython2/Lib/plat-irix6/
ERRNO.py 114 ECONNABORTED = 130
  /external/python/cpython3/Objects/
exceptions.c     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
system_error.h 134 connection_aborted, // ECONNABORTED
265 # ifndef ECONNABORTED
266 # define ECONNABORTED 106
513 connection_aborted = ECONNABORTED,
  /external/syslinux/gpxe/src/include/
errno.h 255 #define ECONNABORTED \
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]
  /libcore/luni/src/main/java/android/system/
OsConstants.java 186 public static final int ECONNABORTED = placeholder();
    [all...]

Completed in 952 milliseconds

12 3 4 5