rpm
5.4.15
|
#include <rpmio/html-parse.h>
Data Fields | |
char * | name |
char * | value |
const char * | value_raw_beginning |
int | value_raw_size |
int | name_pool_index |
int | value_pool_index |
Definition at line 33 of file html-parse.h.
char* attr_pair::name |
Definition at line 34 of file html-parse.h.
Referenced by map_html_tags().
int attr_pair::name_pool_index |
Definition at line 43 of file html-parse.h.
Referenced by map_html_tags().
char* attr_pair::value |
Definition at line 35 of file html-parse.h.
Referenced by map_html_tags().
int attr_pair::value_pool_index |
Definition at line 43 of file html-parse.h.
Referenced by map_html_tags().
const char* attr_pair::value_raw_beginning |
Definition at line 39 of file html-parse.h.
Referenced by map_html_tags().
int attr_pair::value_raw_size |
Definition at line 40 of file html-parse.h.
Referenced by map_html_tags().