ws_echo_server sample
async_resp_arg
is only used within ws_echo_server sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/4)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ws_echo_server sample
async_resp_arg
async_resp_arg struct
Syntax
Show:
Summary
Declaration
from
ws_echo_server.c:31
struct
async_resp_arg
{
httpd_handle_t
hd
;
int
fd
;
}
;
Fields
Field
Declared as
async_resp_arg::hd
httpd_handle_t
async_resp_arg::fd
int
Examples
References
from
examples
Code
Location
Scope
Referrer
struct
async_resp_arg
{
ws_echo_server.c:31
struct
async_resp_arg
*
resp_arg
=
arg
;
ws_echo_server.c:42
ws_async_send()
free
(
resp_arg
)
;
ws_echo_server.c:52
ws_async_send()
struct
async_resp_arg
*
resp_arg
=
malloc
(
sizeof
(
struct
async_resp_arg
)
)
;
ws_echo_server.c:57
trigger_async_send()
free
(
resp_arg
)
;
ws_echo_server.c:65
trigger_async_send()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
async_resp_arg
is allocated by 1 symbol and is freed by 2 symbols:
trigger_async_send()
All items filtered out
async_resp_arg
ws_async_send()
trigger_async_send()
All items filtered out