Searched refs:still_pending_size (Results 1 – 9 of 9) sorted by relevance
83 size_t* still_pending_size) { in alts_protect_flush() argument86 still_pending_size == nullptr) { in alts_protect_flush()97 *still_pending_size = 0; in alts_protect_flush()129 *still_pending_size = alts_get_num_writer_bytes_remaining(impl->writer); in alts_protect_flush()183 size_t still_pending_size = 0; in alts_protect() local186 &still_pending_size); in alts_protect()
73 size_t still_pending_size; in secure_endpoint_create_fixture_tcp_socketpair() local102 &still_pending_size); in secure_endpoint_create_fixture_tcp_socketpair()107 } while (still_pending_size > 0); in secure_endpoint_create_fixture_tcp_socketpair()
93 size_t* protected_output_frames_size, size_t* still_pending_size) { in tsi_frame_protector_protect_flush() argument97 still_pending_size == nullptr) { in tsi_frame_protector_protect_flush()103 still_pending_size); in tsi_frame_protector_protect_flush()
42 size_t* still_pending_size);
149 size_t* protected_output_frames_size, size_t* still_pending_size);
324 size_t* protected_output_frames_size, size_t* still_pending_size) { in fake_protector_protect_flush() argument340 *still_pending_size = frame->size - frame->offset; in fake_protector_protect_flush()
877 size_t* protected_output_frames_size, size_t* still_pending_size) { in ssl_protector_protect_flush() argument892 *still_pending_size = static_cast<size_t>(pending); in ssl_protector_protect_flush()893 if (*still_pending_size == 0) return TSI_OK; in ssl_protector_protect_flush()905 *still_pending_size = static_cast<size_t>(pending); in ssl_protector_protect_flush()
311 size_t still_pending_size; in endpoint_write() local317 &still_pending_size); in endpoint_write()324 } while (still_pending_size > 0); in endpoint_write()
218 size_t still_pending_size; in tsi_test_frame_protector_send_message_to_peer() local223 &still_pending_size); in tsi_test_frame_protector_send_message_to_peer()227 } while (still_pending_size > 0 && result == TSI_OK); in tsi_test_frame_protector_send_message_to_peer()