Home | History | Annotate | Download | only in updater

Lines Matching full:patch_sha_str

1190     char** patch_sha_str = malloc(patchcount * sizeof(char*));
1192 patch_sha_str[i] = patches[i*2]->data;
1200 patchcount, patch_sha_str, patches, NULL);
1205 free(patch_sha_str);