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

/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;
89 * Loop through the global ap_listen_rec list and create all of the required
110 ap_listen_rec ***buckets,
114 * Loop through the global ap_listen_rec lis
[all...]

Completed in 9 milliseconds