Searched refs:patch_sha_str (Results 1 – 1 of 1) sorted by relevance
890 char** patch_sha_str = malloc(patchcount * sizeof(char*)); in ApplyPatchFn() local892 patch_sha_str[i] = patches[i*2]->data; in ApplyPatchFn()900 patchcount, patch_sha_str, patches, NULL); in ApplyPatchFn()905 free(patch_sha_str); in ApplyPatchFn()