Searched refs:scon (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/crypto/openssl/apps/
H A Ds_time.c118 static SSL *doConnection(SSL *scon);
352 SSL *scon = NULL; local
421 if ((scon = doConnection(NULL)) == NULL)
427 SSL_write(scon, buf, strlen(buf));
428 while ((i = SSL_read(scon, buf, sizeof(buf))) > 0)
432 SSL_set_shutdown(scon, SSL_SENT_SHUTDOWN | SSL_RECEIVED_SHUTDOWN);
434 SSL_shutdown(scon);
436 SHUTDOWN2(SSL_get_fd(scon));
439 if (SSL_session_reused(scon))
442 ver = SSL_version(scon);
580 doConnection(SSL *scon) argument
[all...]
/freebsd-10.1-release/contrib/flex/
H A Dparse.y211 sect2 : sect2 scon initforrule flexrule '\n'
213 | sect2 scon '{' sect2 '}'
322 scon : '<' scon_stk_ptr namelist2 '>' label

Completed in 55 milliseconds