Home
last modified time | relevance | path

Searched refs:pong (Results 1 – 5 of 5) sorted by relevance

/curl/tests/libtest/
H A Dlib2301.c100 unsigned char pong[] = { in writecb() local
113 result = curl_ws_send(easy, pong, 2, &sent, 0, 0); in writecb()
/curl/tests/
H A Dftpserver.pl424 my $pong;
425 sysread_or_die(\*SFREAD, \$pong, 5);
427 if($pong !~ /^PONG/) {
2494 my $pong;
2495 sysread_or_die(\*DREAD, \$pong, 5);
2497 if($pong =~ /^FAIL/) {
2505 elsif($pong !~ /^PONG/) {
2708 my $pong;
2709 sysread_or_die(\*DREAD, \$pong, 5);
2711 if($pong =~ /^FAIL/) {
[all …]
/curl/docs/libcurl/opts/
H A DCURLOPT_SASL_IR.md32 in the first authentication packet in order to reduce the number of ping pong
/curl/docs/libcurl/
H A Dcurl_ws_send.md87 This is a pong.
H A Dcurl_ws_meta.md99 This as an incoming ping message, that expects a pong response.

Completed in 13 milliseconds