Searched refs:proto_version (Results 1 – 9 of 9) sorted by relevance
/external/mtools/ |
D | floppyd.c | 416 Packet proto_version = newPacket(); in do_auth() local 428 if (!recv_packet(proto_version, sock, 4)) { in do_auth() 432 destroyPacket(proto_version); in do_auth() 436 *version = get_dword(proto_version, 0); in do_auth() 443 destroyPacket(proto_version); in do_auth() 460 destroyPacket(proto_version); in do_auth()
|
/external/python/cpython3/Modules/clinic/ |
D | _ssl.c.h | 394 _ssl__SSLContext_impl(PyTypeObject *type, int proto_version); 400 int proto_version; in _ssl__SSLContext() local 414 proto_version = _PyLong_AsInt(PyTuple_GET_ITEM(args, 0)); in _ssl__SSLContext() 415 if (proto_version == -1 && PyErr_Occurred()) { in _ssl__SSLContext() 418 return_value = _ssl__SSLContext_impl(type, proto_version); in _ssl__SSLContext()
|
/external/kernel-headers/original/uapi/linux/ |
D | auto_fs.h | 46 int proto_version; /* Protocol version */ member
|
/external/python/cpython2/Modules/ |
D | _ssl.c | 2178 int proto_version = PY_SSL_VERSION_TLS; in context_new() local 2184 &proto_version)) in context_new() 2188 if (proto_version == PY_SSL_VERSION_TLS1) in context_new() 2191 else if (proto_version == PY_SSL_VERSION_TLS1_1) in context_new() 2193 else if (proto_version == PY_SSL_VERSION_TLS1_2) in context_new() 2197 else if (proto_version == PY_SSL_VERSION_SSL3) in context_new() 2201 else if (proto_version == PY_SSL_VERSION_SSL2) in context_new() 2204 else if (proto_version == PY_SSL_VERSION_TLS) in context_new() 2207 proto_version = -1; in context_new() 2210 if (proto_version == -1) { in context_new() [all …]
|
/external/adhd/cras/client/libcras/src/ |
D | libcras.rs | 414 proto_version: CRAS_PROTO_VER, in create_stream() 653 proto_version: CRAS_PROTO_VER,
|
/external/adhd/cras/src/common/ |
D | cras_messages.h | 106 uint32_t proto_version; member 130 m->proto_version = CRAS_PROTO_VER; in cras_fill_connect_message()
|
/external/python/cpython3/Modules/ |
D | _ssl.c | 3089 _ssl__SSLContext_impl(PyTypeObject *type, int proto_version) in _ssl__SSLContext_impl() argument 3102 switch(proto_version) { in _ssl__SSLContext_impl() 3140 proto_version = -1; in _ssl__SSLContext_impl() 3144 if (proto_version == -1) { in _ssl__SSLContext_impl() 3162 self->protocol = proto_version; in _ssl__SSLContext_impl() 3178 if (proto_version == PY_SSL_VERSION_TLS_CLIENT) { in _ssl__SSLContext_impl() 3193 if (proto_version != PY_SSL_VERSION_SSL2) in _ssl__SSLContext_impl() 3195 if (proto_version != PY_SSL_VERSION_SSL3) in _ssl__SSLContext_impl() 3215 if (proto_version != PY_SSL_VERSION_SSL2) { in _ssl__SSLContext_impl()
|
/external/adhd/cras/src/tests/ |
D | control_rclient_unittest.cc | 150 connect_msg_.proto_version = CRAS_PROTO_VER; in SetUp()
|
/external/adhd/cras/client/cras-sys/src/ |
D | gen.rs | 2841 pub proto_version: u32, field 2879 &(*(::std::ptr::null::<cras_connect_message>())).proto_version as *const _ as usize in bindgen_test_layout_cras_connect_message() 2886 stringify!(proto_version) in bindgen_test_layout_cras_connect_message()
|