HomeSort by relevance Sort by last modified time
    Searched refs:ERR_clear_system_error (Results 1 - 3 of 3) sorted by null

  /external/boringssl/src/include/openssl/
err.h 295 /* ERR_clear_system_error clears the system's error value (i.e. errno). */
296 OPENSSL_EXPORT void ERR_clear_system_error(void);
  /external/boringssl/src/crypto/err/
err.c 337 void ERR_clear_system_error(void) {
  /external/boringssl/src/ssl/
ssl_lib.cc 569 ERR_clear_system_error();
    [all...]

Completed in 59 milliseconds