![]() |
Home page |
Mailing list |
Docs
Collaboration diagram for ast_string_field_mgr:Asterisk developer's documentation :: Codename Pineapple
ast_string_field_mgr Struct Reference
#include <stringfields.h>

Definition at line 121 of file stringfields.h.
Data Fields | |
| ast_string_field_pool * | pool |
| size_t | size |
| size_t | space |
| size_t | used |
|
|
the address of the pool's structure Definition at line 122 of file stringfields.h. Referenced by __ast_string_field_alloc_space(), __ast_string_field_index_build_va(), and add_string_pool(). |
|
|
the total size of the current pool Definition at line 123 of file stringfields.h. Referenced by __ast_string_field_alloc_space(), __ast_string_field_index_build_va(), and add_string_pool(). |
|
|
the space available in the current pool Definition at line 124 of file stringfields.h. Referenced by __ast_string_field_alloc_space(), __ast_string_field_index_build_va(), and add_string_pool(). |
|
|
the space used in the current pool Definition at line 125 of file stringfields.h. Referenced by __ast_string_field_alloc_space(), __ast_string_field_index_build_va(), and add_string_pool(). |