HomeSort by: relevance | last modified time | path
    Searched refs:tmp_real_max (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/ssl/statem/
statem_lib.c 2032 int version, tmp_real_max; local
2089 tmp_real_max = 0;
2097 tmp_real_max = 0;
2102 if (hole == 1 && tmp_real_max == 0)
2103 tmp_real_max = vent->version;
2111 if (real_max != NULL && tmp_real_max != 0)
2112 *real_max = tmp_real_max;
  /src/crypto/external/bsd/openssl.old/dist/ssl/statem/
statem_lib.c 2037 int version, tmp_real_max; local
2094 tmp_real_max = 0;
2102 tmp_real_max = 0;
2107 if (hole == 1 && tmp_real_max == 0)
2108 tmp_real_max = vent->version;
2116 if (real_max != NULL && tmp_real_max != 0)
2117 *real_max = tmp_real_max;
  /src/crypto/external/apache2/openssl/dist/ssl/statem/
statem_lib.c 2456 int version, tmp_real_max; local
2512 tmp_real_max = 0;
2520 tmp_real_max = 0;
2525 if (hole == 1 && tmp_real_max == 0)
2526 tmp_real_max = vent->version;
2533 if (real_max != NULL && tmp_real_max != 0)
2534 *real_max = tmp_real_max;

Completed in 28 milliseconds