Searched refs:APR_SO_DEBUG (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/apr/network_io/unix/
H A Dsockopt.c136 case APR_SO_DEBUG:
137 if (on != apr_is_option_set(sock, APR_SO_DEBUG)) {
141 apr_set_option(sock, APR_SO_DEBUG, on);
/freebsd-11-stable/contrib/apr/include/
H A Dapr_network_io.h69 #define APR_SO_DEBUG 4 /**< Debug */ macro
675 * APR_SO_DEBUG -- turn on debugging information
715 * APR_SO_DEBUG -- turn on debugging information

Completed in 79 milliseconds