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

/macosx-10.9.5/rsync-42/rsync/
H A Dgenerator.c224 static int min_depth = MAXPATHLEN, cur_depth = -1; local
232 while (cur_depth >= min_depth)
233 pop_local_filters(filt_array[cur_depth--]);
235 cur_depth = -1;
257 while (cur_depth >= file->dir.depth && cur_depth >= min_depth)
258 pop_local_filters(filt_array[cur_depth--]);
259 cur_depth = file->dir.depth;
260 if (min_depth > cur_depth)
261 min_depth = cur_depth;
[all...]

Completed in 108 milliseconds