|
OpenVAS Scanner 23.32.3
|
Struct to store handles. More...

Data Fields | |
| int | handle_id |
| CURL * | handle |
| long | http_code |
Struct to store handles.
Definition at line 48 of file nasl_http2.c.
| CURL* handle_table_s::handle |
Definition at line 51 of file nasl_http2.c.
Referenced by nasl_http2_close_handle(), and nasl_http2_handle().
| 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().
| long handle_table_s::http_code |
Definition at line 52 of file nasl_http2.c.