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

/openbsd-current/usr.bin/rsync/
H A Dflist.c39 #define FLIST_CHUNK_SIZE (1024) macro
513 * Reallocate a file list in chunks of FLIST_CHUNK_SIZE;
527 *max + FLIST_CHUNK_SIZE, sizeof(struct flist));
533 *max += FLIST_CHUNK_SIZE;

Completed in 164 milliseconds