Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/apps/openssl/
H A Docsp.c132 char *reqout; member
563 .opt.arg = &ocsp_config.reqout,
860 (ocsp_config.signfile || ocsp_config.reqout || ocsp_config.host || in ocsp_main()
900 if (ocsp_config.reqout) { in ocsp_main()
901 derbio = BIO_new_file(ocsp_config.reqout, "wb"); in ocsp_main()
904 ocsp_config.reqout); in ocsp_main()
/dragonfly/sys/dev/sound/pcm/
H A Dfeeder_rate.c1546 int32_t alphadrift, startdrift, reqout, ocount, reqin, align; in z_resampler_feed_internal() local
1633 reqout = z_min(z_gx2gy(info, z_fetched(info)), ocount); in z_resampler_feed_internal()
1634 if (reqout != 0) { in z_resampler_feed_internal()
1635 ocount -= reqout; in z_resampler_feed_internal()
1667 } while (--reqout != 0); in z_resampler_feed_internal()