Home
last modified time | relevance | path

Searched refs:PR_ADDRESS_NOT_SUPPORTED_ERROR (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/net/third_party/nss/ssl/
Dunix_err.c235 case EACCES: prError = PR_ADDRESS_NOT_SUPPORTED_ERROR; break; in nss_MD_unix_map_connect_error()
244 case ELOOP: prError = PR_ADDRESS_NOT_SUPPORTED_ERROR; break; in nss_MD_unix_map_connect_error()
245 case ENOENT: prError = PR_ADDRESS_NOT_SUPPORTED_ERROR; break; in nss_MD_unix_map_connect_error()
260 case EIO: prError = PR_ADDRESS_NOT_SUPPORTED_ERROR; break; in nss_MD_unix_map_bind_error()
261 case EISDIR: prError = PR_ADDRESS_NOT_SUPPORTED_ERROR; break; in nss_MD_unix_map_bind_error()
262 case ELOOP: prError = PR_ADDRESS_NOT_SUPPORTED_ERROR; break; in nss_MD_unix_map_bind_error()
263 case ENOENT: prError = PR_ADDRESS_NOT_SUPPORTED_ERROR; break; in nss_MD_unix_map_bind_error()
264 case ENOTDIR: prError = PR_ADDRESS_NOT_SUPPORTED_ERROR; break; in nss_MD_unix_map_bind_error()
265 case EROFS: prError = PR_ADDRESS_NOT_SUPPORTED_ERROR; break; in nss_MD_unix_map_bind_error()
434 case EAFNOSUPPORT: prError = PR_ADDRESS_NOT_SUPPORTED_ERROR; break; in nss_MD_unix_map_default_error()
[all …]
Dwin32err.c312 case WSAEAFNOSUPPORT: prError = PR_ADDRESS_NOT_SUPPORTED_ERROR; break; in nss_MD_win32_map_default_error()
Dsslsock.c2331 PORT_SetError(PR_ADDRESS_NOT_SUPPORTED_ERROR); in ssl_GetPeerInfo()
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
Dprerr.h90 #define PR_ADDRESS_NOT_SUPPORTED_ERROR (-5985L) macro
/external/chromium_org/net/socket/
Dnss_ssl_util.cc283 case PR_ADDRESS_NOT_SUPPORTED_ERROR: // For connect. in MapNSSError()