Home
last modified time | relevance | path

Searched refs:bytes_to_send_size (Results 1 – 25 of 64) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/test/core/tsi/alts/handshaker/
H A Dalts_tsi_handshaker_test.cc191 bytes_to_send_size) == 0); in on_client_start_success_cb()
218 bytes_to_send_size) == 0); in on_server_start_success_cb()
245 bytes_to_send_size) == 0); in on_client_next_success_cb()
281 GPR_ASSERT(bytes_to_send_size == 0); in on_server_next_success_cb()
526 GPR_ASSERT(bytes_to_send_size == 0); in on_invalid_input_cb()
537 GPR_ASSERT(bytes_to_send_size == 0); in on_failed_grpc_call_cb()
586 size_t bytes_to_send_size, in on_invalid_resp_cb() argument
591 GPR_ASSERT(bytes_to_send_size == 0); in on_invalid_resp_cb()
639 size_t bytes_to_send_size, in on_failed_resp_cb() argument
644 GPR_ASSERT(bytes_to_send_size == 0); in on_failed_resp_cb()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/core/lib/security/transport/
H A Dsecurity_handshaker.cc63 size_t bytes_to_send_size, tsi_handshaker_result* handshaker_result);
71 size_t bytes_to_send_size, tsi_handshaker_result* handshaker_result);
276 size_t bytes_to_send_size, tsi_handshaker_result* handshaker_result) { in OnHandshakeNextDoneLocked() argument
284 GPR_ASSERT(bytes_to_send_size == 0); in OnHandshakeNextDoneLocked()
298 if (bytes_to_send_size > 0) { in OnHandshakeNextDoneLocked()
301 reinterpret_cast<const char*>(bytes_to_send), bytes_to_send_size); in OnHandshakeNextDoneLocked()
319 size_t bytes_to_send_size, tsi_handshaker_result* handshaker_result) { in OnHandshakeNextDoneGrpcWrapper() argument
324 result, bytes_to_send, bytes_to_send_size, handshaker_result); in OnHandshakeNextDoneGrpcWrapper()
336 size_t bytes_to_send_size = 0; in DoHandshakerNextLocked() local
340 &bytes_to_send_size, &hs_result, &OnHandshakeNextDoneGrpcWrapper, this); in DoHandshakerNextLocked()
[all …]
/dports/devel/grpc130/grpc-1.30.2/test/core/tsi/alts/handshaker/
H A Dalts_tsi_handshaker_test.cc234 bytes_to_send_size) == 0); in on_client_start_success_cb()
261 bytes_to_send_size) == 0); in on_server_start_success_cb()
288 bytes_to_send_size) == 0); in on_client_next_success_cb()
358 GPR_ASSERT(bytes_to_send_size == 0); in on_server_next_success_cb()
651 GPR_ASSERT(bytes_to_send_size == 0); in on_invalid_input_cb()
662 GPR_ASSERT(bytes_to_send_size == 0); in on_failed_grpc_call_cb()
810 size_t bytes_to_send_size, in on_invalid_resp_cb() argument
815 GPR_ASSERT(bytes_to_send_size == 0); in on_invalid_resp_cb()
881 size_t bytes_to_send_size, in on_failed_resp_cb() argument
886 GPR_ASSERT(bytes_to_send_size == 0); in on_failed_resp_cb()
[all …]
/dports/devel/grpc134/grpc-1.34.1/test/core/tsi/alts/handshaker/
H A Dalts_tsi_handshaker_test.cc247 bytes_to_send_size) == 0); in on_client_start_success_cb()
274 bytes_to_send_size) == 0); in on_server_start_success_cb()
301 bytes_to_send_size) == 0); in on_client_next_success_cb()
390 GPR_ASSERT(bytes_to_send_size == 0); in on_server_next_success_cb()
702 GPR_ASSERT(bytes_to_send_size == 0); in on_invalid_input_cb()
713 GPR_ASSERT(bytes_to_send_size == 0); in on_failed_grpc_call_cb()
861 size_t bytes_to_send_size, in on_invalid_resp_cb() argument
866 GPR_ASSERT(bytes_to_send_size == 0); in on_invalid_resp_cb()
932 size_t bytes_to_send_size, in on_failed_resp_cb() argument
937 GPR_ASSERT(bytes_to_send_size == 0); in on_failed_resp_cb()
[all …]
/dports/devel/grpc/grpc-1.42.0/test/core/tsi/alts/handshaker/
H A Dalts_tsi_handshaker_test.cc248 bytes_to_send_size) == 0); in on_client_start_success_cb()
275 bytes_to_send_size) == 0); in on_server_start_success_cb()
302 bytes_to_send_size) == 0); in on_client_next_success_cb()
391 GPR_ASSERT(bytes_to_send_size == 0); in on_server_next_success_cb()
703 GPR_ASSERT(bytes_to_send_size == 0); in on_invalid_input_cb()
714 GPR_ASSERT(bytes_to_send_size == 0); in on_failed_grpc_call_cb()
862 size_t bytes_to_send_size, in on_invalid_resp_cb() argument
867 GPR_ASSERT(bytes_to_send_size == 0); in on_invalid_resp_cb()
933 size_t bytes_to_send_size, in on_failed_resp_cb() argument
938 GPR_ASSERT(bytes_to_send_size == 0); in on_failed_resp_cb()
[all …]
/dports/devel/grpc134/grpc-1.34.1/src/core/lib/security/transport/
H A Dsecurity_handshaker.cc65 size_t bytes_to_send_size, tsi_handshaker_result* handshaker_result);
77 size_t bytes_to_send_size, tsi_handshaker_result* handshaker_result);
287 size_t bytes_to_send_size, tsi_handshaker_result* handshaker_result) { in OnHandshakeNextDoneLocked() argument
295 GPR_ASSERT(bytes_to_send_size == 0); in OnHandshakeNextDoneLocked()
314 if (bytes_to_send_size > 0) { in OnHandshakeNextDoneLocked()
317 reinterpret_cast<const char*>(bytes_to_send), bytes_to_send_size); in OnHandshakeNextDoneLocked()
345 size_t bytes_to_send_size, tsi_handshaker_result* handshaker_result) { in OnHandshakeNextDoneGrpcWrapper() argument
350 result, bytes_to_send, bytes_to_send_size, handshaker_result); in OnHandshakeNextDoneGrpcWrapper()
362 size_t bytes_to_send_size = 0; in DoHandshakerNextLocked() local
366 &bytes_to_send_size, &hs_result, &OnHandshakeNextDoneGrpcWrapper, this); in DoHandshakerNextLocked()
[all …]
/dports/devel/grpc130/grpc-1.30.2/src/core/lib/security/transport/
H A Dsecurity_handshaker.cc65 size_t bytes_to_send_size, tsi_handshaker_result* handshaker_result);
77 size_t bytes_to_send_size, tsi_handshaker_result* handshaker_result);
287 size_t bytes_to_send_size, tsi_handshaker_result* handshaker_result) { in OnHandshakeNextDoneLocked() argument
295 GPR_ASSERT(bytes_to_send_size == 0); in OnHandshakeNextDoneLocked()
314 if (bytes_to_send_size > 0) { in OnHandshakeNextDoneLocked()
317 reinterpret_cast<const char*>(bytes_to_send), bytes_to_send_size); in OnHandshakeNextDoneLocked()
345 size_t bytes_to_send_size, tsi_handshaker_result* handshaker_result) { in OnHandshakeNextDoneGrpcWrapper() argument
350 result, bytes_to_send, bytes_to_send_size, handshaker_result); in OnHandshakeNextDoneGrpcWrapper()
362 size_t bytes_to_send_size = 0; in DoHandshakerNextLocked() local
366 &bytes_to_send_size, &hs_result, &OnHandshakeNextDoneGrpcWrapper, this); in DoHandshakerNextLocked()
[all …]
/dports/devel/grpc/grpc-1.42.0/src/core/lib/security/transport/
H A Dsecurity_handshaker.cc67 size_t bytes_to_send_size, tsi_handshaker_result* handshaker_result);
80 size_t bytes_to_send_size, tsi_handshaker_result* handshaker_result);
347 size_t bytes_to_send_size, tsi_handshaker_result* handshaker_result) { in OnHandshakeNextDoneLocked() argument
355 GPR_ASSERT(bytes_to_send_size == 0); in OnHandshakeNextDoneLocked()
374 if (bytes_to_send_size > 0) { in OnHandshakeNextDoneLocked()
377 reinterpret_cast<const char*>(bytes_to_send), bytes_to_send_size); in OnHandshakeNextDoneLocked()
405 size_t bytes_to_send_size, tsi_handshaker_result* handshaker_result) { in OnHandshakeNextDoneGrpcWrapper() argument
410 result, bytes_to_send, bytes_to_send_size, handshaker_result); in OnHandshakeNextDoneGrpcWrapper()
422 size_t bytes_to_send_size = 0; in DoHandshakerNextLocked() local
426 &bytes_to_send_size, &hs_result, &OnHandshakeNextDoneGrpcWrapper, this); in DoHandshakerNextLocked()
[all …]
/dports/devel/pecl-grpc/grpc-1.42.0/src/core/lib/security/transport/
H A Dsecurity_handshaker.cc67 size_t bytes_to_send_size, tsi_handshaker_result* handshaker_result);
80 size_t bytes_to_send_size, tsi_handshaker_result* handshaker_result);
347 size_t bytes_to_send_size, tsi_handshaker_result* handshaker_result) { in OnHandshakeNextDoneLocked() argument
355 GPR_ASSERT(bytes_to_send_size == 0); in OnHandshakeNextDoneLocked()
374 if (bytes_to_send_size > 0) { in OnHandshakeNextDoneLocked()
377 reinterpret_cast<const char*>(bytes_to_send), bytes_to_send_size); in OnHandshakeNextDoneLocked()
405 size_t bytes_to_send_size, tsi_handshaker_result* handshaker_result) { in OnHandshakeNextDoneGrpcWrapper() argument
410 result, bytes_to_send, bytes_to_send_size, handshaker_result); in OnHandshakeNextDoneGrpcWrapper()
422 size_t bytes_to_send_size = 0; in DoHandshakerNextLocked() local
426 &bytes_to_send_size, &hs_result, &OnHandshakeNextDoneGrpcWrapper, this); in DoHandshakerNextLocked()
[all …]
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/lib/security/transport/
H A Dsecurity_handshaker.cc67 size_t bytes_to_send_size, tsi_handshaker_result* handshaker_result);
80 size_t bytes_to_send_size, tsi_handshaker_result* handshaker_result);
347 size_t bytes_to_send_size, tsi_handshaker_result* handshaker_result) { in OnHandshakeNextDoneLocked() argument
355 GPR_ASSERT(bytes_to_send_size == 0); in OnHandshakeNextDoneLocked()
374 if (bytes_to_send_size > 0) { in OnHandshakeNextDoneLocked()
377 reinterpret_cast<const char*>(bytes_to_send), bytes_to_send_size); in OnHandshakeNextDoneLocked()
405 size_t bytes_to_send_size, tsi_handshaker_result* handshaker_result) { in OnHandshakeNextDoneGrpcWrapper() argument
410 result, bytes_to_send, bytes_to_send_size, handshaker_result); in OnHandshakeNextDoneGrpcWrapper()
422 size_t bytes_to_send_size = 0; in DoHandshakerNextLocked() local
426 &bytes_to_send_size, &hs_result, &OnHandshakeNextDoneGrpcWrapper, this); in DoHandshakerNextLocked()
[all …]
/dports/devel/grpc130/grpc-1.30.2/test/core/tsi/
H A Dtransport_security_test_lib.cc293 size_t bytes_to_send_size, in on_handshake_next_done() argument
302 GPR_ASSERT(bytes_to_send_size == 0); in on_handshake_next_done()
319 if (bytes_to_send_size > 0) { in on_handshake_next_done()
320 send_bytes_to_peer(fixture->channel, bytes_to_send, bytes_to_send_size, in on_handshake_next_done()
333 size_t bytes_to_send_size, tsi_handshaker_result* handshaker_result) { in on_handshake_next_done_wrapper() argument
336 bytes_to_send_size, handshaker_result); in on_handshake_next_done_wrapper()
362 size_t bytes_to_send_size = 0; in do_handshaker_next() local
375 &bytes_to_send_size, &handshaker_result, in do_handshaker_next()
379 result, args, bytes_to_send, bytes_to_send_size, handshaker_result); in do_handshaker_next()
/dports/devel/grpc/grpc-1.42.0/test/core/tsi/
H A Dtransport_security_test_lib.cc295 size_t bytes_to_send_size, tsi_handshaker_result* handshaker_result) { in on_handshake_next_done() argument
303 GPR_ASSERT(bytes_to_send_size == 0); in on_handshake_next_done()
320 if (bytes_to_send_size > 0) { in on_handshake_next_done()
321 send_bytes_to_peer(fixture->channel, bytes_to_send, bytes_to_send_size, in on_handshake_next_done()
334 size_t bytes_to_send_size, tsi_handshaker_result* handshaker_result) { in on_handshake_next_done_wrapper() argument
337 bytes_to_send_size, handshaker_result); in on_handshake_next_done_wrapper()
360 size_t bytes_to_send_size = 0; in do_handshaker_next() local
373 const_cast<const unsigned char**>(&bytes_to_send), &bytes_to_send_size, in do_handshaker_next()
377 result, args, bytes_to_send, bytes_to_send_size, handshaker_result); in do_handshaker_next()
/dports/devel/grpc134/grpc-1.34.1/test/core/tsi/
H A Dtransport_security_test_lib.cc293 size_t bytes_to_send_size, in on_handshake_next_done() argument
302 GPR_ASSERT(bytes_to_send_size == 0); in on_handshake_next_done()
319 if (bytes_to_send_size > 0) { in on_handshake_next_done()
320 send_bytes_to_peer(fixture->channel, bytes_to_send, bytes_to_send_size, in on_handshake_next_done()
333 size_t bytes_to_send_size, tsi_handshaker_result* handshaker_result) { in on_handshake_next_done_wrapper() argument
336 bytes_to_send_size, handshaker_result); in on_handshake_next_done_wrapper()
362 size_t bytes_to_send_size = 0; in do_handshaker_next() local
375 &bytes_to_send_size, &handshaker_result, in do_handshaker_next()
379 result, args, bytes_to_send, bytes_to_send_size, handshaker_result); in do_handshaker_next()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/test/core/tsi/
H A Dtransport_security_test_lib.cc293 size_t bytes_to_send_size, in on_handshake_next_done() argument
302 GPR_ASSERT(bytes_to_send_size == 0); in on_handshake_next_done()
319 if (bytes_to_send_size > 0) { in on_handshake_next_done()
320 send_bytes_to_peer(fixture->channel, bytes_to_send, bytes_to_send_size, in on_handshake_next_done()
333 size_t bytes_to_send_size, tsi_handshaker_result* handshaker_result) { in on_handshake_next_done_wrapper() argument
336 bytes_to_send_size, handshaker_result); in on_handshake_next_done_wrapper()
362 size_t bytes_to_send_size = 0; in do_handshaker_next() local
375 &bytes_to_send_size, &handshaker_result, in do_handshaker_next()
379 result, args, bytes_to_send, bytes_to_send_size, handshaker_result); in do_handshaker_next()
/dports/devel/grpc130/grpc-1.30.2/src/core/tsi/alts/handshaker/
H A Dalts_handshaker_client.cc48 size_t bytes_to_send_size; member
174 r->bytes_to_send_size, r->result); in maybe_complete_tsi_next()
181 size_t bytes_to_send_size, in handle_response_done() argument
187 p->bytes_to_send_size = bytes_to_send_size; in handle_response_done()
251 size_t bytes_to_send_size = 0; in alts_handshaker_client_handle_response() local
253 bytes_to_send_size = out_frames.size; in alts_handshaker_client_handle_response()
254 while (bytes_to_send_size > client->buffer_size) { in alts_handshaker_client_handle_response()
259 memcpy(client->buffer, out_frames.data, bytes_to_send_size); in alts_handshaker_client_handle_response()
285 bytes_to_send, bytes_to_send_size, result); in alts_handshaker_client_handle_response()
/dports/devel/grpc/grpc-1.42.0/src/core/tsi/alts/handshaker/
H A Dalts_handshaker_client.cc50 size_t bytes_to_send_size; member
172 r->bytes_to_send_size, r->result); in maybe_complete_tsi_next()
179 size_t bytes_to_send_size, in handle_response_done() argument
184 p->bytes_to_send_size = bytes_to_send_size; in handle_response_done()
248 size_t bytes_to_send_size = 0; in alts_handshaker_client_handle_response() local
250 bytes_to_send_size = out_frames.size; in alts_handshaker_client_handle_response()
251 while (bytes_to_send_size > client->buffer_size) { in alts_handshaker_client_handle_response()
256 memcpy(client->buffer, out_frames.data, bytes_to_send_size); in alts_handshaker_client_handle_response()
288 bytes_to_send, bytes_to_send_size, result); in alts_handshaker_client_handle_response()
/dports/devel/grpc134/grpc-1.34.1/src/core/tsi/alts/handshaker/
H A Dalts_handshaker_client.cc50 size_t bytes_to_send_size; member
176 r->bytes_to_send_size, r->result); in maybe_complete_tsi_next()
183 size_t bytes_to_send_size, in handle_response_done() argument
189 p->bytes_to_send_size = bytes_to_send_size; in handle_response_done()
253 size_t bytes_to_send_size = 0; in alts_handshaker_client_handle_response() local
255 bytes_to_send_size = out_frames.size; in alts_handshaker_client_handle_response()
256 while (bytes_to_send_size > client->buffer_size) { in alts_handshaker_client_handle_response()
261 memcpy(client->buffer, out_frames.data, bytes_to_send_size); in alts_handshaker_client_handle_response()
293 bytes_to_send, bytes_to_send_size, result); in alts_handshaker_client_handle_response()
/dports/devel/pecl-grpc/grpc-1.42.0/src/core/tsi/alts/handshaker/
H A Dalts_handshaker_client.cc50 size_t bytes_to_send_size; member
172 r->bytes_to_send_size, r->result); in maybe_complete_tsi_next()
179 size_t bytes_to_send_size, in handle_response_done() argument
184 p->bytes_to_send_size = bytes_to_send_size; in handle_response_done()
248 size_t bytes_to_send_size = 0; in alts_handshaker_client_handle_response() local
250 bytes_to_send_size = out_frames.size; in alts_handshaker_client_handle_response()
251 while (bytes_to_send_size > client->buffer_size) { in alts_handshaker_client_handle_response()
256 memcpy(client->buffer, out_frames.data, bytes_to_send_size); in alts_handshaker_client_handle_response()
288 bytes_to_send, bytes_to_send_size, result); in alts_handshaker_client_handle_response()
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/tsi/alts/handshaker/
H A Dalts_handshaker_client.cc50 size_t bytes_to_send_size; member
172 r->bytes_to_send_size, r->result); in maybe_complete_tsi_next()
179 size_t bytes_to_send_size, in handle_response_done() argument
184 p->bytes_to_send_size = bytes_to_send_size; in handle_response_done()
248 size_t bytes_to_send_size = 0; in alts_handshaker_client_handle_response() local
250 bytes_to_send_size = out_frames.size; in alts_handshaker_client_handle_response()
251 while (bytes_to_send_size > client->buffer_size) { in alts_handshaker_client_handle_response()
256 memcpy(client->buffer, out_frames.data, bytes_to_send_size); in alts_handshaker_client_handle_response()
288 bytes_to_send, bytes_to_send_size, result); in alts_handshaker_client_handle_response()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/core/tsi/
H A Dtransport_security_interface.h419 size_t bytes_to_send_size, tsi_handshaker_result* handshaker_result);
443 size_t* bytes_to_send_size, tsi_handshaker_result** handshaker_result,
/dports/devel/grpc130/grpc-1.30.2/src/core/tsi/
H A Dtransport_security_interface.h431 size_t bytes_to_send_size, tsi_handshaker_result* handshaker_result);
455 size_t* bytes_to_send_size, tsi_handshaker_result** handshaker_result,
/dports/devel/grpc/grpc-1.42.0/src/core/tsi/
H A Dlocal_transport_security.cc129 size_t* bytes_to_send_size, tsi_handshaker_result** result, in handshaker_next() argument
140 *bytes_to_send_size = 0; in handshaker_next()
/dports/devel/grpc134/grpc-1.34.1/src/core/tsi/
H A Dtransport_security_interface.h436 size_t bytes_to_send_size, tsi_handshaker_result* handshaker_result);
460 size_t* bytes_to_send_size, tsi_handshaker_result** handshaker_result,
/dports/devel/pecl-grpc/grpc-1.42.0/src/core/tsi/
H A Dlocal_transport_security.cc129 size_t* bytes_to_send_size, tsi_handshaker_result** result, in handshaker_next() argument
140 *bytes_to_send_size = 0; in handshaker_next()
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/tsi/
H A Dlocal_transport_security.cc129 size_t* bytes_to_send_size, tsi_handshaker_result** result, in handshaker_next() argument
140 *bytes_to_send_size = 0; in handshaker_next()

123