Lines Matching refs:vr
1388 vs_vrec_t *vr; in vs_icap_resp_violation_rec() local
1391 vr = &ctx->vsc_result->vsr_vrec[vr_idx]; in vs_icap_resp_violation_rec()
1393 vr = 0; in vs_icap_resp_violation_rec()
1404 if (vr) { in vs_icap_resp_violation_rec()
1409 (void) strlcpy(vr->vr_desc, buf, in vs_icap_resp_violation_rec()
1413 (void) sscanf(buf, "%d", &vr->vr_id); in vs_icap_resp_violation_rec()
1416 (void) sscanf(buf, "%d", &vr->vr_res); in vs_icap_resp_violation_rec()
1615 vs_vrec_t *vr = 0; in vs_icap_resp_infection() local
1656 vr = &ctx->vsc_result->vsr_vrec[0]; in vs_icap_resp_infection()
1657 vr->vr_id = type; in vs_icap_resp_infection()
1658 vr->vr_res = res; in vs_icap_resp_infection()
1659 (void) strlcpy(vr->vr_desc, desc, VS_DESCRIPTION_MAX); in vs_icap_resp_infection()
1681 vs_vrec_t *vr = 0; in vs_icap_resp_virus_id() local
1684 vr = &ctx->vsc_result->vsr_vrec[0]; in vs_icap_resp_virus_id()
1685 vr->vr_id = 0; in vs_icap_resp_virus_id()
1686 vr->vr_res = 0; in vs_icap_resp_virus_id()
1687 (void) strlcpy(vr->vr_desc, line, VS_DESCRIPTION_MAX); in vs_icap_resp_virus_id()