Home
last modified time | relevance | path

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

/third_party/libsnd/tests/
H A Dstdout_test.c131 int k, total, this_write ; in stdout_test() local
157 { this_write = (count - total > 1024) ? 1024 : count - total ; in stdout_test()
158 if ((k = (int) sf_write_short (file, data + total, this_write)) != this_write) in stdout_test()
159 { fprintf (stderr, "sf_write_short # %d failed with short write (%d -> %d)\n", count, this_write, k) ; in stdout_test()
/third_party/curl/lib/vtls/
H A Dschannel.c2027 ssize_t this_write = 0; in schannel_send() local
2057 this_write = Curl_conn_cf_send(cf->next, data, in schannel_send()
2068 written += this_write; in schannel_send()

Completed in 4 milliseconds