Internal dynamic string buffer. More...
Data Fields | |
int | max |
maximum capacity | |
int | idx |
current index | |
char * | str |
string buffer | |
Internal dynamic string buffer.
Definition at line 1212 of file blobtoxy.c.
int strbuf::idx |
current index
Definition at line 1214 of file blobtoxy.c.
Referenced by common_path_finalize(), common_path_func(), common_path_step(), init_strbuf(), and print_strbuf().
int strbuf::max |
maximum capacity
Definition at line 1213 of file blobtoxy.c.
Referenced by drop_strbuf(), expand_strbuf(), init_strbuf(), and print_strbuf().
char* strbuf::str |
string buffer
Definition at line 1215 of file blobtoxy.c.
Referenced by common_path_finalize(), common_path_func(), drop_strbuf(), expand_strbuf(), init_strbuf(), and print_strbuf().