Context for a single write on a chunk of memory. More...
Data Fields | |
struct WriteContext * | next |
struct WriteContext * | prev |
void * | data |
The data to write. More... | |
size_t | length |
The length of the data. More... | |
size_t | pos |
The current position from where the write operation should begin. More... | |
Context for a single write on a chunk of memory.
Definition at line 57 of file gnunet-cmds-helper.c.
struct WriteContext* WriteContext::next |
Definition at line 60 of file gnunet-cmds-helper.c.
struct WriteContext* WriteContext::prev |
Definition at line 62 of file gnunet-cmds-helper.c.
void* WriteContext::data |
The data to write.
Definition at line 67 of file gnunet-cmds-helper.c.
Referenced by do_shutdown_later(), typescriptdomain.TypeScriptDomain::objects(), httpdomain.httpdomain.HTTPDomain::resolve_xref(), httpdomain.httpdomain.HTTPDomain::routes(), write_message(), and write_task().
size_t WriteContext::length |
The length of the data.
Definition at line 72 of file gnunet-cmds-helper.c.
Referenced by write_message(), and write_task().
size_t WriteContext::pos |
The current position from where the write operation should begin.
Definition at line 77 of file gnunet-cmds-helper.c.
Referenced by write_task().