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

  /src/external/mpl/bind/dist/lib/isccfg/
check.c 1107 const cfg_obj_t *tlsobj = NULL, *httpobj = NULL; local
1140 httpobj = cfg_tuple_get(ltup, "http");
1141 if (httpobj != NULL && cfg_obj_isstring(httpobj)) {
1142 const char *httpname = cfg_obj_asstring(httpobj);
1145 cfg_obj_log(httpobj, logctx, ISC_LOG_ERROR,
1155 cfg_obj_log(httpobj, logctx, ISC_LOG_ERROR,
1157 cfg_obj_asstring(httpobj));
  /src/external/mpl/bind/dist/bin/named/
server.c 11395 const cfg_obj_t *tlsobj = NULL, *httpobj = NULL; local
11533 httpobj = cfg_tuple_get(ltup, "http");
11534 if (httpobj != NULL && cfg_obj_isstring(httpobj)) {
11535 const char *httpname = cfg_obj_asstring(httpobj);
11544 cfg_obj_log(httpobj, named_g_lctx, ISC_LOG_ERROR,
11546 cfg_obj_asstring(httpobj));

Completed in 26 milliseconds