Home
last modified time | relevance | path

Searched refs:vso_xfer_preview (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/vscan/vscand/
H A Dvs_icap.c528 opts->vso_xfer_preview); in vs_icap_may_preview()
1567 if (opt->vso_xfer_preview) { in vs_icap_opt_ext()
1568 free(opt->vso_xfer_preview); in vs_icap_opt_ext()
1569 opt->vso_xfer_preview = 0; in vs_icap_opt_ext()
1574 opt->vso_xfer_preview = vs_icap_make_strvec in vs_icap_opt_ext()
1769 if (options->vso_xfer_preview) in vs_icap_free_options()
1770 free(options->vso_xfer_preview); in vs_icap_free_options()
1787 if (from_opt->vso_xfer_preview) { in vs_icap_copy_options()
1788 to_opt->vso_xfer_preview = in vs_icap_copy_options()
1789 vs_icap_copy_strvec(from_opt->vso_xfer_preview); in vs_icap_copy_options()
H A Dvs_icap.h157 iovec_t *vso_xfer_preview; /* file exts supporting preview */ member