Lines Matching defs:code
830 * should never fail anyway, since the code as currently written
854 * we use fctx_stopidletimer for readability in the code below.
2368 ednsopts[ednsopt].code = DNS_OPT_NSID;
2384 ednsopts[ednsopt].code = DNS_OPT_COOKIE;
2932 char code[64];
2982 isc_buffer_init(&b, code, sizeof(code) - 1);
2984 code[isc_buffer_usedlength(&b)] = '\0';
2987 isc_buffer_init(&b, code, sizeof(code) - 1);
2989 code[isc_buffer_usedlength(&b)] = '\0';
2992 code[0] = '\0';
3001 code, spc, dns_result_totext(reason),
4868 * If chaining, we need to make sure that the right result code is
8001 * since the dispatch code should ensure this.
8004 * ensured by the dispatch code).
8136 char code[64];
8159 * If the response code is SERVFAIL, also check if the
8280 isc_buffer_init(&b, code, sizeof(code) - 1);
8282 code[isc_buffer_usedlength(&b)] = '\0';
8283 FCTXTRACE2("remote server broken: returned ", code);