OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
318
create_unbound_context(const char*
res_conf
, const char* root_hints,
335
if(
res_conf
) {
336
r = ub_ctx_resolvconf(ctx,
res_conf
);
337
if(r) ub_ctx_error_exit(ctx,
res_conf
, ub_strerror(r));
669
* @param
res_conf
: resolv.conf (if any).
679
resolve_name(const char* host, int port, const char*
res_conf
,
691
ctx = create_unbound_context(
res_conf
, root_hints, debugconf,
2124
const char* p7signer, const char*
res_conf
, const char* root_hints,
2138
ip_list = resolve_name(urlname, port,
res_conf
, root_hints, debugconf,
2412
fetch_root_key(const char* root_anchor_file, const char*
res_conf
,
2499
const char*
res_conf
= NULL;
local
[
all
...]
Completed in 161 milliseconds
Indexes created Sat Sep 26 00:25:34 UTC 2026