Searched refs:ap_listen_rec (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10.1/apache-793/httpd/include/
H A Dap_listen.h38 typedef struct ap_listen_rec ap_listen_rec; typedef in typeref:struct:ap_listen_rec
39 typedef apr_status_t (*accept_function)(void **csd, ap_listen_rec *lr, apr_pool_t *ptrans);
47 struct ap_listen_rec { struct
51 ap_listen_rec *next;
77 * The global list of ap_listen_rec structures
79 AP_DECLARE_DATA extern ap_listen_rec *ap_listeners;
87 * Loop through the global ap_listen_rec list and create all of the required
95 * Loop through the global ap_listen_rec list and close each of the sockets.
/macosx-10.10.1/apache-793/httpd/server/
H A Dlisten.c35 AP_DECLARE_DATA ap_listen_rec *ap_listeners = NULL;
37 static ap_listen_rec *old_listeners;
43 static apr_status_t make_sock(apr_pool_t *p, ap_listen_rec *server)
197 static void ap_apply_accept_filter(apr_pool_t *p, ap_listen_rec *lis,
246 ap_listen_rec **walk, *last;
256 ap_listen_rec *new;
301 ap_listen_rec *new;
304 new = apr_palloc(process->pool, sizeof(ap_listen_rec));
361 ap_listen_rec *lr;
362 ap_listen_rec *nex
[all...]
H A Dmpm_unix.c617 ap_listen_rec *lp;
/macosx-10.10.1/apache-793/httpd/os/unix/
H A Dunixd.h102 AP_DECLARE(apr_status_t) ap_unixd_accept(void **accepted, ap_listen_rec *lr, apr_pool_t *ptrans);
H A Dunixd.c291 AP_DECLARE(apr_status_t) ap_unixd_accept(void **accepted, ap_listen_rec *lr,
/macosx-10.10.1/apache-793/httpd/modules/arch/netware/
H A Dmod_nw_ssl.c143 static ap_listen_rec *nw_old_listeners;
476 ap_listen_rec **walk;
521 ap_listen_rec *new;
615 ap_listen_rec* slr = (ap_listen_rec*)data;
616 ap_listen_rec* lr;
646 ap_listen_rec **walk;
662 ap_listen_rec *new;
734 ap_listen_rec* lr;
739 ap_listen_rec *wal
[all...]
/macosx-10.10.1/apache-793/httpd/server/mpm/mpmt_os2/
H A Dmpmt_os2.c128 ap_listen_rec *lr;
135 ap_listen_rec *lr = apr_pcalloc(s->process->pool, sizeof(ap_listen_rec));
194 ap_listen_rec *lr;
H A Dmpmt_os2_child.c95 ap_listen_rec *lr = NULL;
/macosx-10.10.1/apache-793/httpd/server/mpm/netware/
H A Dmpm_netware.c338 ap_listen_rec *lr, *first_lr, *last_lr = NULL;
801 ap_listen_rec *lr;
829 ap_listen_rec *lr;
852 ap_listen_rec *lr;
/macosx-10.10.1/apache-793/httpd/server/mpm/winnt/
H A Dchild.c294 ap_listen_rec *lr = (ap_listen_rec *)lr_;
926 ap_listen_rec *lr;
958 ap_listen_rec *lr;
H A Dmpm_winnt.c437 ap_listen_rec *lr;
444 ap_listen_rec *lr;
445 lr = apr_palloc(s->process->pool, sizeof(ap_listen_rec));
493 ap_listen_rec *lr;
1536 ap_listen_rec *lr;
/macosx-10.10.1/apache-793/httpd/server/mpm/event/
H A Devent.c1124 ap_listen_rec *lr;
1378 ap_listen_rec *lr;
1593 lr = (ap_listen_rec *) pt->baton;
/macosx-10.10.1/apache-793/httpd/server/mpm/prefork/
H A Dprefork.c490 ap_listen_rec *lr;
/macosx-10.10.1/apache-793/httpd/server/mpm/worker/
H A Dworker.c689 ap_listen_rec *lr;

Completed in 112 milliseconds