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

  /src/crypto/external/apache2/openssl/dist/doc/designs/ddd/
ddd-01-conn-blocking.c 16 * new_conn. The application may also call this function multiple times to
49 BIO *new_conn(SSL_CTX *ctx, const char *hostname) function
161 b = new_conn(ctx, host_port);
ddd-03-fd-blocking.c 17 * new_conn. The application may also call this function multiple times to
50 SSL *new_conn(SSL_CTX *ctx, int fd, const char *bare_hostname) function
187 ssl = new_conn(ctx, fd, argv[1]);
ddd-02-conn-nonblocking-threads.c 28 * new_conn. The application may also call this function multiple times to
61 APP_CONN *new_conn(SSL_CTX *ctx, const char *hostname) function
284 conn = new_conn(ctx, host_port);
ddd-02-conn-nonblocking.c 28 * new_conn. The application may also call this function multiple times to
61 APP_CONN *new_conn(SSL_CTX *ctx, const char *hostname) function
347 conn = new_conn(ctx, host_port);
ddd-04-fd-nonblocking.c 23 * new_conn. The application may also call this function multiple times to
56 APP_CONN *new_conn(SSL_CTX *ctx, int fd, const char *bare_hostname) function
361 conn = new_conn(ctx, fd, argv[1]);
ddd-05-mem-nonblocking.c 27 * new_conn. The application may also call this function multiple times to
60 APP_CONN *new_conn(SSL_CTX *ctx, const char *bare_hostname) function
414 conn = new_conn(ctx, argv[1]);
ddd-06-mem-uv.c 96 * new_conn. The application may also call this function multiple times to
131 APP_CONN *new_conn(SSL_CTX *ctx, const char *hostname, function
746 conn = new_conn(ctx, argv[1], result->ai_addr, result->ai_addrlen, post_connect, NULL);
  /src/external/bsd/openldap/dist/servers/slapd/back-meta/
conn.c 1037 new_conn = 0, local
1240 assert( new_conn == 0 );
1244 new_conn = 1;
1267 LDAP_BACK_DONTSEND, !new_conn );
1269 if ( new_conn && ( sendok & LDAP_BACK_BINDING ) ) {
1289 if ( new_conn ) {
1412 assert( new_conn == 0 );
1416 new_conn = 1;
1443 LDAP_BACK_CONN_ISPRIV( &mc_curr ), sendok, !new_conn );
1451 if ( new_conn ) {
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
conn.c 533 new_conn = 0, local
548 new_conn = 0;
640 LDAP_BACK_DONTSEND, !new_conn );
642 if ( new_conn && ( sendok & LDAP_BACK_BINDING ) ) {
758 LDAP_BACK_CONN_ISPRIV( &mc_curr ), sendok, !new_conn );
808 LDAP_BACK_DONTSEND, !new_conn );
887 if ( new_conn ) {
  /src/crypto/external/apache2/openssl/dist/demos/http3/
ossl-nghttp3-demo-server.c 64 int new_conn; /* a new connection has been received */ member in struct:h3ssl
512 h3ssl->new_conn = 0;
553 h3ssl->new_conn = 1;
1296 if (h3ssl.new_conn) {
1298 h3ssl.new_conn = 0;

Completed in 38 milliseconds