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

  /src/sbin/restore/
symtab.c 539 long tblsize; local
566 tblsize = stbuf.st_size - sizeof(struct symtableheader);
567 base = calloc((unsigned)tblsize, sizeof(char));
570 if (read(fd, base, (int)tblsize) < 0 ||
608 (base + tblsize - (entrytblsize * sizeof(struct entry *)));
  /src/external/bsd/openldap/dist/libraries/libldap/
os-ip.c 1222 long tblsize = sysconf( _SC_OPEN_MAX ); local
1223 if( tblsize > INT_MAX ) tblsize = INT_MAX;
1226 int tblsize = getdtablesize();
1228 int tblsize = FD_SETSIZE;
1232 if( tblsize > FD_SETSIZE ) tblsize = FD_SETSIZE;
1235 ldap_int_tblsize = tblsize;
  /src/crypto/external/apache2/openssl/dist/ssl/
s3_lib.c 4664 size_t i, j, tblsize[] = { TLS13_NUM_CIPHERS, SSL3_NUM_CIPHERS, SSL3_NUM_SCSVS }; local
4668 for (i = 0, tbl = alltabs[j]; i < tblsize[j]; i++, tbl++) {
  /src/crypto/external/bsd/openssl/dist/ssl/
s3_lib.c 4085 size_t i, j, tblsize[] = {TLS13_NUM_CIPHERS, SSL3_NUM_CIPHERS, local
4090 for (i = 0, tbl = alltabs[j]; i < tblsize[j]; i++, tbl++) {
  /src/crypto/external/bsd/openssl.old/dist/ssl/
s3_lib.c 4089 size_t i, j, tblsize[] = {TLS13_NUM_CIPHERS, SSL3_NUM_CIPHERS, local
4094 for (i = 0, tbl = alltabs[j]; i < tblsize[j]; i++, tbl++) {

Completed in 37 milliseconds