|
Stackdb
Stackdb is a stackable, multi-target and -level source debugger and memory forensics library.
|
#include <proxyreq.h>
Data Fields | |
| unsigned long | tid |
| proxyreq_state_t | state |
| struct monitor * | monitor |
| int | objid |
| int | msg_id |
| pthread_mutex_t * | objtype_mutex |
| uint8_t | monitor_is_new |
| struct soap * | soap |
| size_t(* | orig_frecv )(struct soap *soap, char *s, size_t n) |
| int(* | orig_fclose )(struct soap *soap) |
| int(* | orig_fsend )(struct soap *soap, const char *s, size_t n) |
| char * | buf |
| int | len |
| int | bufsiz |
| int | bufidx |
Definition at line 116 of file proxyreq.h.
| char* proxyreq::buf |
Definition at line 176 of file proxyreq.h.
| int proxyreq::bufidx |
Definition at line 179 of file proxyreq.h.
| int proxyreq::bufsiz |
Definition at line 178 of file proxyreq.h.
| int proxyreq::len |
Definition at line 177 of file proxyreq.h.
| struct monitor* proxyreq::monitor |
Definition at line 136 of file proxyreq.h.
| uint8_t proxyreq::monitor_is_new |
Definition at line 157 of file proxyreq.h.
| int proxyreq::msg_id |
Definition at line 143 of file proxyreq.h.
| int proxyreq::objid |
Definition at line 142 of file proxyreq.h.
| pthread_mutex_t* proxyreq::objtype_mutex |
Definition at line 151 of file proxyreq.h.
Definition at line 169 of file proxyreq.h.
Definition at line 167 of file proxyreq.h.
Definition at line 171 of file proxyreq.h.
| struct soap* proxyreq::soap |
Definition at line 160 of file proxyreq.h.
| proxyreq_state_t proxyreq::state |
Definition at line 129 of file proxyreq.h.
| unsigned long proxyreq::tid |
Definition at line 127 of file proxyreq.h.
1.8.5