Home
last modified time | relevance | path

Searched refs:views_create (Results 1 – 6 of 6) sorted by relevance

/src/contrib/unbound/services/
H A Dview.h92 struct views* views_create(void);
H A Dview.c58 views_create(void) in views_create() function
/src/contrib/unbound/testcode/
H A Dunitmain.c812 views = views_create(); in respip_view_conf_actions_test()
938 views = views_create(); in respip_view_conf_data_test()
/src/contrib/unbound/daemon/
H A Ddaemon.c719 if(!(daemon->env->views = views_create())) in daemon_fork()
H A Dremote.c5534 if(!(ct->views = views_create())) { in fr_construct_from_config()
/src/contrib/unbound/smallapp/
H A Dunbound-checkconf.c299 if(!(views = views_create())) in view_and_respipchecks()