|
Greenbone Vulnerability Manager 22.5.2
|
GVM GMP layer: Logout handling. More...
#include "gmp_logout.h"#include "manage.h"Data Structures | |
| struct | logout_t |
Functions | |
| static void | logout_reset () |
| void | logout_start (gmp_parser_t *gmp_parser, const gchar **attribute_names, const gchar **attribute_values) |
| Start a command. | |
| void | logout_element_start (gmp_parser_t *gmp_parser, const gchar *name, const gchar **attribute_names, const gchar **attribute_values) |
| Start element. | |
| static void | logout_run (gmp_parser_t *gmp_parser, GError **error) |
| Execute command. | |
| int | logout_element_end (gmp_parser_t *gmp_parser, GError **error, const gchar *name) |
| End element. | |
Variables | |
| static logout_t | logout_data |
GVM GMP layer: Logout handling.
This includes functions for GMP handling of the user logout.
| int logout_element_end | ( | gmp_parser_t * | gmp_parser, |
| GError ** | error, | ||
| const gchar * | name | ||
| ) |
End element.
| [in] | gmp_parser | GMP parser. |
| [in] | error | Error parameter. |
| [in] | name | Element name. |
| void logout_element_start | ( | gmp_parser_t * | gmp_parser, |
| const gchar * | name, | ||
| const gchar ** | attribute_names, | ||
| const gchar ** | attribute_values | ||
| ) |
Start element.
| [in] | gmp_parser | GMP parser. |
| [in] | name | Element name. |
| [in] | attribute_names | All attribute names. |
| [in] | attribute_values | All attribute values. |
|
static |
Execute command.
| [in] | gmp_parser | GMP parser. |
| [in] | error | Error parameter. |
| void logout_start | ( | gmp_parser_t * | gmp_parser, |
| const gchar ** | attribute_names, | ||
| const gchar ** | attribute_values | ||
| ) |
Start a command.
| [in] | gmp_parser | GMP parser. |
| [in] | attribute_names | All attribute names. |
| [in] | attribute_values | All attribute values. |