Lines Matching defs:log_buf
44 log_end(dns_rrl_t *rrl, dns_rrl_entry_t *e, bool early, char *log_buf,
535 bool create, char *log_buf, unsigned int log_buf_len) {
616 log_end(rrl, e, true, log_buf, log_buf_len);
654 char *log_buf, unsigned int log_buf_len) {
675 DNS_RRL_RTYPE_TCP, now, false, log_buf, log_buf_len);
840 isc_result_t resp_result, char *log_buf,
851 log_buf[0] = '\0';
855 isc_buffer_init(&lb, log_buf, log_buf_len - 1);
985 log_buf[isc_buffer_usedlength(&lb)] = '\0';
989 log_end(dns_rrl_t *rrl, dns_rrl_entry_t *e, bool early, char *log_buf,
996 ISC_R_SUCCESS, log_buf, log_buf_len);
999 log_buf);
1010 log_stops(dns_rrl_t *rrl, isc_stdtime_t now, int limit, char *log_buf,
1028 log_end(rrl, e, now == 0, log_buf, log_buf_len);
1055 bool wouldlog, char *log_buf, unsigned int log_buf_len) {
1066 INSIST(log_buf != NULL && log_buf_len > 0);
1120 log_stops(rrl, now, 8, log_buf, log_buf_len);
1131 DNS_RRL_RTYPE_TCP, now, true, log_buf,
1164 true, log_buf, log_buf_len);
1176 false, DNS_RRL_RESULT_OK, resp_result, log_buf,
1180 log_buf);
1184 log_buf, log_buf_len);
1199 NULL, DNS_RRL_RTYPE_ALL, now, true, log_buf,
1206 client_addr, now, log_buf,
1216 log_buf, log_buf_len);
1220 log_buf);
1239 log_buf, log_buf_len);
1257 log_buf);
1268 log_buf, log_buf_len);
1290 char log_buf[DNS_RRL_LOG_BUF_LEN];
1304 log_stops(rrl, 0, INT32_MAX, log_buf, sizeof(log_buf));