33 #define STR_ALLOC_SIZE(X) (((X) + 1023) / 1024 * 1024) 62 t_str->
data[0] =
'\0';
int t_string_add(T_STRING *t_str, char *str, int str_len)
void t_string_free(T_STRING *t_str)
int t_string_len(T_STRING *t_str)
char * t_string_str(T_STRING *t_str)
int t_string_bind_len(T_STRING *t_str)
#define STR_ALLOC_SIZE(X)
T_STRING * t_string_make(int init_size)
int t_bind_string_add(T_STRING *t_str, char *str, int str_len, int bind_len)
void t_string_clear(T_STRING *t_str)
#define REALLOC(PTR, SIZE)