Searched refs:apr_socket_create (Results 1 - 13 of 13) sorted by relevance

/httpd/support/
H A Dfcgistarter.c131 rv = apr_socket_create(&skt, skaddr->family, SOCK_STREAM, APR_PROTO_TCP, pool);
133 exit_error(rv, "apr_socket_create");
H A Dab.c1240 if ((rv = apr_socket_create(&c->aprsock, destsa->family,
/httpd/modules/proxy/
H A Dmod_proxy_fdpass.c59 rv = apr_socket_create(&s, AF_UNIX, SOCK_STREAM, 0, p);
184 rv = apr_socket_create(&dummy, APR_INET, SOCK_STREAM, APR_PROTO_TCP,
H A Dmod_proxy_ftp.c27 #undef apr_socket_create macro
28 #define apr_socket_create apr_socket_create_ex macro
1466 rv = apr_socket_create(&data_sock, epsv_addr.family, SOCK_STREAM, 0, r->pool);
1564 if ((rv = apr_socket_create(&data_sock, connect_addr->family, SOCK_STREAM, 0, r->pool)) != APR_SUCCESS) {
1611 if ((rv = apr_socket_create(&local_sock, connect_addr->family, SOCK_STREAM, 0, r->pool)) != APR_SUCCESS) {
H A Dproxy_util.c32 #undef apr_socket_create macro
33 #define apr_socket_create apr_socket_create_ex macro
2101 if ((rv = apr_socket_create(newsock, backend_addr->family,
2723 rv = apr_socket_create(&newsock, AF_UNIX, SOCK_STREAM, 0,
2758 if ((rv = apr_socket_create(&newsock, backend_addr->family,
/httpd/modules/cluster/
H A Dmod_heartbeat.c85 rv = apr_socket_create(&sock, ctx->mcast_addr->family,
89 NULL, APLOGNO(02097) "Heartbeat: apr_socket_create failed");
H A Dmod_heartmonitor.c80 rv = apr_socket_create(&ctx->sock, ctx->mcast_addr->family,
/httpd/modules/metadata/
H A Dmod_ident.c115 if ((rv = apr_socket_create(newsock,
/httpd/modules/ssl/
H A Dssl_util_ocsp.c83 rv = apr_socket_create(&sd, sa->family, SOCK_STREAM, APR_PROTO_TCP, p);
/httpd/server/
H A Dlisten.c478 status = apr_socket_create(&new->sd, new->bind_addr->family,
835 stat = apr_socket_create(&duplr->sd, duplr->bind_addr->family,
941 if (apr_socket_create(&sock, APR_UNSPEC, SOCK_STREAM, 0,
H A Dmpm_unix.c637 rv = apr_socket_create(&sock, lp->bind_addr->family, SOCK_STREAM, 0, p);
/httpd/server/mpm/mpmt_os2/
H A Dmpmt_os2.c139 apr_socket_create(&lr->sd, lr->bind_addr->family,
/httpd/modules/aaa/
H A Dmod_authnz_fcgi.c93 rv = apr_socket_create(newsock, addr->family,

Completed in 53 milliseconds