Closure for iterator called during 'remove_key'. More...
Data Fields | |
struct Value * | value |
Value found. More... | |
uint32_t | size |
Size of data. More... | |
const void * | data |
Data to remove. More... | |
Closure for iterator called during 'remove_key'.
Definition at line 765 of file plugin_datastore_heap.c.
struct Value* RemoveContext::value |
Value found.
Definition at line 770 of file plugin_datastore_heap.c.
Referenced by heap_plugin_remove_key(), and remove_iterator().
uint32_t RemoveContext::size |
Size of data.
Definition at line 775 of file plugin_datastore_heap.c.
Referenced by heap_plugin_remove_key(), and remove_iterator().
const void* RemoveContext::data |
Data to remove.
Definition at line 780 of file plugin_datastore_heap.c.
Referenced by heap_plugin_remove_key(), typescriptdomain.TypeScriptDomain::objects(), remove_iterator(), httpdomain.httpdomain.HTTPDomain::resolve_xref(), and httpdomain.httpdomain.HTTPDomain::routes().