Searched refs:write_count (Results 1 - 2 of 2) sorted by relevance
/bind-9.6-ESV-R11/lib/isc/win32/ |
H A D | socket.c | 948 size_t write_count; local 957 write_count = 0; 964 write_count = dev->region.length - dev->n; 967 cpbuffer->buf = HeapAlloc(hHeapHandle, HEAP_ZERO_MEMORY, write_count); 973 cpbuffer->buf, write_count); 975 memmove(cpbuffer->buf,(dev->region.base + dev->n), write_count); 976 cpbuffer->buflen = write_count; 979 iov[0].len = write_count; 1013 cpbuffer->buf, write_count); 1019 write_count [all...] |
/bind-9.6-ESV-R11/lib/isc/unix/ |
H A D | socket.c | 1141 size_t write_count; local 1155 write_count = 0; 1162 write_count = dev->region.length - dev->n; 1164 iov[0].iov_len = write_count; 1192 write_count += (used.length - skip_count); 1257 *write_countp = write_count; 1663 size_t write_count; local 1670 build_msghdr_send(sock, dev, &msghdr, iov, &write_count); 1753 if ((size_t)cc != write_count)
|
Completed in 1989 milliseconds