Home
last modified time | relevance | path

Searched defs:bytes_to_write (Results 1 – 19 of 19) sorted by relevance

/third_party/grpc/src/core/tsi/alts/frame_protector/
Dframe_handler.cc84 size_t bytes_to_write = in alts_write_frame_bytes() local
99 size_t bytes_to_write = in alts_write_frame_bytes() local
170 size_t bytes_to_write = GPR_MIN( in alts_read_frame_bytes() local
202 size_t bytes_to_write = GPR_MIN(*bytes_size, reader->bytes_remaining); in alts_read_frame_bytes() local
Dalts_frame_protector.cc293 size_t bytes_to_write = GPR_MIN( in alts_unprotect() local
/third_party/ltp/testcases/kernel/syscalls/mprotect/
Dmprotect02.c62 int bytes_to_write, fd; in main() local
/third_party/ltp/testcases/kernel/syscalls/stat/
Dstat02.c29 size_t bytes_to_write; member
/third_party/grpc/src/core/tsi/alts/crypt/
Daes_gcm.cc341 int bytes_to_write = static_cast<int>(plaintext_length); in gsec_aes_gcm_aead_crypter_encrypt_iovec() local
493 size_t bytes_to_write = ciphertext_length; in gsec_aes_gcm_aead_crypter_decrypt_iovec() local
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/iostream3/
Dzfstream.cc229 int bytes_to_write = this->pptr() - this->pbase(); in overflow() local
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/iostream3/
Dzfstream.cc229 int bytes_to_write = this->pptr() - this->pbase(); in overflow() local
/third_party/zlib/contrib/iostream3/
Dzfstream.cc229 int bytes_to_write = this->pptr() - this->pbase(); in overflow() local
/third_party/gstreamer/gstplugins_good/sys/waveform/
Dgstwaveformsink.c445 guint bytes_to_write = length; in gst_waveform_sink_write() local
/third_party/mbedtls/programs/psa/
Dcrypto_examples.c70 size_t bytes_to_write = 0, bytes_written = 0, len = 0; in cipher_operation() local
/third_party/glib/gio/
Dgwin32file-sync-stream.c146 ULONG bytes_to_write, in _file_sync_stream_write()
Dglocalfileoutputstream.c784 gssize bytes_to_write; in copy_file_data() local
/third_party/gstreamer/gstplugins_bad/ext/hls/
Dgsthlssink2.c394 gsize bytes_to_write; in gst_hls_sink2_write_playlist() local
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstelements_private.c211 struct iovec *vecs, guint n_vecs, gsize bytes_to_write, in gst_writev_iovecs()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtsp/
Dgstrtspconnection.c1939 gsize bytes_to_write, bytes_written; in gst_rtsp_connection_send_messages_usec() local
3999 gsize bytes_to_write, bytes_written; in gst_rtsp_source_dispatch_write() local
4522 gsize bytes_to_write, bytes_written; in gst_rtsp_watch_write_serialized_messages() local
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstdashsink.c853 gsize bytes_to_write; in gst_dash_sink_write_mpd_file() local
/third_party/openssl/test/
Dhandshake_helper.c755 int bytes_to_write; member
/third_party/pulseaudio/src/modules/bluetooth/
Dmodule-bluez5-device.c1361 unsigned bytes_to_write = 0; in thread_func() local
/third_party/boost/boost/interprocess/detail/
Dwin32_api.hpp818 inline bool write_file(void *hnd, const void *buffer, unsigned long bytes_to_write, unsigned long *… in write_file()