Searched refs:sa_server (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/apache-786.1/httpd/server/mpm/winnt/
H A Dmpm_winnt.h109 struct sockaddr *sa_server; member in struct:CompContext
H A Dchild.c453 context->sa_server = apr_palloc(context->ptrans, len);
455 context->sa_server, &len)== SOCKET_ERROR) {
469 sockinfo.local = context->sa_server;
471 sockinfo.family = context->sa_server->sa_family;
660 &context->sa_server,
666 sockinfo.local = context->sa_server;
668 sockinfo.family = context->sa_server->sa_family;

Completed in 110 milliseconds