Home
last modified time | relevance | path

Searched defs:client_protocol (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_ssl.py762 client_certfile, client_protocol=None, indata="FOO\n", argument
817 client_protocol, argument
/device/google/cuttlefish_common/host/frontend/vnc_server/
Dvnc_client_connection.cpp189 auto client_protocol = client_.Recv(kVersionLen); in SetupProtocol() local