OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:proto_version
(Results
1 - 6
of
6
) sorted by null
/device/google/cuttlefish_common/host/commands/ivserver/
hald_client_test.cc
112
int32_t
proto_version
;
local
113
EXPECT_EQ(sizeof(
proto_version
),
115
&
proto_version
, sizeof(
proto_version
), MSG_NOSIGNAL)));
150
int32_t
proto_version
;
local
151
EXPECT_EQ(sizeof(
proto_version
),
153
&
proto_version
, sizeof(
proto_version
), MSG_NOSIGNAL)));
/bionic/libc/kernel/uapi/linux/
auto_fs.h
36
int
proto_version
;
member in struct:autofs_packet_hdr
/external/kernel-headers/original/uapi/linux/
auto_fs.h
46
int
proto_version
; /* Protocol version */
member in struct:autofs_packet_hdr
/external/python/cpython3/Modules/clinic/
_ssl.c.h
364
_ssl__SSLContext_impl(PyTypeObject *type, int
proto_version
);
370
int
proto_version
;
local
377
&
proto_version
)) {
380
return_value = _ssl__SSLContext_impl(type,
proto_version
);
[
all
...]
/external/adhd/cras/src/common/
cras_messages.h
101
uint32_t
proto_version
;
member in struct:cras_connect_message
116
* Expected to have
proto_version
set to 1.
121
uint32_t
proto_version
;
member in struct:cras_connect_message_old
143
m->
proto_version
= CRAS_PROTO_VER;
/external/python/cpython2/Modules/
_ssl.c
2178
int
proto_version
= PY_SSL_VERSION_TLS;
local
[
all
...]
Completed in 101 milliseconds