|
OpenVAS Manager
7.0.3~git
|
A handle on an OMP parser. More...

Data Fields | |
| int(* | client_writer )(const char *, void *) |
| Writes to the client. More... | |
| void * | client_writer_data |
| Argument to client_writer. More... | |
| int | importing |
| Whether the current op is importing. More... | |
| int | read_over |
| Read over any child elements. More... | |
| int | parent_state |
| Parent state when reading over. More... | |
| gchar ** | disabled_commands |
| Disabled commands. More... | |
| int(* omp_parser_t::client_writer)(const char *, void *) |
| void* omp_parser_t::client_writer_data |
| gchar** omp_parser_t::disabled_commands |
Disabled commands.
Definition at line 712 of file omp.c.
Referenced by omp_parser_free(), and omp_parser_new().
| int omp_parser_t::importing |
| int omp_parser_t::parent_state |
| int omp_parser_t::read_over |