#include <stringfields.h>
Collaboration diagram for ast_string_field_pool:

Data Fields | |
| char | base [0] |
| ast_string_field_pool * | prev |
Definition at line 112 of file stringfields.h.
| char base[0] |
storage space for the fields
Definition at line 114 of file stringfields.h.
Referenced by __ast_string_field_alloc_space(), and __ast_string_field_index_build_va().
| struct ast_string_field_pool* prev |
pointer to the previous pool, if any
Definition at line 113 of file stringfields.h.
1.5.1