Data Structures | |
struct | cvss_entry |
Struct holding CVSS entry data. More... | |
Other functions | |
| |
int | cvss_map_av_get (const char *string) |
int | cvss_map_ac_get (const char *string) |
int | cvss_map_auth_get (const char *string) |
int | cvss_map_imp_get (const char *string) |
Parse functions | |
Functions for parsing structures from XML. Return value is new structure filled by content of XML file represented by XML reader or import source structure. Structure needs to be freed by the caller. | |
struct cvss_entry * | cvss_entry::cvss_entry_parse (xmlTextReaderPtr reader) |
Parse CVSS entry. | |
Export functions | |
Functions for export structures to XML by XML writer. Exported structures need to be freed by the caller. | |
void | cvss_entry::cvss_entry_export (const struct cvss_entry *entry, xmlTextWriterPtr writer) |
Export CVSS entry. |
void cvss_entry_export | ( | const struct cvss_entry * | entry, | |
xmlTextWriterPtr | writer | |||
) | [related, inherited] |
Export CVSS entry.
entry | CVSS entry | |
writer | XML Text Writer representing XML model |
struct cvss_entry * cvss_entry_parse | ( | xmlTextReaderPtr | reader | ) | [related, inherited] |
Parse CVSS entry.
reader | XML Text Reader representing XML model |