Symbol: dnsc_env
sbin/unwind/libunbound/dnscrypt/dnscrypt.h
107
int dnsc_apply_cfg(struct dnsc_env *env, struct config_file *cfg);
sbin/unwind/libunbound/dnscrypt/dnscrypt.h
113
void dnsc_delete(struct dnsc_env *env);
sbin/unwind/libunbound/dnscrypt/dnscrypt.h
121
int dnsc_handle_curved_request(struct dnsc_env* dnscenv,
sbin/unwind/libunbound/dnscrypt/dnscrypt.h
96
struct dnsc_env * dnsc_create(void);
usr.sbin/unbound/daemon/daemon.h
153
struct dnsc_env* dnscenv;
usr.sbin/unbound/daemon/daemon.h
73
struct dnsc_env;
usr.sbin/unbound/daemon/stats.c
229
struct dnsc_env* de = worker->daemon->dnscenv;
usr.sbin/unbound/daemon/stats.c
245
struct dnsc_env* de = worker->daemon->dnscenv;
usr.sbin/unbound/dnscrypt/dnscrypt.c
1009
dnsc_delete(struct dnsc_env *env)
usr.sbin/unbound/dnscrypt/dnscrypt.c
244
dnscrypt_server_uncurve(struct dnsc_env* env,
usr.sbin/unbound/dnscrypt/dnscrypt.c
577
dnsc_parse_certs(struct dnsc_env *env, struct config_file *cfg)
usr.sbin/unbound/dnscrypt/dnscrypt.c
655
dnsc_find_cert(struct dnsc_env* dnscenv, struct sldns_buffer* buffer)
usr.sbin/unbound/dnscrypt/dnscrypt.c
683
dnsc_load_local_data(struct dnsc_env* dnscenv, struct config_file *cfg)
usr.sbin/unbound/dnscrypt/dnscrypt.c
791
dnsc_parse_keys(struct dnsc_env *env, struct config_file *cfg)
usr.sbin/unbound/dnscrypt/dnscrypt.c
886
dnsc_handle_curved_request(struct dnsc_env* dnscenv,
usr.sbin/unbound/dnscrypt/dnscrypt.c
937
struct dnsc_env *
usr.sbin/unbound/dnscrypt/dnscrypt.c
940
struct dnsc_env *env;
usr.sbin/unbound/dnscrypt/dnscrypt.c
947
env = (struct dnsc_env *) calloc(1, sizeof(struct dnsc_env));
usr.sbin/unbound/dnscrypt/dnscrypt.c
964
dnsc_apply_cfg(struct dnsc_env *env, struct config_file *cfg)
usr.sbin/unbound/dnscrypt/dnscrypt.h
107
int dnsc_apply_cfg(struct dnsc_env *env, struct config_file *cfg);
usr.sbin/unbound/dnscrypt/dnscrypt.h
113
void dnsc_delete(struct dnsc_env *env);
usr.sbin/unbound/dnscrypt/dnscrypt.h
121
int dnsc_handle_curved_request(struct dnsc_env* dnscenv,
usr.sbin/unbound/dnscrypt/dnscrypt.h
96
struct dnsc_env * dnsc_create(void);