wireshark/epan/wmem
Matthieu Coudron c2afc9edec Change prototype of callbacks passed to wmem_tree_foreach so that they
accept the node key as a first parameter.

wmem_tree accepts all sort of keys (strings, integers, soon ranges),
thus it is of interest for various purposes (testing, greedy search) to
know the key of the node.

Change-Id: Ie748b917bef91f0b1ba8cce15bd1b471922641dc
Reviewed-on: https://code.wireshark.org/review/11683
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Evan Huus <eapache@gmail.com>
Reviewed-by: Michael Mann <mmann78@netscape.net>
2015-11-11 00:22:37 +00:00
..
Makefile.am Add a test-programs target everywhere. 2015-03-13 22:41:40 +00:00
Makefile.common
Makefile.nmake Add a test-programs target everywhere. 2015-03-13 22:41:40 +00:00
wmem.h
wmem_allocator.h WMEM (allocator): fix warning: redeclaration of already-defined enum '_wmem_allocator_type_t' is a GNU extension [-Wgnu-redeclared-enum] 2015-02-08 22:34:22 +00:00
wmem_allocator_block.c wmem: don't remove tiny blocks from the recycler 2015-07-17 02:37:13 +00:00
wmem_allocator_block.h
wmem_allocator_block_fast.c
wmem_allocator_block_fast.h
wmem_allocator_simple.c
wmem_allocator_simple.h
wmem_allocator_strict.c
wmem_allocator_strict.h
wmem_array.c
wmem_array.h
wmem_core.c
wmem_core.h
wmem_list.c
wmem_list.h
wmem_map.c
wmem_map.h
wmem_map_int.h
wmem_miscutl.c
wmem_miscutl.h
wmem_queue.h
wmem_scopes.c store tcp/udp port names in epan scope 2015-07-04 12:21:34 +00:00
wmem_scopes.h
wmem_stack.c
wmem_stack.h
wmem_strbuf.c
wmem_strbuf.h
wmem_strutl.c
wmem_strutl.h
wmem_test.c Change prototype of callbacks passed to wmem_tree_foreach so that they 2015-11-11 00:22:37 +00:00
wmem_tree.c Change prototype of callbacks passed to wmem_tree_foreach so that they 2015-11-11 00:22:37 +00:00
wmem_tree.h Change prototype of callbacks passed to wmem_tree_foreach so that they 2015-11-11 00:22:37 +00:00
wmem_user_cb.c
wmem_user_cb.h
wmem_user_cb_int.h