apr_gethostname   167 modules/metadata/mod_unique_id.c     if ((rv = apr_gethostname(str, sizeof(str) - 1, p)) != APR_SUCCESS) {
apr_gethostname  2001 server/util.c      if (apr_gethostname(str, sizeof(str) - 1, a) != APR_SUCCESS) {
apr_gethostname   434 srclib/apr/include/apr_network_io.h APR_DECLARE(apr_status_t) apr_gethostname(char *buf, int len, apr_pool_t *cont);