Lines Matching defs:vs_options
161 static vs_options_t vs_options[VS_SE_MAX];
173 (void) memset(vs_options, 0, sizeof (vs_options_t));
190 vs_icap_free_options(&vs_options[i]);
201 * changed delete the vs_options entry for that scan engine.
208 vs_icap_free_options(&vs_options[idx]);
209 (void) strlcpy(vs_options[idx].vso_host, host,
210 sizeof (vs_options[idx].vso_host));
211 vs_options[idx].vso_port = port;
222 * from that held in vs_options the vs_options info is old and should
223 * be deleted (vs_icap_free_options). Otherwise, copy the vs_options info
275 /* take a copy of vs_options[idx] if they match the SE specified */
279 &vs_options[ctx.vsc_idx]);
1500 * - update the scanstamp in vs_options and log the update.
1508 /* update the scanstamp in vs_options */
1512 if (strcmp(vs_options[ctx->vsc_idx].vso_scanstamp,
1514 (void) strlcpy(vs_options[ctx->vsc_idx].vso_scanstamp,
1736 rc = strcmp(scanstamp, vs_options[idx].vso_scanstamp);
1752 if (vs_options[idx].vso_port != port)
1755 if (strcmp(vs_options[idx].vso_host, host) != 0)
1811 vs_icap_free_options(&vs_options[idx]);
1812 vs_icap_copy_options(&vs_options[idx], &ctx->vsc_options);