Home
last modified time | relevance | path

Searched defs:NE_ISRESET (Results 1 – 5 of 5) sorted by relevance

/dports/devel/tla/tla-1.3.5/src/libneon/src/
H A Dne_socket.c149 #define NE_ISRESET(e) ((e) == WSAECONNABORTED || (e) == WSAETIMEDOUT || \ macro
154 #define NE_ISRESET(e) ((e) == ECONNRESET) macro
/dports/www/sitecopy/sitecopy-0.16.6/lib/neon/
H A Dne_socket.c158 #define NE_ISRESET(e) ((e) == WSAECONNABORTED || (e) == WSAETIMEDOUT || \ macro
172 #define NE_ISRESET(e) ((e) == ECONNRESET || (e) == ECONNABORTED || (e) == ENOTCONN) macro
/dports/www/litmus/litmus-0.13/lib/neon/
H A Dne_socket.c156 #define NE_ISRESET(e) ((e) == WSAECONNABORTED || (e) == WSAETIMEDOUT || \ macro
170 #define NE_ISRESET(e) ((e) == ECONNRESET || (e) == ECONNABORTED || (e) == ENOTCONN) macro
/dports/www/davix/davix-0.7.6/deps/libneon/src/
H A Dne_socket.c162 #define NE_ISRESET(e) ((e) == WSAECONNABORTED || (e) == WSAETIMEDOUT || \ macro
176 #define NE_ISRESET(e) ((e) == ECONNRESET || (e) == ECONNABORTED || (e) == ENOTCONN) macro
/dports/www/neon/neon-0.32.1/src/
H A Dne_socket.c159 #define NE_ISRESET(e) ((e) == WSAECONNABORTED || (e) == WSAETIMEDOUT || \ macro
173 #define NE_ISRESET(e) ((e) == ECONNRESET || (e) == ECONNABORTED || (e) == ENOTCONN) macro