Home | History | Annotate | Download | only in applypatch

Lines Matching refs:num_patches

51                           char*** sha1s, Value*** patches, int* num_patches) {
52 *num_patches = argc;
53 *sha1s = malloc(*num_patches * sizeof(char*));
54 *patches = malloc(*num_patches * sizeof(Value*));
55 memset(*patches, 0, *num_patches * sizeof(Value*));
60 for (i = 0; i < *num_patches; ++i) {
90 for (i = 0; i < *num_patches; ++i) {
116 int num_patches;
117 if (ParsePatchArgs(argc-5, argv+5, &sha1s, &patches, &num_patches) != 0) {
123 num_patches, sha1s, patches);
126 for (i = 0; i < num_patches; ++i) {