Searched refs:APR_SO_LINGER (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/apr-32/apr/apr/network_io/win32/
H A Dsockopt.c159 case APR_SO_LINGER:
161 if (apr_is_option_set(sock, APR_SO_LINGER) != on) {
169 apr_set_option(sock, APR_SO_LINGER, on);
257 case APR_SO_LINGER:
/macosx-10.10/apr-32/apr/apr/network_io/unix/
H A Dsockopt.c183 case APR_SO_LINGER:
185 if (apr_is_option_set(sock, APR_SO_LINGER) != on) {
192 apr_set_option(sock, APR_SO_LINGER, on);
/macosx-10.10/apr-32/apr/apr/network_io/os2/
H A Dsockopt.c78 if (opt & APR_SO_LINGER) {
/macosx-10.10/apr-32/apr/apr/include/
H A Dapr_network_io.h63 #define APR_SO_LINGER 1 /**< Linger */ macro
601 * APR_SO_LINGER -- lingers on close if data is present
640 * APR_SO_LINGER -- lingers on close if data is present

Completed in 109 milliseconds