Home
last modified time | relevance | path

Searched refs:FLAG_SSL_ACCEPTED (Results 1 – 3 of 3) sorted by relevance

/dports/www/shttpd/shttpd-1.42/src/
H A Dio_ssl.c38 stream->flags |= FLAG_SSL_ACCEPTED; in _shttpd_ssl_handshake()
54 if (!(stream->flags & FLAG_SSL_ACCEPTED)) in read_ssl()
57 if (stream->flags & FLAG_SSL_ACCEPTED) in read_ssl()
H A Ddefs.h179 #define FLAG_SSL_ACCEPTED 2 macro
H A Dshttpd.c1009 c->rem.flags = FLAG_W | FLAG_R | FLAG_SSL_ACCEPTED; in connection_desctructor()