#include <stringfields.h>
Data Fields | |
struct ast_string_field_pool * | embedded_pool |
ast_string_field | last_alloc |
const char * | owner_file |
const char * | owner_func |
int | owner_line |
Definition at line 145 of file stringfields.h.
struct ast_string_field_pool* embedded_pool [read] |
pointer to the embedded pool, if any
Definition at line 147 of file stringfields.h.
Referenced by __ast_calloc_with_stringfields(), and __ast_string_field_init().
the last field allocated
Definition at line 146 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().
const char* owner_file |
filename of owner
Definition at line 149 of file stringfields.h.
Referenced by __ast_calloc_with_stringfields(), __ast_string_field_alloc_space(), and __ast_string_field_init().
const char* owner_func |
function name of owner
Definition at line 150 of file stringfields.h.
Referenced by __ast_calloc_with_stringfields(), __ast_string_field_alloc_space(), and __ast_string_field_init().
int owner_line |
line number of owner
Definition at line 151 of file stringfields.h.
Referenced by __ast_calloc_with_stringfields(), __ast_string_field_alloc_space(), and __ast_string_field_init().