OpenVAS Manager  7.0.3~git
omp_parser_t Struct Reference

A handle on an OMP parser. More...

Collaboration diagram for omp_parser_t:
Collaboration graph

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...
 

Detailed Description

A handle on an OMP parser.

Definition at line 705 of file omp.c.

Field Documentation

◆ client_writer

int(* omp_parser_t::client_writer) (const char *, void *)

Writes to the client.

Definition at line 707 of file omp.c.

◆ client_writer_data

void* omp_parser_t::client_writer_data

Argument to client_writer.

Definition at line 708 of file omp.c.

◆ disabled_commands

gchar** omp_parser_t::disabled_commands

Disabled commands.

Definition at line 712 of file omp.c.

Referenced by omp_parser_free().

◆ importing

int omp_parser_t::importing

Whether the current op is importing.

Definition at line 709 of file omp.c.

◆ parent_state

int omp_parser_t::parent_state

Parent state when reading over.

Definition at line 711 of file omp.c.

◆ read_over

int omp_parser_t::read_over

Read over any child elements.

Definition at line 710 of file omp.c.


The documentation for this struct was generated from the following file: