Searched refs:reqin (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/sound/pcm/
H A Dfeeder_rate.c1574 int32_t alphadrift, startdrift, reqout, ocount, reqin, align; local
1596 reqin = z_gy2gx(info, ocount) - z_fetched(info);
1609 if (reqin != 0) {
1610 fetch = z_min(z_free(info), reqin);
1627 fetch = z_min(z_free(info), reqin);
1654 reqin -= fetched;
1657 reqin = 0;
1697 } while (reqin != 0 && ocount != 0);
/freebsd-13-stable/crypto/openssl/apps/
H A Docsp.c183 {"reqin", OPT_REQIN, 's', "File with the DER-encoded request"},
249 char *rca_filename = NULL, *reqin = NULL, *respin = NULL; local
367 reqin = opt_arg();
527 if (req == NULL && reqin == NULL
538 if (req == NULL && reqin != NULL) {
539 derbio = bio_open_default(reqin, 'r', FORMAT_ASN1);

Completed in 164 milliseconds