Home | History | Annotate | Download | only in updater

Lines Matching full:patchcount

925     int patchcount = (argc-4) / 2;
929 for (i = 0; i < patchcount; ++i) {
939 if (i != patchcount) {
940 for (i = 0; i < patchcount*2; ++i) {
947 char** patch_sha_str = malloc(patchcount * sizeof(char*));
948 for (i = 0; i < patchcount; ++i) {
957 patchcount, patch_sha_str, patches);
959 for (i = 0; i < patchcount; ++i) {
981 int patchcount = argc-1;
984 int result = applypatch_check(filename, patchcount, sha1s);
987 for (i = 0; i < patchcount; ++i) {