Searched refs:pong (Results 1 – 5 of 5) sorted by relevance
/curl/tests/libtest/ |
H A D | lib2301.c | 100 unsigned char pong[] = { in writecb() local 113 result = curl_ws_send(easy, pong, 2, &sent, 0, 0); in writecb()
|
/curl/tests/ |
H A D | ftpserver.pl | 424 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 D | CURLOPT_SASL_IR.md | 32 in the first authentication packet in order to reduce the number of ping pong
|
/curl/docs/libcurl/ |
H A D | curl_ws_send.md | 87 This is a pong.
|
H A D | curl_ws_meta.md | 99 This as an incoming ping message, that expects a pong response.
|
Completed in 14 milliseconds