Searched refs:bev_ssl (Results 1 – 2 of 2) sorted by relevance
366 put_error(struct bufferevent_openssl *bev_ssl, unsigned long err) in put_error() argument368 if (bev_ssl->n_errors == NUM_ERRORS) in put_error()375 bev_ssl->errors[bev_ssl->n_errors++] = (ev_uint32_t) err; in put_error()382 start_reading(struct bufferevent_openssl *bev_ssl) in start_reading() argument384 if (bev_ssl->underlying) { in start_reading()385 bufferevent_unsuspend_read_(bev_ssl->underlying, in start_reading()389 struct bufferevent *bev = &bev_ssl->bev.bev; in start_reading()392 if (r == 0 && bev_ssl->read_blocked_on_write) in start_reading()403 start_writing(struct bufferevent_openssl *bev_ssl) in start_writing() argument406 if (bev_ssl->underlying) { in start_writing()[all …]
1685 o bev_ssl: Be more specific in event callbacks. evhttp in particular gets