Home
last modified time | relevance | path

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

/NextBSD/contrib/diff/src/
HDsdiff.c1146 lin llen, rlen, lenmax; in interact() local
1155 lenmax = MAX (llen, rlen); in interact()
1161 lf_skip (diff, lenmax); in interact()
1163 lf_copy (diff, lenmax, stdout); in interact()
1170 lf_copy (diff, lenmax, stdout); in interact()
/NextBSD/crypto/openssl/ssl/
HDt1_lib.c1267 long lenmax; in ssl_add_clienthello_tlsext() local
1278 if ((lenmax = limit - ret - 9) < 0 in ssl_add_clienthello_tlsext()
1280 strlen(s->tlsext_hostname)) > (unsigned long)lenmax) in ssl_add_clienthello_tlsext()
1353 long lenmax; in ssl_add_clienthello_tlsext() local
1359 if ((lenmax = limit - ret - 5) < 0) in ssl_add_clienthello_tlsext()
1361 if (num_formats > (size_t)lenmax) in ssl_add_clienthello_tlsext()
1382 if ((lenmax = limit - ret - 6) < 0) in ssl_add_clienthello_tlsext()
1384 if (num_curves > (size_t)lenmax / 2) in ssl_add_clienthello_tlsext()
1666 long lenmax; in ssl_add_serverhello_tlsext() local
1670 if ((lenmax = limit - ret - 5) < 0) in ssl_add_serverhello_tlsext()
[all …]