Home
last modified time | relevance | path

Searched refs:PROTO (Results 1 – 2 of 2) sorted by relevance

/thrift-3.4.0/test/features/
Dtls.sh41 for PROTO in "${!EXPECT_NEGOTIATE[@]}"; do
47 …echo "openssl s_client -connect $THRIFTHOST:$THRIFTPORT -CAfile ../keys/CA.pem -$PROTO 2>&1 < /dev…
48 …nego=$(openssl s_client -connect $THRIFTHOST:$THRIFTPORT -CAfile ../keys/CA.pem -$PROTO 2>&1 < /de…
52 res="enabled"; if [[ ${EXPECT_NEGOTIATE[$PROTO]} -eq 0 ]]; then res="disabled"; fi
54 if [[ $negodenied -ne ${EXPECT_NEGOTIATE[$PROTO]} ]]; then
55 echo "$PROTO negotiation allowed"
57 echo "[warn] $PROTO negotiation did not work"
/thrift-3.4.0/test/php/
DTestClient.php60 function makeProtocol($transport, $PROTO) argument
62 if ($PROTO == 'binary') {
64 } else if ($PROTO == 'compact') {
66 } else if ($PROTO == 'json') {
68 } else if ($PROTO == 'accel') {
97 $PROTO = substr($arg, 11); variable
113 $protocol = makeProtocol($transport, $PROTO);
118 $protocol = makeProtocol($transport, $PROTO);