Searched refs:out_max (Results 1 – 3 of 3) sorted by relevance
331 int i, out_max; in mem_gets() local337 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()
1227 ASN1_BIT_STRING **out_max) in extract_min_max_bitstr() argument1231 *out_min = *out_max = aor->u.addressPrefix; in extract_min_max_bitstr()1235 *out_max = aor->u.addressRange->max; in extract_min_max_bitstr()
7619 computing in_max and out_max.