|
CUBRID Engine
latest
|
#include <log_top_string.h>

Public Attributes | |
| char * | data |
| int | data_len |
| int | alloc_size |
| int | bind_len |
Definition at line 30 of file log_top_string.h.
| int t_string::alloc_size |
Definition at line 34 of file log_top_string.h.
Referenced by t_bind_string_add(), and t_string_make().
| int t_string::bind_len |
Definition at line 35 of file log_top_string.h.
Referenced by t_bind_string_add(), t_string_bind_len(), and t_string_clear().
| char* t_string::data |
Definition at line 32 of file log_top_string.h.
Referenced by log_replay(), t_bind_string_add(), t_string_clear(), t_string_free(), t_string_make(), and t_string_str().
| int t_string::data_len |
Definition at line 33 of file log_top_string.h.
Referenced by t_bind_string_add(), t_string_clear(), and t_string_len().