|
Greenbone Vulnerability Management Libraries 22.8.0
|

Go to the source code of this file.
Functions | |
| Describe (xmlutils) | |
| BeforeEach (xmlutils) | |
| AfterEach (xmlutils) | |
| Ensure (xmlutils, parse_entity_parses_simple_xml) | |
| Ensure (xmlutils, parse_entity_parses_xml_with_attributes) | |
| Ensure (xmlutils, parse_entity_handles_declaration) | |
| Ensure (xmlutils, parse_entity_handles_namespace) | |
| Ensure (xmlutils, parse_entity_oval_timestamp) | |
| Ensure (xmlutils, next_entities_handles_multiple_children) | |
| Ensure (xmlutils, parse_element_parses_simple_xml) | |
| Ensure (xmlutils, parse_element_parses_xml_with_attributes) | |
| Ensure (xmlutils, parse_element_handles_declaration) | |
| Ensure (xmlutils, parse_element_handles_namespace) | |
| Ensure (xmlutils, parse_element_oval_timestamp) | |
| Ensure (xmlutils, parse_element_item_metadata) | |
| Ensure (xmlutils, parse_element_item_metadata_with_namespace) | |
| Ensure (xmlutils, parse_element_item_handles_cdata) | |
| Ensure (xmlutils, element_next_handles_multiple_children) | |
| Ensure (xmlutils, parse_element_free_using_child) | |
| Ensure (xmlutils, print_element_to_string_prints) | |
| int | main (int argc, char **argv) |
| AfterEach | ( | xmlutils | ) |
Definition at line 15 of file xmlutils_tests.c.
| BeforeEach | ( | xmlutils | ) |
Definition at line 12 of file xmlutils_tests.c.
| Describe | ( | xmlutils | ) |
| Ensure | ( | xmlutils | , |
| element_next_handles_multiple_children | |||
| ) |
Definition at line 445 of file xmlutils_tests.c.
References element_first_child(), element_name(), element_next(), element_text(), and parse_element().

| Ensure | ( | xmlutils | , |
| next_entities_handles_multiple_children | |||
| ) |
Definition at line 132 of file xmlutils_tests.c.
References entity_s::entities, entity_name(), entity_text(), first_entity(), next_entities(), and parse_entity().

| Ensure | ( | xmlutils | , |
| parse_element_free_using_child | |||
| ) |
Definition at line 472 of file xmlutils_tests.c.
References element_child(), element_free(), element_name(), and parse_element().

| Ensure | ( | xmlutils | , |
| parse_element_handles_declaration | |||
| ) |
Definition at line 198 of file xmlutils_tests.c.
References element_child(), element_name(), element_text(), and parse_element().

| Ensure | ( | xmlutils | , |
| parse_element_handles_namespace | |||
| ) |
Definition at line 215 of file xmlutils_tests.c.
References element_attribute(), element_child(), element_name(), element_text(), and parse_element().

| Ensure | ( | xmlutils | , |
| parse_element_item_handles_cdata | |||
| ) |
Definition at line 367 of file xmlutils_tests.c.
References element_name(), element_text(), and parse_element().

| Ensure | ( | xmlutils | , |
| parse_element_item_metadata | |||
| ) |
Definition at line 278 of file xmlutils_tests.c.
References element_child(), element_name(), and parse_element().

| Ensure | ( | xmlutils | , |
| parse_element_item_metadata_with_namespace | |||
| ) |
Definition at line 313 of file xmlutils_tests.c.
References element_child(), element_name(), and parse_element().

| Ensure | ( | xmlutils | , |
| parse_element_oval_timestamp | |||
| ) |
Definition at line 235 of file xmlutils_tests.c.
References element_child(), element_name(), element_text(), and parse_element().

| Ensure | ( | xmlutils | , |
| parse_element_parses_simple_xml | |||
| ) |
Definition at line 167 of file xmlutils_tests.c.
References element_child(), element_name(), element_text(), and parse_element().

| Ensure | ( | xmlutils | , |
| parse_element_parses_xml_with_attributes | |||
| ) |
Definition at line 184 of file xmlutils_tests.c.
References element_attribute(), element_child(), and parse_element().

| Ensure | ( | xmlutils | , |
| parse_entity_handles_declaration | |||
| ) |
Definition at line 52 of file xmlutils_tests.c.
References entity_child(), entity_name(), entity_text(), and parse_entity().

| Ensure | ( | xmlutils | , |
| parse_entity_handles_namespace | |||
| ) |
Definition at line 69 of file xmlutils_tests.c.
References entity_child(), entity_name(), entity_text(), and parse_entity().

| Ensure | ( | xmlutils | , |
| parse_entity_oval_timestamp | |||
| ) |
Definition at line 87 of file xmlutils_tests.c.
References entity_child(), entity_name(), entity_text(), and parse_entity().

| Ensure | ( | xmlutils | , |
| parse_entity_parses_simple_xml | |||
| ) |
Definition at line 21 of file xmlutils_tests.c.
References entity_child(), entity_name(), entity_text(), and parse_entity().

| Ensure | ( | xmlutils | , |
| parse_entity_parses_xml_with_attributes | |||
| ) |
Definition at line 38 of file xmlutils_tests.c.
References entity_attribute(), entity_child(), and parse_entity().

| Ensure | ( | xmlutils | , |
| print_element_to_string_prints | |||
| ) |
Definition at line 488 of file xmlutils_tests.c.
References element_free(), parse_element(), and print_element_to_string().

| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 510 of file xmlutils_tests.c.