Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/err/
H A Derr_prn.c50 static void put_error(int lib, const char *func, int reason, in put_error() function
72 put_error(ERR_LIB_NONE, NULL, 0, "", 0); in ERR_add_error_txt()
129 put_error(ERR_GET_LIB(err), func, err, file, line); in ERR_add_error_txt()
/netbsd-src/external/bsd/libevent/dist/
H A Dbufferevent_openssl.c370 put_error(struct bufferevent_openssl *bev_ssl, unsigned long err) in put_error() function
517 put_error(bev_ssl, errcode); in conn_closed()
521 put_error(bev_ssl, errcode); in conn_closed()
525 put_error(bev_ssl, errcode); in conn_closed()
539 put_error(bev_ssl, err); in conn_closed()
/netbsd-src/external/bsd/byacc/dist/test/
H A Dgrammar.y276 extern void put_error (void);
1044 put_error(); /* tell what line we're on, and what file */ in yaccError()