Home | History | Annotate | Download | only in updater

Lines Matching refs:patches

869     Value** patches = ReadValueVarArgs(state, argc-4, argv+4);
873 if (patches[i*2]->type != VAL_STRING) {
877 if (patches[i*2+1]->type != VAL_BLOB) {
884 FreeValue(patches[i]);
886 free(patches);
892 patch_sha_str[i] = patches[i*2]->data;
893 patches[i*2]->data = NULL;
894 FreeValue(patches[i*2]);
895 patches[i] = patches[i*2+1];
900 patchcount, patch_sha_str, patches, NULL);
903 FreeValue(patches[i]);
906 free(patches);