HomeSort by: relevance | last modified time | path
    Searched defs:clistlen (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/ssl/
s3_lib.c 4142 size_t clistlen; local
4147 clistlen = sc->ext.peer_supportedgroups_len;
4152 for (i = 0; i < clistlen; i++) {
4162 return (int)clistlen;
  /src/crypto/external/bsd/openssl/dist/ssl/
s3_lib.c 3607 size_t clistlen; local
3612 clistlen = s->ext.peer_supportedgroups_len;
3617 for (i = 0; i < clistlen; i++) {
3627 return (int)clistlen;
  /src/crypto/external/bsd/openssl.old/dist/ssl/
s3_lib.c 3601 size_t clistlen; local
3606 clistlen = s->ext.peer_supportedgroups_len;
3611 for (i = 0; i < clistlen; i++) {
3620 return (int)clistlen;
  /src/usr.bin/diff/
diffreg.c 218 static int clistlen; /* the length of clist */ variable
402 clistlen = 100;
403 clist = xcalloc(clistlen, sizeof(*clist));
632 if (clen == clistlen) {
633 clistlen = clistlen * 11 / 10;
634 clist = xreallocarray(clist, clistlen, sizeof(*clist));

Completed in 30 milliseconds