Open Vulnerability and Assessment Language. More...
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include "oval_string_map_impl.h"
#include "../common/util.h"
#include "../common/public/debug.h"
Data Structures | |
struct | _oval_string_map_entry |
struct | oval_string_map |
Typedefs | |
typedef struct _oval_string_map_entry | _oval_string_map_entry_t |
typedef struct oval_string_map | oval_string_map_t |
Functions | |
struct oval_string_map * | oval_string_map_new () |
void | oval_string_map_put (struct oval_string_map *map, const char *key, void *item) |
void | oval_string_map_put_string (struct oval_string_map *map, const char *key, const char *item) |
struct oval_iterator * | oval_string_map_keys (struct oval_string_map *map) |
struct oval_iterator * | oval_string_map_values (struct oval_string_map *map) |
void * | oval_string_map_get_value (struct oval_string_map *map, char *key) |
void | oval_string_map_free (struct oval_string_map *map, oscap_destruct_func free_func) |
void | oval_string_map_free_string (struct oval_string_map *map) |
Open Vulnerability and Assessment Language.
See more details at http://oval.mitre.org/