Asterisk - The Open Source Telephony Project
21.4.1
|
Data Fields | |
struct ast_string_field_pool * | embedded_pool |
ast_string_field | last_alloc |
struct ast_string_field_vector | string_fields |
Definition at line 227 of file stringfields.h.
struct ast_string_field_pool* embedded_pool |
pointer to the embedded pool, if any
Definition at line 229 of file stringfields.h.
Referenced by __ast_string_field_free_memory(), and __ast_string_field_init().
ast_string_field last_alloc |
the last field allocated
Definition at line 228 of file stringfields.h.
Referenced by __ast_string_field_init(), and add_string_pool().
struct ast_string_field_vector string_fields |
field vector for compare and copy
Definition at line 230 of file stringfields.h.
Referenced by __ast_string_field_free_memory(), and __ast_string_field_init().