Home
last modified time | relevance | path

Searched defs:to_write (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_short_writes.c55 size_t to_write = length < 100 ? length : 100; in short_write_callback() local
73 size_t to_write = length; in full_write_callback() local
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_data_into_fd.c53 size_t to_write; pad_to() local
H A Darchive_write.c347 size_t to_write = length < a->null_length ? length : a->null_length; in __archive_write_nulls() local
441 size_t to_write = state->buffer_size; in archive_write_client_write() local
506 size_t to_write; in archive_write_client_close() local
/freebsd/sys/dev/hyperv/hvsock/
H A Dhv_sock.c788 uint32_t canwrite, to_write; in hvs_trans_sosend() local
1175 uint32_t to_write, struct sockbuf *sb) in hvsock_send_data()
/freebsd/crypto/openssl/providers/implementations/kdfs/
H A Dkbkdf.c159 size_t written = 0, to_write, k_i_len = iv_len; in derive() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp214 Status WriteString(const std::string &to_write, in WriteString()
/freebsd/contrib/jemalloc/src/
H A Dprof.c2564 prof_emitter_write_cb(void *opaque, const char *to_write) { in prof_emitter_write_cb()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Darc.c9144 abd_t *cabd = NULL, *eabd = NULL, *to_write = hdr->b_l1hdr.b_pabd; in l2arc_apply_transforms() local
9333 abd_t *to_write = NULL; in l2arc_write_buffers() local
/freebsd/contrib/unbound/services/
H A Dlisten_dnsport.c4091 size_t to_write = datalen; in doq_stream_recv_data() local