Home | History | Annotate | Download | only in updater

Lines Matching full:patches

1167     Value** patches = ReadValueVarArgs(state, argc-4, argv+4);
1171 if (patches[i*2]->type != VAL_STRING) {
1175 if (patches[i*2+1]->type != VAL_BLOB) {
1182 FreeValue(patches[i]);
1184 free(patches);
1190 patch_sha_str[i] = patches[i*2]->data;
1191 patches[i*2]->data = NULL;
1192 FreeValue(patches[i*2]);
1193 patches[i] = patches[i*2+1];
1198 patchcount, patch_sha_str, patches, NULL);
1201 FreeValue(patches[i]);
1204 free(patches);