OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OM_uint32
(Results
1 - 9
of
9
) sorted by null
/external/chromium/net/http/
mock_gssapi_library_posix.h
26
OM_uint32
lifetime_rec,
28
OM_uint32
ctx_flags,
37
OM_uint32
lifetime_rec;
39
OM_uint32
ctx_flags;
52
OM_uint32
response_code,
53
OM_uint32
minor_response_code,
60
OM_uint32
response_code;
61
OM_uint32
minor_response_code;
106
OM_uint32
response_code,
107
OM_uint32
minor_response_code
[
all
...]
http_auth_gssapi_posix.h
39
virtual
OM_uint32
import_name(
40
OM_uint32
* minor_status,
44
virtual
OM_uint32
release_name(
45
OM_uint32
* minor_status,
47
virtual
OM_uint32
release_buffer(
48
OM_uint32
* minor_status,
50
virtual
OM_uint32
display_name(
51
OM_uint32
* minor_status,
55
virtual
OM_uint32
display_status(
56
OM_uint32
* minor_status
[
all
...]
http_auth_gssapi_posix.cc
96
std::string DisplayStatus(
OM_uint32
major_status,
97
OM_uint32
minor_status) {
104
OM_uint32
status,
105
OM_uint32
status_code_type) {
109
OM_uint32
msg_ctx = 0;
119
OM_uint32
min_stat;
121
OM_uint32
maj_stat =
141
OM_uint32
major_status,
142
OM_uint32
minor_status) {
163
OM_uint32
minor_status = 0
[
all
...]
mock_gssapi_library_posix.cc
160
OM_uint32
lifetime_rec_in,
162
OM_uint32
ctx_flags_in,
204
OM_uint32
in_response_code,
205
OM_uint32
in_minor_response_code,
240
OM_uint32
response_code,
241
OM_uint32
minor_response_code,
260
OM_uint32
MockGSSAPILibrary::import_name(
261
OM_uint32
* minor_status,
287
OM_uint32
MockGSSAPILibrary::release_name(
288
OM_uint32
* minor_status
[
all
...]
http_auth_gssapi_posix_unittest.cc
137
OM_uint32
major_status = 0;
138
OM_uint32
minor_status = 0;
143
OM_uint32
req_flags = 0;
144
OM_uint32
time_req = 25;
149
OM_uint32
ret_flags = 0;
150
OM_uint32
time_rec = 0;
/external/chromium/net/third_party/gssapi/
gssapi.h
133
* We have included the xom.h header file. Verify that
OM_uint32
137
#if sizeof(gss_uint32) != sizeof(
OM_uint32
)
138
#error Incompatible definition of
OM_uint32
from xom.h
148
typedef gss_uint32
OM_uint32
;
150
OM_uint32
length;
163
* For now, define a QOP-type as an
OM_uint32
165
typedef
OM_uint32
gss_qop_t;
176
OM_uint32
initiator_addrtype;
178
OM_uint32
acceptor_addrtype;
450
OM_uint32
[
all
...]
/external/kernel-headers/original/linux/sunrpc/
gss_err.h
39
typedef unsigned int
OM_uint32
;
72
#define GSS_C_INDEFINITE ((
OM_uint32
) 0xfffffffful)
85
#define GSS_C_CALLING_ERROR_MASK ((
OM_uint32
) 0377ul)
86
#define GSS_C_ROUTINE_ERROR_MASK ((
OM_uint32
) 0377ul)
87
#define GSS_C_SUPPLEMENTARY_MASK ((
OM_uint32
) 0177777ul)
112
(((
OM_uint32
) 1ul) << GSS_C_CALLING_ERROR_OFFSET)
114
(((
OM_uint32
) 2ul) << GSS_C_CALLING_ERROR_OFFSET)
116
(((
OM_uint32
) 3ul) << GSS_C_CALLING_ERROR_OFFSET)
121
#define GSS_S_BAD_MECH (((
OM_uint32
) 1ul) << GSS_C_ROUTINE_ERROR_OFFSET)
122
#define GSS_S_BAD_NAME (((
OM_uint32
) 2ul) << GSS_C_ROUTINE_ERROR_OFFSET
[
all
...]
/external/ipsec-tools/src/racoon/
gssapi.h
60
OM_uint32
gss_status; /* retval from gss_init_sec_context */
gssapi.c
76
gssapi_error(
OM_uint32
status_code, const char *where,
79
OM_uint32
message_context, maj_stat, min_stat;
160
OM_uint32
min_stat, maj_stat;
193
OM_uint32
maj_stat, min_stat;
280
OM_uint32
maj_stat, min_stat;
351
OM_uint32
min_stat, maj_stat;
520
OM_uint32
maj_stat, min_stat;
580
OM_uint32
maj_stat, min_stat;
665
OM_uint32
maj_stat, min_stat;
689
OM_uint32
min_stat, maj_stat
[
all
...]
Completed in 353 milliseconds