|
Apache HTTPD
|
Public Attributes | |
| void ** | elems |
| int | nelems |
| int | set |
| int | head |
| int | count |
| int | aborted |
| apr_thread_mutex_t * | lock |
| apr_thread_cond_t * | not_empty |
| apr_thread_cond_t * | not_full |
Definition at line 1082 of file h2_proxy_util.c.
| int h2_proxy_fifo::aborted |
Definition at line 1088 of file h2_proxy_util.c.
| int h2_proxy_fifo::count |
Definition at line 1087 of file h2_proxy_util.c.
| void** h2_proxy_fifo::elems |
Definition at line 1083 of file h2_proxy_util.c.
| int h2_proxy_fifo::head |
Definition at line 1086 of file h2_proxy_util.c.
| apr_thread_mutex_t* h2_proxy_fifo::lock |
Definition at line 1089 of file h2_proxy_util.c.
| int h2_proxy_fifo::nelems |
Definition at line 1084 of file h2_proxy_util.c.
| apr_thread_cond_t* h2_proxy_fifo::not_empty |
Definition at line 1090 of file h2_proxy_util.c.
| apr_thread_cond_t* h2_proxy_fifo::not_full |
Definition at line 1091 of file h2_proxy_util.c.
| int h2_proxy_fifo::set |
Definition at line 1085 of file h2_proxy_util.c.