|
Apache HTTPD
|
Go to the source code of this file.
| apr_status_t apr_gethostname | ( | char * | buf, |
| apr_int32_t | len, | ||
| apr_pool_t * | cont | ||
| ) |
| apr_status_t apr_socket_atmark | ( | apr_socket_t * | sock, |
| int * | atmark | ||
| ) |
| apr_status_t apr_socket_opt_get | ( | apr_socket_t * | sock, |
| apr_int32_t | opt, | ||
| apr_int32_t * | on | ||
| ) |
| apr_status_t apr_socket_opt_set | ( | apr_socket_t * | sock, |
| apr_int32_t | opt, | ||
| apr_int32_t | on | ||
| ) |
| apr_status_t apr_socket_timeout_get | ( | apr_socket_t * | sock, |
| apr_interval_time_t * | t | ||
| ) |
| apr_status_t apr_socket_timeout_set | ( | apr_socket_t * | sock, |
| apr_interval_time_t | t | ||
| ) |
|
static |
|
static |