Home
last modified time | relevance | path

Searched refs:out_max (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/lib/libcrypto/bio/
H A Dbss_mem.c331 int i, out_max; in mem_gets() local
337 out_max = bio_mem_pending(bm); in mem_gets()
338 if (out_len - 1 < out_max) in mem_gets()
339 out_max = out_len - 1; in mem_gets()
340 if (out_max <= 0) { in mem_gets()
346 for (i = 0; i < out_max; i++) { in mem_gets()
/openbsd-src/lib/libcrypto/x509/
H A Dx509_addr.c1227 ASN1_BIT_STRING **out_max) in extract_min_max_bitstr() argument
1231 *out_min = *out_max = aor->u.addressPrefix; in extract_min_max_bitstr()
1235 *out_max = aor->u.addressRange->max; in extract_min_max_bitstr()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DFSFChangeLog.117619 computing in_max and out_max.