|
Apache HTTPD
|
Public Attributes | ||
| struct { | ||
| struct ap_conn_producer_t *volatile next | ||
| struct ap_conn_producer_t *volatile prev | ||
| } | link | |
| const char * | name | |
| void * | baton | |
| ap_conn_producer_next * | fn_next | |
| ap_conn_producer_done * | fn_done | |
| ap_conn_producer_shutdown * | fn_shutdown | |
| volatile prod_state_t | state | |
| volatile int | conns_active | |
Definition at line 42 of file h2_workers.c.
| void* ap_conn_producer_t::baton |
Definition at line 45 of file h2_workers.c.
Definition at line 50 of file h2_workers.c.
| ap_conn_producer_done* ap_conn_producer_t::fn_done |
Definition at line 47 of file h2_workers.c.
| ap_conn_producer_next* ap_conn_producer_t::fn_next |
Definition at line 46 of file h2_workers.c.
| ap_conn_producer_shutdown* ap_conn_producer_t::fn_shutdown |
Definition at line 48 of file h2_workers.c.
| struct { ... } ap_conn_producer_t::link |
Definition at line 44 of file h2_workers.c.
| struct ap_conn_producer_t* volatile ap_conn_producer_t::next |
Definition at line 43 of file h2_workers.c.
| struct ap_conn_producer_t* volatile ap_conn_producer_t::prev |
Definition at line 43 of file h2_workers.c.
| volatile prod_state_t ap_conn_producer_t::state |
Definition at line 49 of file h2_workers.c.