Searched refs:PR_ADDRESS_NOT_SUPPORTED_ERROR (Results 1 – 5 of 5) sorted by relevance
235 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 …]
312 case WSAEAFNOSUPPORT: prError = PR_ADDRESS_NOT_SUPPORTED_ERROR; break; in nss_MD_win32_map_default_error()
2331 PORT_SetError(PR_ADDRESS_NOT_SUPPORTED_ERROR); in ssl_GetPeerInfo()
90 #define PR_ADDRESS_NOT_SUPPORTED_ERROR (-5985L) macro
283 case PR_ADDRESS_NOT_SUPPORTED_ERROR: // For connect. in MapNSSError()