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

Public Attributes

apr_skiplist_compare compare
 
apr_skiplist_compare comparek
 
int height
 
int preheight
 
size_t size
 
apr_skiplistnodetop
 
apr_skiplistnodebottom
 
apr_skiplistnodetopend
 
apr_skiplistnodebottomend
 
apr_skiplistindex
 
apr_array_header_tmemlist
 
apr_skiplist_q nodes_q
 
apr_skiplist_q stack_q
 
apr_pool_tpool
 

Detailed Description

Definition at line 34 of file apr_skiplist.c.

Member Data Documentation

◆ bottom

apr_skiplistnode* apr_skiplist::bottom

Definition at line 41 of file apr_skiplist.c.

◆ bottomend

apr_skiplistnode* apr_skiplist::bottomend

Definition at line 44 of file apr_skiplist.c.

◆ compare

apr_skiplist_compare apr_skiplist::compare

Definition at line 35 of file apr_skiplist.c.

◆ comparek

apr_skiplist_compare apr_skiplist::comparek

Definition at line 36 of file apr_skiplist.c.

◆ height

int apr_skiplist::height

Definition at line 37 of file apr_skiplist.c.

◆ index

apr_skiplist* apr_skiplist::index

Definition at line 45 of file apr_skiplist.c.

◆ memlist

apr_array_header_t* apr_skiplist::memlist

Definition at line 46 of file apr_skiplist.c.

◆ nodes_q

apr_skiplist_q apr_skiplist::nodes_q

Definition at line 47 of file apr_skiplist.c.

◆ pool

apr_pool_t* apr_skiplist::pool

Definition at line 49 of file apr_skiplist.c.

◆ preheight

int apr_skiplist::preheight

Definition at line 38 of file apr_skiplist.c.

◆ size

size_t apr_skiplist::size

Definition at line 39 of file apr_skiplist.c.

◆ stack_q

apr_skiplist_q apr_skiplist::stack_q

Definition at line 48 of file apr_skiplist.c.

◆ top

apr_skiplistnode* apr_skiplist::top

Definition at line 40 of file apr_skiplist.c.

◆ topend

apr_skiplistnode* apr_skiplist::topend

Definition at line 43 of file apr_skiplist.c.


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