rpm
5.4.15
|
Data Fields | |
char * | contents |
int | size |
int | tail |
int | resized |
char * | orig_contents |
int | orig_size |
Definition at line 183 of file html-parse.c.
char* pool::contents |
Definition at line 184 of file html-parse.c.
Referenced by convert_and_copy(), and map_html_tags().
char* pool::orig_contents |
Definition at line 190 of file html-parse.c.
int pool::orig_size |
Definition at line 194 of file html-parse.c.
int pool::resized |
Definition at line 187 of file html-parse.c.
int pool::size |
Definition at line 185 of file html-parse.c.
int pool::tail |
Definition at line 186 of file html-parse.c.
Referenced by convert_and_copy(), and map_html_tags().