Lines Matching defs:error
100 // Forcibly clear OpenSSL's error stack on return. This stops stale errors
108 // Pop errors from OpenSSL's error stack that were added
123 // Don't assume anything about the contents of |buffer| on error.
168 // Utility struct used to harvest error information from openssl's error stack
176 void Insert(const NodeCryptoError error, Args&&... args);
191 void CryptoErrorStore::Insert(const NodeCryptoError error, Args&&... args) {
193 switch (error) {
471 // whatever error caused initialization to fail.
785 v8::Local<v8::Value>* error);