HomeSort by: relevance | last modified time | path
    Searched defs:caps_white (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/unbound/dist/iterator/
iterator.h 145 struct rbtree_type* caps_white; member in struct:iter_env
iter_utils.c 121 struct rbtree_type* caps_white = rbtree_create(name_tree_compare); local
122 if(!caps_white)
124 return caps_white;
138 caps_white_delete(struct rbtree_type* caps_white)
140 if(!caps_white)
142 traverse_postorder(caps_white, caps_free, NULL);
143 free(caps_white);
233 if(!iter_env->caps_white)
234 iter_env->caps_white = caps_white_create();
235 if(!iter_env->caps_white || !caps_white_apply_cfg
    [all...]
  /src/external/bsd/unbound/dist/daemon/
remote.c 4717 struct rbtree_type* caps_white; member in struct:fast_reload_construct
5084 caps_white_delete(ct->caps_white);
5865 if(!(ct->caps_white = caps_white_create())) {
5869 if(!caps_white_apply_cfg(ct->caps_white, newcfg)) {
6444 struct rbtree_type* oldcapswhite = iter_env->caps_white;
6451 iter_env->caps_white = ct->caps_white;
6461 ct->caps_white = oldcapswhite;

Completed in 93 milliseconds