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

/freebsd-11-stable/contrib/expat/lib/
H A Dxmlparse.c664 const int bytesWrittenMore = local
671 if (bytesWrittenMore > 0) {
672 bytesWrittenTotal += bytesWrittenMore;
700 const ssize_t bytesWrittenMore = read(fd, currentTarget, bytesToWrite); local
702 if (bytesWrittenMore > 0) {
703 bytesWrittenTotal += bytesWrittenMore;

Completed in 186 milliseconds