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

/httpd/modules/metadata/
H A Dmod_ident.c91 apr_sockaddr_t *localsa, *destsa; local
104 if ((rv = apr_sockaddr_info_get(&destsa, conn->client_ip,
150 if ((rv = apr_socket_connect(*newsock, destsa)) != APR_SUCCESS) {
/httpd/support/
H A Dab.c361 apr_sockaddr_t *destsa; variable
1240 if ((rv = apr_socket_create(&c->aprsock, destsa->family,
1298 if ((rv = apr_socket_connect(c->aprsock, destsa)) != APR_SUCCESS) {
1307 if (good == 0 && destsa->next) {
1308 destsa = destsa->next;
1425 && destsa->next
1464 } else if (destsa->next && c->state == STATE_CONNECTING
1793 if ((rv = apr_sockaddr_info_get(&destsa, connecthost,
1863 if (destsa
[all...]

Completed in 15 milliseconds