Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/vscan/vscand/
H A Dvs_icap.c528 opts->vso_xfer_preview); in vs_icap_may_preview()
1568 if (opt->vso_xfer_preview) { in vs_icap_opt_ext()
1569 free(opt->vso_xfer_preview); in vs_icap_opt_ext()
1570 opt->vso_xfer_preview = 0; in vs_icap_opt_ext()
1575 opt->vso_xfer_preview = vs_icap_make_strvec in vs_icap_opt_ext()
1770 if (options->vso_xfer_preview) in vs_icap_free_options()
1771 free(options->vso_xfer_preview); in vs_icap_free_options()
1788 if (from_opt->vso_xfer_preview) { in vs_icap_copy_options()
1789 to_opt->vso_xfer_preview = in vs_icap_copy_options()
1790 vs_icap_copy_strvec(from_opt->vso_xfer_preview); in vs_icap_copy_options()
H A Dvs_icap.h159 iovec_t *vso_xfer_preview; /* file exts supporting preview */ member