#include <dict.h>
Collaboration diagram for bs_dict:
Data Fields | |
bs_list * | bucket [256] |
unsigned | size |
apr_pool_t * | pool |
Definition at line 45 of file dict.h.
bs_list* bs_dict::bucket[256] |
unsigned bs_dict::size |
Definition at line 47 of file dict.h.
Referenced by dict_add(), dict_remove(), dict_size(), and new_dict().
apr_pool_t* bs_dict::pool |