Apache HTTPD
Public Attributes | List of all members
h2_proxy_fifo Struct Reference

Public Attributes

void ** elems
 
int nelems
 
int set
 
int head
 
int count
 
int aborted
 
apr_thread_mutex_tlock
 
apr_thread_cond_tnot_empty
 
apr_thread_cond_tnot_full
 

Detailed Description

Definition at line 1082 of file h2_proxy_util.c.

Member Data Documentation

◆ aborted

int h2_proxy_fifo::aborted

Definition at line 1088 of file h2_proxy_util.c.

◆ count

int h2_proxy_fifo::count

Definition at line 1087 of file h2_proxy_util.c.

◆ elems

void** h2_proxy_fifo::elems

Definition at line 1083 of file h2_proxy_util.c.

◆ head

int h2_proxy_fifo::head

Definition at line 1086 of file h2_proxy_util.c.

◆ lock

apr_thread_mutex_t* h2_proxy_fifo::lock

Definition at line 1089 of file h2_proxy_util.c.

◆ nelems

int h2_proxy_fifo::nelems

Definition at line 1084 of file h2_proxy_util.c.

◆ not_empty

apr_thread_cond_t* h2_proxy_fifo::not_empty

Definition at line 1090 of file h2_proxy_util.c.

◆ not_full

apr_thread_cond_t* h2_proxy_fifo::not_full

Definition at line 1091 of file h2_proxy_util.c.

◆ set

int h2_proxy_fifo::set

Definition at line 1085 of file h2_proxy_util.c.


The documentation for this struct was generated from the following file: