Searched refs:f_prevcount (Results 1 – 3 of 3) sorted by relevance
566 tmpcnt = fq->f->f_prevcount; in sign_send_certificate_block()568 fq->f->f_prevcount = tmpcnt; in sign_send_certificate_block()696 tmpcnt = fq->f->f_prevcount; in sign_send_signature_block()698 fq->f->f_prevcount = tmpcnt; in sign_send_signature_block()
2022 f->f_prevcount++;2024 f->f_prevcount, (long)(now - f->f_time),2039 if (f->f_prevcount) in format_buffer() 2243 if (f->f_prevcount > 1) { in fprintlog() 2264 "last message repeated %d times", f->f_prevcount); in fprintlog() 2613 f->f_prevcount = 0; in udp_send() 2850 if (f->f_prevcount && now >= REPEATTIME(f)) { in domark() 2852 TypeInfo[f->f_type].name, f->f_prevcount, in domark() 3011 if (f->f_prevcount) in die() 3457 if (f->f_prevcount) in init() [all...]
370 int f_prevcount; /* repetition cnt of prevmsg */ member