OpenVAS Scanner 23.32.3
handle_table_s Struct Reference

Struct to store handles. More...

Collaboration diagram for handle_table_s:
Collaboration graph

Data Fields

int handle_id
CURL * handle
long http_code

Detailed Description

Struct to store handles.

Definition at line 48 of file nasl_http2.c.

Field Documentation

◆ handle

CURL* handle_table_s::handle

Definition at line 51 of file nasl_http2.c.

Referenced by nasl_http2_close_handle(), and nasl_http2_handle().

◆ handle_id

int handle_table_s::handle_id

Definition at line 50 of file nasl_http2.c.

Referenced by nasl_http2_close_handle(), and nasl_http2_handle().

◆ http_code

long handle_table_s::http_code

Definition at line 52 of file nasl_http2.c.


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