SPLAY_INIT
#define tree_init(t) SPLAY_INIT((t))
SPLAY_INIT(&root);
SPLAY_INIT(&ims->ims_map.ipm_tree);
SPLAY_INIT(&ims->ims_map.ipm_tree);
SPLAY_INIT(&ims->ims_map.ipm_tree);
SPLAY_INIT(&ims->ims_map.ipm_tree);
SPLAY_INIT(&ims->ims_map.ipm_tree);
SPLAY_INIT(&dev->files);
SPLAY_INIT(&xa->xa_tree);
SPLAY_INIT(&idr->tree);
SPLAY_INIT(&srv->srv_clients);
SPLAY_INIT(&srv->srv_clients);
SPLAY_INIT(&srv->srv_clients);
SPLAY_INIT(conf->sc_ssl);
SPLAY_INIT(&conns);
SPLAY_INIT(&conns);
SPLAY_INIT(&reqs);
SPLAY_INIT(&rlay->rl_sessions);
SPLAY_INIT(&rlay->rl_sessions);
SPLAY_INIT(&messages);
#define dict_init(d) do { SPLAY_INIT(&((d)->dict)); (d)->count = 0; } while(0)
SPLAY_INIT(&relays);
SPLAY_INIT(&domains);
SPLAY_INIT(&hosts);
SPLAY_INIT(&sources);
SPLAY_INIT(&routes);
SPLAY_INIT(&blocks);
SPLAY_INIT(&reqs);
SPLAY_INIT(&rq->q_priotree);
#define tree_init(t) do { SPLAY_INIT(&((t)->tree)); (t)->count = 0; } while(0)