Home
last modified time | relevance | path

Searched refs:patch (Results 1 – 25 of 85) sorted by relevance

1234

/reactos/dll/opengl/glu32/src/libnurbs/internals/
H A Dpatchlist.cc50 patch = 0; in Patchlist()
52 patch = new Patch( q, pta, ptb, patch ); in Patchlist()
65 patch = 0; in Patchlist()
67 patch = new Patch( *p, param, value, patch ); in Patchlist()
88 while( patch ) { in ~Patchlist()
89 Patch *p = patch; in ~Patchlist()
90 patch = patch->next; in ~Patchlist()
98 for( Patch *p = patch; p; p = p->next ) in cullCheck()
124 for( Patch *p = patch; p; p = p->next ) { in getstepsize()
139 for( Patch *p = patch; p; p = p->next ) in bbox()
[all …]
H A Dpatchlist.h63 Patch *patch;
78 return patch->get_uorder(); in get_uorder()
85 return patch->get_vorder(); in get_vorder()
H A Dbackend.h56 void patch( REAL, REAL, REAL, REAL );
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/doc/
H A Dpatches.txt16 http://bibl4.oru.se/projects/rdesktop/patch19/patches/assar_19-7-2.hostlen.patch
68 2) More optimizations to text draw (previous fast-text patch was
77 3) My Previous patch to disable backing storage in fullscreen
107 From what I can tell, this patch is no longer necessary.
111 http://bibl4.oru.se/projects/rdesktop/patch19/patches/hostname-patch
130 rdesktop determines endianness at runtime. This patch is not needed
170 This patch adds:
176 1) and 2) can be solved by the -P parameter; patch not needed.
185 As far as I understand, this patch is applied.
193 As far as I understand, this patch is applied.
[all …]
H A Dipv6.txt6 Attached is a patch to tcp.c to enable IPv6 support. Build with
/reactos/modules/rostests/apitests/mspatcha/
H A Dmspatcha.c117 bin_file patch; member
336 crc = crc32(~0, current->patch.data, (UINT)current->patch.len); in validate_patch()
358 if (!extract(patchname, &current->patch)) in apply_patch()
377 compare_file(patchname, current->patch.data, current->patch.len, current->name); in apply_patch()
383 if (!extract2(patchname, current->patch.data, current->patch.len -1)) in apply_patch()
399 compare_file(patchname, current->patch.data, current->patch.len - 1, current->name); in apply_patch()
404 if (!extract(patchname, &current->patch)) in apply_patch()
420 compare_file(patchname, current->patch.data, current->patch.len, current->name); in apply_patch()
425 if (!extract(patchname, &current->patch)) in apply_patch()
436 compare_file(patchname, current->patch.data, current->patch.len, current->name); in apply_patch()
[all …]
H A DCMakeLists.txt6 # File name does not contain 'patch' on purpose!
/reactos/sdk/lib/3rdparty/freetype/
H A Dautogen.sh37 patch=`echo $1 | sed -e 's/[0-9][0-9]*\.[0-9][0-9]*\.\([0-9][0-9]*\).*/\1/g'`
38 if test "$patch" = "$1"; then
39 patch=`echo $1 | sed -e 's/[0-9][0-9]*\.[0-9][0-9]*\-p\([0-9][0-9]*\).*/\1/g'`
41 if test "$patch" = "$1"; then
42 patch=0
45 echo $patch
/reactos/dll/win32/msi/
H A Dfiles.c266 MSIPATCHINFO *patch; in is_registered_patch_media() local
270 if (patch->disk_id == disk_id && patch->registered) return TRUE; in is_registered_patch_media()
660 MSIFILEPATCH *patch; in find_filepatch() local
664 if (!patch->extracted && patch->disk_id == disk_id && !wcscmp( key, patch->File->File )) in find_filepatch()
665 return patch; in find_filepatch()
680 !(patch = find_filepatch( package, patch->disk_id, file ))) return FALSE; in patchfiles_cb()
698 patch->extracted = TRUE; in patchfiles_cb()
710 if (apply_filepatch( package, patch->path, patch->File->TargetPath, tmpfile )) in patch_file()
720 DeleteFileW( patch->path ); in patch_file()
778 MSIFILEPATCH *patch; in ACTION_PatchFiles() local
[all …]
H A Dpatch.c365 *patch = pi; in parse_patch_summary()
374 WCHAR *patch; in patch_set_media_source_prop() local
390 free( patch ); in patch_set_media_source_prop()
867 free( patch->patchcode ); in msi_free_patchinfo()
868 free( patch->products ); in msi_free_patchinfo()
869 free( patch->transforms ); in msi_free_patchinfo()
870 free( patch->filename ); in msi_free_patchinfo()
871 free( patch->localfile ); in msi_free_patchinfo()
872 free( patch ); in msi_free_patchinfo()
880 MSIPATCHINFO *patch = NULL; in apply_patch_package() local
[all …]
H A Dmsi.c318 MSIHANDLE patch, info = 0; in get_patch_product_codes() local
354 MsiCloseHandle( patch ); in get_patch_product_codes()
473 LPWSTR patch; in MsiApplyMultiplePatchesW() local
484 if (!patch) in MsiApplyMultiplePatchesW()
488 patch[len] = '\0'; in MsiApplyMultiplePatchesW()
491 free(patch); in MsiApplyMultiplePatchesW()
1649 free(patch); in MsiGetPatchInfoExA()
1742 datakey = patch; in MsiGetPatchInfoExW()
1786 RegCloseKey(patch); in MsiGetPatchInfoExW()
1803 if (!patch || !attr) in MsiGetPatchInfoA()
[all …]
H A Daction.c1158 MSIFILEPATCH *patch; in load_patch() local
1162 if (!patch) in load_patch()
1167 if (!patch->File) in load_patch()
1170 free(patch); in load_patch()
1183 load_patch_disk_id( package, patch ); in load_patch()
1185 TRACE("Patch loaded (file %s sequence %u)\n", debugstr_w(patch->File->File), patch->Sequence); in load_patch()
4142 MSIPATCHINFO *patch; in publish_patches() local
4195 if (patch->filename && !CopyFileW( patch->filename, patch->localfile, FALSE )) in publish_patches()
5115 MSIPATCHINFO *patch; in ACTION_UnpublishProduct() local
5134 patch->delete_on_close = TRUE; in ACTION_UnpublishProduct()
[all …]
H A Dregistry.c1624 WCHAR patch[GUID_SIZE], targprod[GUID_SIZE]; in MsiEnumPatchesExA() local
1639 patch, targprod, pdwTargetProductContext, in MsiEnumPatchesExA()
1644 WideCharToMultiByte(CP_ACP, 0, patch, -1, szPatchCode, in MsiEnumPatchesExA()
1665 patch, targprod, pdwTargetProductContext, in MsiEnumPatchesExA()
1691 WCHAR *patch, MSIPATCHSTATE *state) in get_patch_state() argument
1710 res = RegOpenKeyExW(hkey, patch, 0, KEY_READ, &udpatch); in get_patch_state()
1776 if (!unsquash_guid(ptr, patch)) in check_product_patches()
1834 temp = MSIREG_OpenUserDataPatchKey(patch, context, in check_product_patches()
2003 WCHAR *product, *transforms, patch[GUID_SIZE]; in MsiEnumPatchesA() local
2025 r = MsiEnumPatchesW(product, iPatchIndex, patch, transforms, &len); in MsiEnumPatchesA()
[all …]
/reactos/drivers/network/tcpip/lwip/doc/
H A Dcontrib.txt11 to fixes or questions might often come late. Hopefully the bug and patch tracking
40 3. If you have a fix put the patch on Savannah. If it is a patch that affects
42 be applied separately while leaving the other patch 'open'. The preferred way
46 4. Do not file a bug and post a fix to it to the patch area. Either a bug report
47 or a patch will be enough.
48 … you correct an existing bug then attach the patch to the bug rather than creating a new entry in …
50 …less the bugfix is trivial too. Do not reorganize code and rename identifiers in the same patch you
51 …change behaviour if not necessary. A patch is easier to read and understand if it's to the point a…
/reactos/sdk/tools/create_nls/unicode.org/ReactOS/
H A DReadMe5 and apply the patch ibm861.patch to ibmcp861.txt
/reactos/modules/rostests/winetests/msi/
H A Dmsi.c9046 ok(!lstrcmpA(patchcode, patch), "Expected \"%s\", got \"%s\"\n", patch, patchcode); in test_MsiEnumPatchesEx_usermanaged()
9103 ok(!lstrcmpA(patchcode, patch), "Expected \"%s\", got \"%s\"\n", patch, patchcode); in test_MsiEnumPatchesEx_usermanaged()
9116 ok(!lstrcmpA(patchcode, patch), "Expected \"%s\", got \"%s\"\n", patch, patchcode); in test_MsiEnumPatchesEx_usermanaged()
9129 ok(!lstrcmpA(patchcode, patch), "Expected \"%s\", got \"%s\"\n", patch, patchcode); in test_MsiEnumPatchesEx_usermanaged()
9143 ok(!lstrcmpA(patchcode, patch), "Expected \"%s\", got \"%s\"\n", patch, patchcode); in test_MsiEnumPatchesEx_usermanaged()
9158 ok(!lstrcmpA(patchcode, patch), "Expected \"%s\", got \"%s\"\n", patch, patchcode); in test_MsiEnumPatchesEx_usermanaged()
9171 ok(!lstrcmpA(patchcode, patch), "Expected \"%s\", got \"%s\"\n", patch, patchcode); in test_MsiEnumPatchesEx_usermanaged()
9269 ok(!lstrcmpA(patchcode, patch), "Expected \"%s\", got \"%s\"\n", patch, patchcode); in test_MsiEnumPatchesEx_usermanaged()
9305 ok(!lstrcmpA(patchcode, patch), "Expected \"%s\", got \"%s\"\n", patch, patchcode); in test_MsiEnumPatchesEx_usermanaged()
9325 ok(!lstrcmpA(patchcode, patch), "Expected \"%s\", got \"%s\"\n", patch, patchcode); in test_MsiEnumPatchesEx_usermanaged()
[all …]
/reactos/drivers/network/tcpip/lwip/
H A DCHANGELOG143 related variables (patch #9696)
637 2015-02-26: patch by TabascoEye
1048 2015-02-11: patch by hichard
1670 patch #7135).
1783 (patch #6860)
2137 (patch from bug #28798)
2409 * tcp.h: patch #6843: tcp.h macro optimization patch (for little endian)
3708 parameters (patch #5938).
3759 (patch #3574).
3800 packets. See patch #5834.
[all …]
/reactos/
H A DCONTRIBUTING.md56patch]__ is a set of changes to existing source code. The changes in a patch can be merged into ex…
101 [tips for reviewing patches]: https://www.drupal.org/patch/review
103 …[patch]: https://git-scm.com/docs/git-format…
/reactos/drivers/network/tcpip/lwip/src/netif/ppp/
H A DPPPD_FOLLOWUP13 This has nothing to do with pppd, but we merged some good patch from
56 Don't care, is a patch for pppd/plugins/rp-pppoe/plugin.c which is not part
118 This is an interesting patch. However it consumes much more memory for
138 This is just a patch that adds plugins hooks for IPv6, the plugin interface
217 Plugin patch, we do not have plugins.
242 Commented out in our port, and already fixed by a previously applied Debian patch.
431 We found that while working on MPPE support in lwIP, that's our patch ;-)
437 We found that while working on MPPE support in lwIP, that's our patch ;-)
/reactos/dll/directx/wine/dmusic/
H A Dcollection.c115 DWORD patch, IDirectMusicInstrument **instrument) in IDirectMusicCollectionImpl_GetInstrument() argument
122 TRACE("(%p/%p)->(%u, %p)\n", iface, This, patch, instrument); in IDirectMusicCollectionImpl_GetInstrument()
127 if (patch == inst_patch) { in IDirectMusicCollectionImpl_GetInstrument()
142 DWORD index, DWORD *patch, LPWSTR name, DWORD name_length) in IDirectMusicCollectionImpl_EnumInstrument() argument
150 TRACE("(%p/%p)->(%d, %p, %p, %d)\n", iface, This, index, patch, name, name_length); in IDirectMusicCollectionImpl_EnumInstrument()
156 IDirectMusicInstrument_GetPatch(inst_entry->pInstrument, patch); in IDirectMusicCollectionImpl_EnumInstrument()
/reactos/sdk/lib/3rdparty/stlport/etc/
H A DChangeLog-4.056 * stdio_streambuf.cpp : compatibility fix for glibc 2.2 (thanks to Bill Shanahan for the patch)
106 * series of fixes for HP aCC 1.23 ( thanks to Michael Tsirkin for the patch ):
124 * config/stl_mlc.h : added support for MLC compiler (thanks to Anton Sergeev for the patch)
153 (thatnks to Anthony Williams for the patch)
255 (thanks to Matthew Kelly for the patch)
294 (thanks to Dave Abrahams for the patch)
440 * _bvector.h - added fix for -tempinc compilation on AIX (thanks to Alex Vanic for the patch)
448 (thanks to Tsutomu Youshida for the patch)
466 * Initial iostreams port for xlC (thanks to Alexander Vanic for the patch).
525 for the patch).
[all …]
/reactos/dll/3rdparty/libtirpc/
H A DChangeLog26 seg-fault. This patch adds a check for zero length and returns
42 This patch fixes this issue.
98 After the change to svc_vc.c performed in the previous patch,
175 The change proposed in the patch below does this. I *think* this is
H A D.gitignore40 *.patch
/reactos/sdk/lib/3rdparty/stlport/build/Makefiles/nmake/
H A Devc4.mak35 # RTTI patch for PPC2003 SDK
50 # RTTI patch for PPC2003 SDK
/reactos/sdk/lib/3rdparty/zlib/contrib/minizip/
H A DMiniZip64_info.txt26 * Added unzip patch for BZIP Compression method (patch create by Daniel Borca)

1234