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

  /src/external/apache2/mDNSResponder/nss/
nss_mdnsd.c 136 typedef struct res_conf { struct
142 } res_conf; typedef in typeref:struct:res_conf
144 static res_conf *cur_res_conf;
150 res_conf *conf;
202 static void decref_res_conf(res_conf *);
203 static res_conf *get_res_conf(void);
204 static void put_res_conf(res_conf *);
205 static res_conf *new_res_conf(res_state);
243 res_conf *rc;
1209 decref_res_conf(res_conf *rc
    [all...]
  /src/external/bsd/unbound/dist/smallapp/
unbound-anchor.c 284 create_unbound_context(const char* res_conf, const char* root_hints,
301 if(res_conf) {
302 r = ub_ctx_resolvconf(ctx, res_conf);
303 if(r) ub_ctx_error_exit(ctx, res_conf, ub_strerror(r));
635 * @param res_conf: resolv.conf (if any).
645 resolve_name(const char* host, int port, const char* res_conf,
657 ctx = create_unbound_context(res_conf, root_hints, debugconf,
1970 const char* p7signer, const char* res_conf, const char* root_hints,
1984 ip_list = resolve_name(urlname, port, res_conf, root_hints, debugconf,
2258 fetch_root_key(const char* root_anchor_file, const char* res_conf,
2345 const char* res_conf = NULL; local
    [all...]

Completed in 16 milliseconds