Lines Matching refs:spam_hits

821   stat.spam_hits     = 0;  in _ds_getall_spamrecords()
856 ds_term->s.spam_hits = 0; in _ds_getall_spamrecords()
910 stat.spam_hits = strtoul (row[2], NULL, 0); in _ds_getall_spamrecords()
911 if ((unsigned long int)stat.spam_hits == ULONG_MAX && errno == ERANGE) { in _ds_getall_spamrecords()
937 stat.spam_hits = 10; in _ds_getall_spamrecords()
1035 int sh_adiff = abs(control.spam_hits - s->control_sh); in _ds_setall_spamrecords()
1037 if (control.spam_hits > s->control_sh) { in _ds_setall_spamrecords()
1131 stat.spam_hits > 0 ? 1 : 0, in _ds_setall_spamrecords()
1144 if (abs(control.spam_hits - s->control_sh) != 0) { in _ds_setall_spamrecords()
1145 if (control.spam_hits > s->control_sh) { in _ds_setall_spamrecords()
1187 stat.spam_hits > 0 ? 1 : 0, in _ds_setall_spamrecords()
1253 control.spam_hits, control.innocent_hits, in _ds_setall_spamrecords()
1254 control.spam_hits - s->control_sh, control.innocent_hits - s->control_ih); in _ds_setall_spamrecords()
1281 if (abs(control.spam_hits - s->control_sh) != 0) { in _ds_setall_spamrecords()
1282 if (control.spam_hits > s->control_sh) { in _ds_setall_spamrecords()
1361 stat->spam_hits = 0; in _ds_get_spamrecord()
1394 stat->spam_hits = strtoul (row[0], NULL, 0); in _ds_get_spamrecord()
1395 if ((unsigned long int)stat->spam_hits == ULONG_MAX && errno == ERANGE) { in _ds_get_spamrecord()
1462 stat->spam_hits, stat->innocent_hits, in _ds_set_spamrecord()
1463 stat->spam_hits, stat->innocent_hits); in _ds_set_spamrecord()
1481 (int) p->pw_uid, token, stat->spam_hits, stat->innocent_hits); in _ds_set_spamrecord()
1503 " AND token='%llu'", stat->spam_hits, in _ds_set_spamrecord()
2240 st->spam_hits = strtoul (row[1], NULL, 0); in _ds_get_nexttoken()
2241 if ((unsigned long int)st->spam_hits == ULONG_MAX && errno == ERANGE) { in _ds_get_nexttoken()