Home
last modified time | relevance | path

Searched refs:this_write (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/fs/yaffs2/
Dyaffs_yaffs2.c877 int this_write; in yaffs2_handle_hole() local
883 this_write = increase; in yaffs2_handle_hole()
884 if (this_write > dev->data_bytes_per_chunk) in yaffs2_handle_hole()
885 this_write = dev->data_bytes_per_chunk; in yaffs2_handle_hole()
887 yaffs_do_file_wr(obj, local_buffer, pos, this_write, in yaffs2_handle_hole()
889 if (written == this_write) { in yaffs2_handle_hole()
890 pos += this_write; in yaffs2_handle_hole()
891 increase -= this_write; in yaffs2_handle_hole()
/external/curl/lib/vtls/
Dschannel.c1545 ssize_t this_write; in schannel_send() local
1549 this_write = 0; in schannel_send()
1579 len - written, &this_write); in schannel_send()
1588 written += this_write; in schannel_send()