Definition at line 1212 of file blobtoxy.c.
Data Fields | |
| int | max | 
| maximum capacity  | |
| int | idx | 
| current index  | |
| char * | str | 
| string buffer  | |
      
  | 
  
| 
 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().  | 
  
      
  | 
  
| 
 maximum capacity 
 Definition at line 1213 of file blobtoxy.c. Referenced by drop_strbuf(), expand_strbuf(), init_strbuf(), and print_strbuf().  | 
  
      
  | 
  
| 
 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().  |