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

  /src/crypto/external/apache2/openssl/dist/crypto/err/
err_prn.c 50 static void put_error(int lib, const char *func, int reason, function
72 put_error(ERR_LIB_NONE, NULL, 0, "", 0);
129 put_error(ERR_GET_LIB(err), func, err, file, line);
  /src/crypto/external/bsd/openssl/dist/crypto/err/
err_prn.c 50 static void put_error(int lib, const char *func, int reason, function
72 put_error(ERR_LIB_NONE, NULL, 0, "", 0);
129 put_error(ERR_GET_LIB(err), func, err, file, line);
  /src/external/bsd/libevent/dist/
bufferevent_openssl.c 370 put_error(struct bufferevent_openssl *bev_ssl, unsigned long err) function
517 put_error(bev_ssl, errcode);
521 put_error(bev_ssl, errcode);
525 put_error(bev_ssl, errcode);
539 put_error(bev_ssl, err);
  /src/external/bsd/ntp/dist/sntp/libevent/
bufferevent_openssl.c 369 put_error(struct bufferevent_openssl *bev_ssl, unsigned long err) function
516 put_error(bev_ssl, errcode);
520 put_error(bev_ssl, errcode);
524 put_error(bev_ssl, errcode);
538 put_error(bev_ssl, err);

Completed in 46 milliseconds