strbuf Struct Reference

Internal dynamic string buffer. More...

Data Fields

int max
 maximum capacity
 
int idx
 current index
 
char * str
 string buffer
 

Detailed Description

Internal dynamic string buffer.

Definition at line 1212 of file blobtoxy.c.

Field Documentation

◆ idx

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().

◆ max

int strbuf::max

maximum capacity

Definition at line 1213 of file blobtoxy.c.

Referenced by drop_strbuf(), expand_strbuf(), init_strbuf(), and print_strbuf().

◆ str

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().


The documentation for this struct was generated from the following file:

Generated on Sun Nov 26 2023 by doxygen.
Contact: chw@ch-werner.de