Home | History | Annotate | Download | only in updater

Lines Matching defs:patches

1169     Value** patches = ReadValueVarArgs(state, argc-4, argv+4);
1173 if (patches[i*2]->type != VAL_STRING) {
1177 if (patches[i*2+1]->type != VAL_BLOB) {
1184 FreeValue(patches[i]);
1186 free(patches);
1192 patch_sha_str[i] = patches[i*2]->data;
1193 patches[i*2]->data = NULL;
1194 FreeValue(patches[i*2]);
1195 patches[i] = patches[i*2+1];
1200 patchcount, patch_sha_str, patches, NULL);
1203 FreeValue(patches[i]);
1206 free(patches);