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

Definition at line 312 of file strings.h.
Data Fields | |
| size_t | len |
| char | str [0] |
| ast_threadstorage * | ts |
| size_t | used |
|
|
The current maximum length of the string |
|
|
The string buffer Definition at line 319 of file strings.h. Referenced by __manager_event(), ast_cli(), ast_log(), ast_verbose(), astman_append(), handle_showchan(), httpd_helper_thread(), print_uptimestr(), and static_callback(). |
|
|
What kind of storage is this ? |
|
|
Amount of space used Definition at line 314 of file strings.h. Referenced by print_uptimestr(), and static_callback(). |