Home
last modified time | relevance | path

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

/dragonfly/contrib/cvs-1.12/src/
HDupdate.c294 if (failed_patches_count == 0) in update()
342 for (i = 0; i < failed_patches_count; i++) in update()
347 send_files (failed_patches_count, failed_patches, local, in update()
349 send_file_names (failed_patches_count, failed_patches, 0); in update()
350 free_names (&failed_patches_count, failed_patches); in update()
371 && (failed_patches_count == 0 || pass > 1)) in update()
373 if (failed_patches_count > 0) in update()
374 free_names (&failed_patches_count, failed_patches); in update()
379 } while (failed_patches_count > 0); in update()
HDclient.h203 extern int failed_patches_count;
HDclient.c1328 int failed_patches_count; variable
1789 failed_patches_count + 1, in update_entries()
1791 failed_patches[failed_patches_count] = xstrdup (short_pathname); in update_entries()
1792 ++failed_patches_count; in update_entries()