Codename Pineapple

Home page | Mailing list | Docs

Last updated: Sat Feb 3 05:02:00 2007

Asterisk developer's documentation :: Codename Pineapple


ast_string_field_mgr Struct Reference

#include <stringfields.h>

Collaboration diagram for ast_string_field_mgr:

Collaboration graph
[legend]

Detailed Description

Definition at line 121 of file stringfields.h.

Data Fields

ast_string_field_poolpool
size_t size
size_t space
size_t used


Field Documentation

struct ast_string_field_pool* pool
 

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

size_t size
 

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

size_t space
 

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

size_t used
 

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


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

Asterisk is a trademark for Digium, inc.. | Edvina.net | Asterisk.org | This documentation was generated with Doxygen