Searched refs:bev_ssl (Results 1 – 4 of 4) sorted by relevance
367 put_error(struct bufferevent_openssl *bev_ssl, unsigned long err) in put_error() argument369 if (bev_ssl->n_errors == NUM_ERRORS) in put_error()376 bev_ssl->errors[bev_ssl->n_errors++] = (ev_uint32_t) err; in put_error()383 start_reading(struct bufferevent_openssl *bev_ssl) in start_reading() argument385 if (bev_ssl->underlying) { in start_reading()386 bufferevent_unsuspend_read_(bev_ssl->underlying, in start_reading()390 struct bufferevent *bev = &bev_ssl->bev.bev; in start_reading()393 if (r == 0 && bev_ssl->read_blocked_on_write) in start_reading()404 start_writing(struct bufferevent_openssl *bev_ssl) in start_writing() argument407 if (bev_ssl->underlying) { in start_writing()[all …]
1998 o bev_ssl: Be more specific in event callbacks. evhttp in particular gets