|
Wireshark
4.3.0
The Wireshark network protocol analyzer
|
Go to the source code of this file.
Typedefs | |
| typedef struct _wmem_multimap_t | wmem_multimap_t |
Functions | |
| WS_DLL_PUBLIC wmem_multimap_t * | wmem_multimap_new (wmem_allocator_t *allocator, GHashFunc hash_func, GEqualFunc eql_func) G_GNUC_MALLOC |
| WS_DLL_PUBLIC wmem_multimap_t * | wmem_multimap_new_autoreset (wmem_allocator_t *metadata_scope, wmem_allocator_t *data_scope, GHashFunc hash_func, GEqualFunc eql_func) G_GNUC_MALLOC |
| WS_DLL_PUBLIC wmem_list_t * | wmem_multimap_get_keys (wmem_allocator_t *list_allocator, wmem_multimap_t *map) |
| WS_DLL_PUBLIC unsigned | wmem_multimap_size (wmem_multimap_t *map) |
| WS_DLL_PUBLIC unsigned | wmem_multimap_count (wmem_multimap_t *map, const void *key) |
| WS_DLL_PUBLIC bool | wmem_multimap_insert32 (wmem_multimap_t *map, const void *key, uint32_t frame_num, void *value) |
| WS_DLL_PUBLIC void * | wmem_multimap_lookup32 (wmem_multimap_t *map, const void *key, const uint32_t frame_num) |
| WS_DLL_PUBLIC void * | wmem_multimap_lookup32_le (wmem_multimap_t *map, const void *key, const uint32_t frame_num) |
| WS_DLL_PUBLIC void * | wmem_multimap_remove32 (wmem_multimap_t *map, const void *key, const uint32_t frame_num) |
Definitions for the Wireshark Memory Manager Hash Multimap Copyright 2021, John Thacker johnthacker@gmail.com Copyright 2014, Evan Huus eapache@gmail.com
Wireshark - Network traffic analyzer By Gerald Combs gerald@wireshark.org Copyright 1998 Gerald Combs
SPDX-License-Identifier: GPL-2.0-or-later