Asterisk - The Open Source Telephony Project
18.5.0
|
#include <stringfields.h>
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_calloc_with_stringfields(), __ast_string_field_free_memory(), __ast_string_field_init(), and AST_TEST_DEFINE().
ast_string_field last_alloc |
the last field allocated
Definition at line 228 of file stringfields.h.
Referenced by __ast_string_field_alloc_space(), __ast_string_field_init(), __ast_string_field_ptr_build_va(), __ast_string_field_ptr_grow(), 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_calloc_with_stringfields(), __ast_string_field_free_memory(), __ast_string_field_init(), and __ast_string_fields_copy().