Home
last modified time | relevance | path

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

/dragonfly/bin/cpdup/
HDcpdup.c68 #define GETIOSIZE 65536 macro
656 char *iobuf1 = malloc(GETIOSIZE); in validate_check()
657 char *iobuf2 = malloc(GETIOSIZE); in validate_check()
659 while ((n = hc_read(&SrcHost, fd1, iobuf1, GETIOSIZE)) > 0) { in validate_check()
661 x = hc_read(&DstHost, fd2, iobuf2, GETIOSIZE); in validate_check()
1132 char *iobuf1 = malloc(GETIOSIZE); in DoCopy()
1139 while ((n = hc_read(&SrcHost, fd1, iobuf1, GETIOSIZE)) > 0) { in DoCopy()