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

Public Attributes

intelems
 
int capacity
 
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 852 of file h2_util.c.

Member Data Documentation

◆ aborted

int h2_ififo::aborted

Definition at line 858 of file h2_util.c.

◆ capacity

int h2_ififo::capacity

Definition at line 854 of file h2_util.c.

◆ count

int h2_ififo::count

Definition at line 857 of file h2_util.c.

◆ elems

int* h2_ififo::elems

Definition at line 853 of file h2_util.c.

◆ head

int h2_ififo::head

Definition at line 856 of file h2_util.c.

◆ lock

apr_thread_mutex_t* h2_ififo::lock

Definition at line 859 of file h2_util.c.

◆ not_empty

apr_thread_cond_t* h2_ififo::not_empty

Definition at line 860 of file h2_util.c.

◆ not_full

apr_thread_cond_t* h2_ififo::not_full

Definition at line 861 of file h2_util.c.

◆ set

int h2_ififo::set

Definition at line 855 of file h2_util.c.


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