| 5501 | return NULL; |
| 5502 | } |
| 5503 | static void *tdelete(const void *key, void **root, |
| 5504 | int (*compare)(const void *, const void *)) |
| 5505 | { |
| 5506 | return pool_tdelete(NULL, key, root, compare); |
| 5507 | } |
| 5508 | |
| 5509 | static void tree_walk(const struct node_s *n, int depth, |
| 5510 | void (*action)(const void *, const VISIT, const int)) |