Searched defs:myhost (Results 1 - 1 of 1) sorted by relevance

/httpd/support/
H A Dab.c295 const char *myhost; variable
1245 if (myhost) {
1782 if (myhost) {
1784 if ((rv = apr_sockaddr_info_get(&mysa, myhost, APR_UNSPEC, 0, 0, cntxt)) != APR_SUCCESS) {
1787 "apr_sockaddr_info_get() for %s", myhost);
1794 myhost ? mysa->family : APR_UNSPEC,
2166 myhost = NULL; /* 0.0.0.0 or :: */
2336 myhost = apr_pstrdup(cntxt, opt_arg);

Completed in 254 milliseconds