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

  /src/external/bsd/flex/dist/src/
parse.y 216 sect2 : sect2 scon initforrule flexrule '\n'
218 | sect2 scon '{' sect2 '}'
327 scon : '<' scon_stk_ptr namelist2 '>' label
  /src/crypto/external/apache2/openssl/dist/apps/
s_time.c 35 static SSL *doConnection(SSL *scon, const char *host, SSL_CTX *ctx);
136 SSL *scon = NULL; local
297 if ((scon = doConnection(NULL, host, ctx)) == NULL)
303 if (buf_len <= 0 || SSL_write(scon, buf, buf_len) <= 0)
305 while ((i = SSL_read(scon, buf, sizeof(buf))) > 0)
308 SSL_set_shutdown(scon, SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN);
309 BIO_closesocket(SSL_get_fd(scon));
312 if (SSL_session_reused(scon)) {
315 ver = SSL_version(scon);
326 SSL_free(scon);
    [all...]
  /src/crypto/external/bsd/openssl/dist/apps/
s_time.c 35 static SSL *doConnection(SSL *scon, const char *host, SSL_CTX *ctx);
118 SSL *scon = NULL; local
280 if ((scon = doConnection(NULL, host, ctx)) == NULL)
286 if (buf_len <= 0 || SSL_write(scon, buf, buf_len) <= 0)
288 while ((i = SSL_read(scon, buf, sizeof(buf))) > 0)
291 SSL_set_shutdown(scon, SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN);
292 BIO_closesocket(SSL_get_fd(scon));
295 if (SSL_session_reused(scon)) {
298 ver = SSL_version(scon);
309 SSL_free(scon);
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/apps/
s_time.c 35 static SSL *doConnection(SSL *scon, const char *host, SSL_CTX *ctx);
94 SSL *scon = NULL; local
226 if ((scon = doConnection(NULL, host, ctx)) == NULL)
232 if (buf_len <= 0 || SSL_write(scon, buf, buf_len) <= 0)
234 while ((i = SSL_read(scon, buf, sizeof(buf))) > 0)
237 SSL_set_shutdown(scon, SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN);
238 BIO_closesocket(SSL_get_fd(scon));
241 if (SSL_session_reused(scon)) {
244 ver = SSL_version(scon);
255 SSL_free(scon);
    [all...]

Completed in 18 milliseconds