|
OpenVAS Manager
7.0.3~git
|
Helper data structure for buffering word counts. More...

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... | |
| GString* buffer_counts_data_t::buffer |
The GString buffer to write to.
Definition at line 11963 of file omp.c.
Referenced by buffer_aggregate_wc_xml().
| 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.
Referenced by buffer_aggregate_wc_xml().
| int buffer_counts_data_t::skip |
The amount of entries to skip at start.
Definition at line 11964 of file omp.c.
Referenced by buffer_aggregate_wc_xml().