OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PRErrorCode
(Results
1 - 25
of
26
) sorted by null
1
2
/external/chromium_org/net/socket/
nss_ssl_util.h
28
PRErrorCode
MapErrorToNSS(int result);
31
int MapNSSError(
PRErrorCode
err);
nss_ssl_util.cc
112
PRErrorCode
MapErrorToNSS(int result) {
153
int MapNSSError(
PRErrorCode
err) {
ssl_server_socket_nss.cc
463
PRErrorCode
prerr = PR_GetError();
630
PRErrorCode
prerr = PR_GetError();
645
PRErrorCode
prerr = PR_GetError();
743
PRErrorCode
prerr = PR_GetError();
ssl_client_socket_nss.cc
470
int MapNSSClientError(
PRErrorCode
err) {
486
int MapNSSClientHandshakeError(
PRErrorCode
err) {
720
int HandleNSSError(
PRErrorCode
error, bool handshake_error);
[
all
...]
/external/chromium/net/socket/
nss_ssl_util.h
26
PRErrorCode
MapErrorToNSS(int result);
29
int MapNSSError(
PRErrorCode
err);
32
int MapNSSHandshakeError(
PRErrorCode
err);
nss_ssl_util.cc
91
PRErrorCode
MapErrorToNSS(int result) {
130
int MapNSSError(
PRErrorCode
err) {
202
int MapNSSHandshakeError(
PRErrorCode
err) {
236
const
PRErrorCode
ssl_lib_error_;
ssl_client_socket_nss.h
145
int HandleNSSError(
PRErrorCode
error, bool handshake_error);
ssl_server_socket_nss.cc
337
PRErrorCode
prerr = PR_GetError();
484
PRErrorCode
prerr = PR_GetError();
499
PRErrorCode
prerr = PR_GetError();
595
PRErrorCode
prerr = PR_GetError();
ssl_client_socket_nss.cc
[
all
...]
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
prerror.h
42
typedef PRInt32
PRErrorCode
;
54
NSPR_API(void) PR_SetError(
PRErrorCode
errorCode, PRInt32 oserr);
71
NSPR_API(
PRErrorCode
) PR_GetError(void);
196
PRErrorCode
base; /* Error code for first error in table */
226
PRErrorCallbackLookupFn(
PRErrorCode
code, PRLanguageCode language,
259
NSPR_API(const char *) PR_ErrorToString(
PRErrorCode
code,
273
NSPR_API(const char *) PR_ErrorToName(
PRErrorCode
code);
300
NSPR_API(
PRErrorCode
) PR_ErrorInstallTable(const struct PRErrorTable *table);
prtpool.h
53
PRErrorCode
error;
/external/chromium_org/net/third_party/nss/ssl/
unix_err.c
40
PRErrorCode
prError;
50
PRErrorCode
prError;
66
PRErrorCode
prError;
76
PRErrorCode
prError;
86
PRErrorCode
prError;
96
PRErrorCode
prError;
106
PRErrorCode
prError;
121
PRErrorCode
prError;
134
PRErrorCode
prError;
145
PRErrorCode
prError
[
all
...]
os2_err.c
130
PRErrorCode
prError;
140
PRErrorCode
prError;
150
PRErrorCode
prError;
166
PRErrorCode
prError;
178
PRErrorCode
prError;
188
PRErrorCode
prError;
204
PRErrorCode
prError;
242
PRErrorCode
prError;
259
PRErrorCode
prError;
win32err.c
139
PRErrorCode
prError;
149
PRErrorCode
prError;
159
PRErrorCode
prError;
175
PRErrorCode
prError;
187
PRErrorCode
prError;
197
PRErrorCode
prError;
213
PRErrorCode
prError;
251
PRErrorCode
prError;
268
PRErrorCode
prError;
ssldef.c
14
#define DEFINE_ERROR
PRErrorCode
err = PR_GetError();
97
PRErrorCode
err = PR_GetError();
140
PRErrorCode
err = PR_GetError();
ssl.h
[
all
...]
sslnonce.c
75
PRErrorCode
rc;
sslimpl.h
[
all
...]
sslsecur.c
[
all
...]
sslsnce.c
936
PRErrorCode
err;
[
all
...]
/external/chromium_org/net/cert/
x509_util_nss.cc
106
PRErrorCode
prerr = PR_GetError();
116
PRErrorCode
prerr = PR_GetError();
125
PRErrorCode
prerr = PR_GetError();
/external/chromium/net/base/
nss_memio.c
35
PRErrorCode
last_err;
x509_certificate_nss.cc
674
PRErrorCode
prerr = PR_GetError();
688
PRErrorCode
prerr = PR_GetError();
[
all
...]
/external/chromium_org/net/base/
nss_memio.c
35
PRErrorCode
last_err;
/external/wpa_supplicant_8/src/crypto/
tls_nss.c
290
PRErrorCode
err;
Completed in 301 milliseconds
1
2