Lines Matching refs:log_buf
44 log_end(dns_rrl_t *rrl, dns_rrl_entry_t *e, bool early, char *log_buf,
513 bool create, char *log_buf, unsigned int log_buf_len) {
594 log_end(rrl, e, true, log_buf, log_buf_len);
632 char *log_buf, unsigned int log_buf_len) {
653 DNS_RRL_RTYPE_TCP, now, false, log_buf, log_buf_len);
818 isc_result_t resp_result, char *log_buf,
829 log_buf[0] = '\0';
833 isc_buffer_init(&lb, log_buf, log_buf_len - 1);
963 log_buf[isc_buffer_usedlength(&lb)] = '\0';
967 log_end(dns_rrl_t *rrl, dns_rrl_entry_t *e, bool early, char *log_buf,
974 ISC_R_SUCCESS, log_buf, log_buf_len);
977 log_buf);
988 log_stops(dns_rrl_t *rrl, isc_stdtime_t now, int limit, char *log_buf,
1006 log_end(rrl, e, now == 0, log_buf, log_buf_len);
1033 bool wouldlog, char *log_buf, unsigned int log_buf_len) {
1044 INSIST(log_buf != NULL && log_buf_len > 0);
1098 log_stops(rrl, now, 8, log_buf, log_buf_len);
1109 DNS_RRL_RTYPE_TCP, now, true, log_buf,
1142 true, log_buf, log_buf_len);
1154 false, DNS_RRL_RESULT_OK, resp_result, log_buf,
1158 log_buf);
1162 log_buf, log_buf_len);
1177 NULL, DNS_RRL_RTYPE_ALL, now, true, log_buf,
1184 client_addr, now, log_buf,
1194 log_buf, log_buf_len);
1198 log_buf);
1217 log_buf, log_buf_len);
1235 log_buf);
1246 log_buf, log_buf_len);
1268 char log_buf[DNS_RRL_LOG_BUF_LEN];
1282 log_stops(rrl, 0, INT32_MAX, log_buf, sizeof(log_buf));