Searched defs:estr (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dgssapictx.c542 char *estr; local
549 estr = gss_error_tostring(major, minor, buf, sizeof(buf));
550 if (estr != NULL)
551 (*err_message) = isc_mem_strdup(mctx, estr);
/bind-9.11.3/bin/named/
H A Dcontrolconf.c473 const char *estr = isc_result_totext(eresult); local
474 if (isccc_cc_definestring(data, "err", estr) == NULL)

Completed in 13 milliseconds