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

  /src/external/mpl/bind/dist/bin/named/
server.c 11653 const cfg_obj_t *eplist = NULL; local
11678 if (cfg_map_get(http, "endpoints", &eplist) == ISC_R_SUCCESS) {
11679 INSIST(eplist != NULL);
11680 len = cfg_list_length(eplist, false);
11700 if (http != NULL && eplist != NULL) {
11701 for (elt = cfg_list_first(eplist); elt != NULL;

Completed in 24 milliseconds