HomeSort by: relevance | last modified time | path
    Searched defs:bufferevent_openssl (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/libevent/dist/
bufferevent_openssl.c 1 /* $NetBSD: bufferevent_openssl.c,v 1.2 2021/04/07 03:36:48 christos Exp $ */
35 __RCSID("$NetBSD: bufferevent_openssl.c,v 1.2 2021/04/07 03:36:48 christos Exp $");
289 struct bufferevent_openssl { struct
345 evutil_offsetof(struct bufferevent_openssl, bev.bev),
355 /* Given a bufferevent, return a pointer to the bufferevent_openssl that
357 static inline struct bufferevent_openssl *
360 struct bufferevent_openssl *bev_o;
364 evutil_offsetof(struct bufferevent_openssl, bev.bev));
370 put_error(struct bufferevent_openssl *bev_ssl, unsigned long err)
386 start_reading(struct bufferevent_openssl *bev_ssl
    [all...]
  /src/external/bsd/ntp/dist/sntp/libevent/
bufferevent_openssl.c 1 /* $NetBSD: bufferevent_openssl.c,v 1.7 2024/08/18 20:47:21 christos Exp $ */
288 struct bufferevent_openssl { struct
344 evutil_offsetof(struct bufferevent_openssl, bev.bev),
354 /* Given a bufferevent, return a pointer to the bufferevent_openssl that
356 static inline struct bufferevent_openssl *
359 struct bufferevent_openssl *bev_o;
363 evutil_offsetof(struct bufferevent_openssl, bev.bev));
369 put_error(struct bufferevent_openssl *bev_ssl, unsigned long err)
385 start_reading(struct bufferevent_openssl *bev_ssl)
406 start_writing(struct bufferevent_openssl *bev_ssl
    [all...]

Completed in 23 milliseconds