#include <HdrHeap.h>
Public Member Functions | |
StrHeapDesc () | |
bool | contains (const char *str) const |
Data Fields | |
Ptr< RefCountObj > | m_ref_count_ptr |
char * | m_heap_start |
int32_t | m_heap_len |
bool | m_locked |
Definition at line 141 of file HdrHeap.h.
StrHeapDesc::StrHeapDesc | ( | ) |
Definition at line 1188 of file HdrHeap.cc.
References m_heap_len, m_heap_start, and m_locked.
bool StrHeapDesc::contains | ( | const char * | str | ) | const [inline] |
Definition at line 149 of file HdrHeap.h.
References m_heap_len, and m_heap_start.
Referenced by HdrHeap::HeapGuard::HeapGuard().
int32_t StrHeapDesc::m_heap_len |
Definition at line 146 of file HdrHeap.h.
Referenced by HdrHeap::attach_block(), HdrHeap::attach_str_heap(), HdrHeap::coalesce_str_heaps(), contains(), HdrHeap::demote_rw_str_heap(), HdrHeap::inherit_string_heaps(), HdrHeap::init(), CoreUtils::load_http_hdr(), HdrHeap::marshal(), HdrHeap::marshal_length(), HdrHeap::sanity_check_strs(), HdrHeap::set_ronly_str_heap_end(), StrHeapDesc(), HdrHeap::unlock_ronly_str_heap(), and HdrHeap::unmarshal_size().
Definition at line 145 of file HdrHeap.h.
Referenced by HdrHeap::attach_block(), HdrHeap::attach_str_heap(), HdrHeap::coalesce_str_heaps(), contains(), HdrHeap::demote_rw_str_heap(), HdrHeap_Coalesce(), HdrHeap::inherit_string_heaps(), HdrHeap::init(), load_buffer(), CoreUtils::load_http_hdr(), HdrHeap::marshal(), HdrHeap::sanity_check_strs(), StrHeapDesc(), HdrHeap::unlock_ronly_str_heap(), and HdrHeap::unmarshal().
Definition at line 147 of file HdrHeap.h.
Referenced by HdrHeap::attach_str_heap(), HdrHeap::init(), HdrHeap::lock_ronly_str_heap(), StrHeapDesc(), and HdrHeap::unlock_ronly_str_heap().
Definition at line 144 of file HdrHeap.h.
Referenced by HdrHeap::attach_block(), HdrHeap::attach_str_heap(), HdrHeap::coalesce_str_heaps(), HdrHeap::demote_rw_str_heap(), HdrHeap::HeapGuard::HeapGuard(), HdrHeap::inherit_string_heaps(), HdrHeap::init(), CoreUtils::load_http_hdr(), HdrHeap::marshal(), HdrHeap::unlock_ronly_str_heap(), and HdrHeap::unmarshal().