OpenVAS Manager  7.0.3~git
buffer_counts_data_t Struct Reference

Helper data structure for buffering word counts. More...

Collaboration diagram for buffer_counts_data_t:
Collaboration graph

Data Fields

GString * buffer
 The GString buffer to write to. More...
 
int skip
 The amount of entries to skip at start. More...
 
int limit
 The maximum number of entries to output or -1 for all. More...
 

Detailed Description

Helper data structure for buffering word counts.

Definition at line 11961 of file omp.c.

Field Documentation

◆ buffer

GString* buffer_counts_data_t::buffer

The GString buffer to write to.

Definition at line 11963 of file omp.c.

◆ limit

int buffer_counts_data_t::limit

The maximum number of entries to output or -1 for all.

Definition at line 11965 of file omp.c.

◆ skip

int buffer_counts_data_t::skip

The amount of entries to skip at start.

Definition at line 11964 of file omp.c.


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