OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tlsobj
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mpl/bind/dist/lib/isccfg/
check.c
1105
const cfg_obj_t *
tlsobj
= NULL, *httpobj = NULL;
local
1115
tlsobj
= cfg_tuple_get(ltup, "tls");
1116
if (
tlsobj
!= NULL && cfg_obj_isstring(
tlsobj
)) {
1117
const char *tlsname = cfg_obj_asstring(
tlsobj
);
1130
cfg_obj_log(
tlsobj
, logctx, ISC_LOG_ERROR,
1132
cfg_obj_asstring(
tlsobj
));
2362
check_tls_defintion(const cfg_obj_t *
tlsobj
, const char *name,
2373
cfg_obj_log(
tlsobj
, logctx, ISC_LOG_ERROR,
2379
symvalue.as_cpointer =
tlsobj
;
[
all
...]
/src/external/mpl/bind/dist/bin/named/
server.c
11426
const cfg_obj_t *
tlsobj
= NULL, *httpobj = NULL;
local
11448
tlsobj
= cfg_tuple_get(ltup, "tls");
11449
if (
tlsobj
!= NULL && cfg_obj_isstring(
tlsobj
)) {
11450
tlsname = cfg_obj_asstring(
tlsobj
);
11470
cfg_obj_log(
tlsobj
, named_g_lctx, ISC_LOG_ERROR,
11472
cfg_obj_asstring(
tlsobj
));
Completed in 32 milliseconds
Indexes created Mon Apr 06 00:22:49 UTC 2026