APR_UNSPEC        790 modules/arch/netware/mod_nw_ssl.c                 if ((status = apr_sockaddr_info_get(&lr->bind_addr, sl->addr, APR_UNSPEC, sl->port, 0,
APR_UNSPEC         93 modules/metadata/mod_ident.c     if ((rv = apr_sockaddr_info_get(&localsa, conn->local_ip, APR_UNSPEC,
APR_UNSPEC       1444 modules/proxy/mod_proxy.c         if (APR_SUCCESS == apr_sockaddr_info_get(&addr, new->name, APR_UNSPEC, 0, 0, parms->pool)) {
APR_UNSPEC        125 modules/proxy/mod_proxy_connect.c     err = apr_sockaddr_info_get(&uri_addr, uri.hostname, APR_UNSPEC, uri.port,
APR_UNSPEC        137 modules/proxy/mod_proxy_connect.c         err = apr_sockaddr_info_get(&connect_addr, proxyname, APR_UNSPEC, proxyport, 0, p);
APR_UNSPEC        925 modules/proxy/mod_proxy_ftp.c                                     connectname, APR_UNSPEC,
APR_UNSPEC       1395 modules/proxy/mod_proxy_ftp.c         apr_sockaddr_info_get(&local_addr, local_ip, APR_UNSPEC, local_port, 0, r->pool);
APR_UNSPEC        708 modules/proxy/proxy_util.c         if (apr_sockaddr_info_get(&reqaddr, host, APR_UNSPEC, 0, 0, r->pool)
APR_UNSPEC        824 modules/proxy/proxy_util.c     if (host[i] != '\0' || apr_sockaddr_info_get(&addr, host, APR_UNSPEC, 0, 0, p) != APR_SUCCESS) {
APR_UNSPEC       2142 modules/proxy/proxy_util.c                                     conn->hostname, APR_UNSPEC,
APR_UNSPEC       2160 modules/proxy/proxy_util.c                                     conn->hostname, APR_UNSPEC,
APR_UNSPEC        783 server/core.c      rv = apr_sockaddr_info_get(&sa, conn->remote_host, APR_UNSPEC, 0, 0, conn->pool);
APR_UNSPEC        283 server/listen.c     if ((status = apr_sockaddr_info_get(&sa, addr, APR_UNSPEC, port, 0,
APR_UNSPEC        836 server/mpm/beos/beos.c     if (apr_sockaddr_info_get(&udp_sa, "127.0.0.1", APR_UNSPEC, 7772, 0, _pconf)
APR_UNSPEC        140 server/mpm/mpmt_os2/mpmt_os2.c             apr_sockaddr_info_get(&lr->bind_addr, "0.0.0.0", APR_UNSPEC,
APR_UNSPEC       2007 server/util.c          if (apr_sockaddr_info_get(&sockaddr, str, APR_UNSPEC, 0, 0, a) == APR_SUCCESS) {
APR_UNSPEC        200 server/vhost.c         rv = apr_sockaddr_info_get(&my_addr, host, APR_UNSPEC, port, 0, p);
APR_UNSPEC        307 srclib/apr/network_io/unix/sockaddr.c     if (family == APR_UNSPEC) {
APR_UNSPEC        349 srclib/apr/network_io/unix/sockaddr.c     if (error == EAI_BADFLAGS && family == APR_UNSPEC) {
APR_UNSPEC        557 srclib/apr/network_io/unix/sockaddr.c             family != APR_UNSPEC ||
APR_UNSPEC        573 srclib/apr/network_io/unix/sockaddr.c     if (family == APR_UNSPEC) {
APR_UNSPEC         88 srclib/apr/network_io/unix/sockets.c     if (family == APR_UNSPEC) {
APR_UNSPEC        122 srclib/apr/network_io/unix/sockets.c     if ((*new)->socketdes < 0 && ofamily == APR_UNSPEC) {
APR_UNSPEC         80 srclib/apr/test/echod.c     rv = apr_sockaddr_info_get(&sockAddr, "127.0.0.1", APR_UNSPEC,
APR_UNSPEC         88 srclib/apr/test/sendfile.c     if (*family == APR_UNSPEC) {
APR_UNSPEC        500 srclib/apr/test/sendfile.c     family = APR_UNSPEC;
APR_UNSPEC         37 srclib/apr/test/sockchild.c     rv = apr_sockaddr_info_get(&remote_sa, "127.0.0.1", APR_UNSPEC, 8021, 0, p);
APR_UNSPEC         88 srclib/apr/test/sockperf.c         rv = apr_sockaddr_info_get(&sockAddr, "127.0.0.1", APR_UNSPEC,
APR_UNSPEC         50 srclib/apr/test/testpoll.c     rv = apr_sockaddr_info_get(sa, "127.0.0.1", APR_UNSPEC, port, 0, p);
APR_UNSPEC        107 srclib/apr/test/testpoll.c     apr_sockaddr_info_get(&recsa, "127.0.0.1", APR_UNSPEC, 7770, 0, p);
APR_UNSPEC         68 srclib/apr/test/testsock.c     rv = apr_sockaddr_info_get(&sa, NULL, APR_UNSPEC, 80, 0, p);
APR_UNSPEC         71 srclib/apr/test/testsock.c     rv = apr_sockaddr_info_get(&sa, "127.0.0.1", APR_UNSPEC, 80, 0, p);
APR_UNSPEC       1651 support/ab.c       if ((rv = apr_sockaddr_info_get(&destsa, connecthost, APR_UNSPEC, connectport, 0, cntxt))