Home
last modified time | relevance | path

Searched refs:InvokeQueued (Results 1 - 2 of 2) sorted by relevance

/third_party/node/src/crypto/
H A Dcrypto_tls.cc404 void TLSWrap::InvokeQueued(int status, const char* error_str) { in InvokeQueued() function in node::crypto::TLSWrap
633 InvokeQueued(0); in EncOut()
646 InvokeQueued(0); in EncOut()
667 InvokeQueued(res.err); in EncOut()
717 InvokeQueued(status); in OnStreamAfterWrite()
724 // Ensure that the progress will be made and `InvokeQueued` will be called. in OnStreamAfterWrite()
892 InvokeQueued(UV_EPROTO, GetBIOError().c_str()); in ClearIn()
1259 InvokeQueued(UV_ECANCELED, "Canceled because of SSL destruction"); in Destroy()
H A Dcrypto_tls.h158 void InvokeQueued(int status, const char* error_str = nullptr);

Completed in 4 milliseconds