Home
last modified time | relevance | path

Searched refs:send_close (Results 1 – 6 of 6) sorted by relevance

/third_party/grpc/src/ruby/spec/
Dclient_server_spec.rb83 expect(client_batch.send_close).to be true
94 expect(server_batch.send_close).to be true
121 expect(client_batch.send_close).to be true
133 expect(server_batch.send_close).to be true
166 expect(client_batch.send_close).to be true
178 expect(server_batch.send_close).to be true
209 expect(client_batch.send_close).to be true
265 expect(final_client_batch.send_close).to be true
274 expect(final_server_batch.send_close).to be true
301 expect(server_batch.send_close).to be true
[all …]
/third_party/grpc/src/php/tests/unit_tests/
DEndToEndTest.php51 $this->assertTrue($event->send_close);
102 $this->assertTrue($event->send_close);
149 $this->assertTrue($event->send_close);
269 $this->assertTrue($event->send_close);
308 $this->assertTrue($event->send_close);
347 $this->assertTrue($event->send_close);
385 $this->assertTrue($event->send_close);
424 $this->assertTrue($event->send_close);
DCallCredentials2Test.php79 $this->assertTrue($event->send_close);
150 $this->assertTrue($event->send_close);
182 $this->assertTrue($event->send_close);
DSecureEndToEndTest.php66 $this->assertTrue($event->send_close);
119 $this->assertTrue($event->send_close);
168 $this->assertTrue($event->send_close);
DCallCredentialsTest.php81 $this->assertTrue($event->send_close);
/third_party/libsoup/libsoup/
Dsoup-websocket-connection.c566 send_close (SoupWebsocketConnection *self, in send_close() function
629 send_close (self, SOUP_WEBSOCKET_QUEUE_URGENT | SOUP_WEBSOCKET_QUEUE_LAST, code, NULL); in emit_error_and_close()
740 send_close (self, flags, code, data); in close_connection()