Closure for iterator called during 'remove_key'. More...
Data Fields | |
| struct Value * | value |
| Value found. | |
| uint32_t | size |
| Size of data. | |
| const void * | data |
| Data to remove. | |
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(), and remove_iterator().