Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
ast_string_field_mgr Struct Reference

#include <stringfields.h>

Collaboration diagram for ast_string_field_mgr:
Collaboration graph
[legend]

Data Fields

struct ast_string_field_poolembedded_pool
 
ast_string_field last_alloc
 
struct ast_string_field_vector string_fields
 

Detailed Description

Definition at line 227 of file stringfields.h.

Field Documentation

◆ embedded_pool

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().

◆ last_alloc

ast_string_field last_alloc

◆ string_fields

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().


The documentation for this struct was generated from the following file: