Home
last modified time | relevance | path

Searched refs:extract (Results 1 – 25 of 30) sorted by relevance

12

/reactos/modules/rostests/apitests/mspatcha/
H A Dmspatcha.c158 BOOL extract(char* filename, const bin_file* bin) in extract() function
224 if (!extract(filename, bin)) in validate_signature()
358 if (!extract(patchname, &current->patch)) in apply_patch()
360 if (!extract(targetname, &current->input)) in apply_patch()
385 if (!extract(targetname, &current->input)) in apply_patch()
404 if (!extract(patchname, &current->patch)) in apply_patch()
425 if (!extract(patchname, &current->patch)) in apply_patch()
427 if (!extract(targetname, &current->input)) in apply_patch()
447 if (!extract(patchname, &current->patch)) in apply_patch()
449 if (!extract(targetname, &current->input)) in apply_patch()
/reactos/modules/rosapps/applications/explorer-old/
H A Dglobals.h133 const Icon& extract(LPCTSTR path, ICONCACHE_FLAGS flags=ICF_NORMAL);
134 const Icon& extract(LPCTSTR path, int icon_idx, ICONCACHE_FLAGS flags=ICF_HICON);
135 …const Icon& extract(IExtractIcon* pExtract, LPCTSTR path, int icon_idx, ICONCACHE_FLAGS flags=ICF_…
136 const Icon& extract(LPCITEMIDLIST pidl, ICONCACHE_FLAGS flags=ICF_NORMAL);
H A Dexplorer.cpp416 const Icon& IconCache::extract(LPCTSTR path, ICONCACHE_FLAGS flags) in extract() function in IconCache
491 const Icon& IconCache::extract(LPCTSTR path, int icon_idx, ICONCACHE_FLAGS flags) in extract() function in IconCache
518 const Icon& IconCache::extract(IExtractIcon* pExtract, LPCTSTR path, int icon_idx, ICONCACHE_FLAGS … in extract() function in IconCache
544 const Icon& IconCache::extract(LPCITEMIDLIST pidl, ICONCACHE_FLAGS flags) in extract() function in IconCache
/reactos/dll/shellext/zipfldr/lang/
H A Den-US.rc19 LTEXT "Click 'Next' to extract",IDC_STATUSTEXT,86,114,80,8
79 IDS_CANTEXTRACTFILE "Cannot extract file '%1'."
88 IDS_WIZ_BROWSE_TITLE "Select the place where you want to extract the selected items."
H A Dhi-IN.rc19 LTEXT "Click 'Next' to extract",IDC_STATUSTEXT,86,114,100,8
66 IDS_CANTEXTRACTFILE "Cannot extract file '%1'."
H A Det-EE.rc19 LTEXT "Click 'Next' to extract",IDC_STATUSTEXT,86,114,80,8
79 IDS_CANTEXTRACTFILE "Cannot extract file '%1'."
H A Dsv-SE.rc19 LTEXT "Click 'Next' to extract",IDC_STATUSTEXT,86,114,80,8
79 IDS_CANTEXTRACTFILE "Cannot extract file '%1'."
H A Dja-JP.rc79 IDS_CANTEXTRACTFILE "Cannot extract file '%1'."
H A Dfr-FR.rc79 IDS_CANTEXTRACTFILE "Cannot extract file '%1'."
/reactos/modules/rostests/winetests/cabinet/
H A DCMakeLists.txt3 add_executable(cabinet_winetest extract.c fdi.c testlist.c)
H A Dfdi.c653 char extract[] = "extract.cab"; in test_FDIIsCabinet() local
697 fd = fdi_open(extract, 0, 0); in test_FDIIsCabinet()
718 static_fdi_handle = fdi_open(extract, 0, 0); in test_FDIIsCabinet()
H A Dextract.c716 START_TEST(extract) in START_TEST() argument
/reactos/drivers/filesystems/vfatfs/
H A Dvfat005.1st4 extract files
/reactos/base/applications/extrac32/
H A Dextrac32.c99 static void extract(LPCWSTR cabfile, LPWSTR destdir) in extract() function
316 extract(cabfile, path); in wWinMain()
/reactos/modules/rosapps/applications/explorer-old/shell/
H A Dentries.cpp373 icon_id = g_Globals._icon_cache.extract(path, flags); in extract_icon()
387 icon_id = g_Globals._icon_cache.extract(pExtract, path, idx, flags); in extract_icon()
392 icon_id = g_Globals._icon_cache.extract(path, idx, flags); in extract_icon()
424 icon_id = g_Globals._icon_cache.extract(pidl, flags); in extract_icon()
/reactos/dll/shellext/zipfldr/
H A DCZipExtract.cpp83 CExtractSettingsPage(CZipExtract* extract, CStringA* password) in CExtractSettingsPage() argument
87 ,m_pExtract(extract) in CExtractSettingsPage()
293 CCompleteSettingsPage(CZipExtract* extract) in CCompleteSettingsPage() argument
295 , m_pExtract(extract) in CCompleteSettingsPage()
/reactos/
H A DINSTALL83 To install ReactOS from the bootable CD distribution, extract the archive
H A DREADME.md75 To install ReactOS from the bootable CD distribution, extract the archive contents. Then burn the C…
/reactos/dll/opengl/glu32/src/libutil/
H A Dmipmap.c8665 GLdouble (*extract)(int, const void *), in halveImageSlice()
8738 extractTotals[1][cc]=(*extract)(isSwap, in halveImageSlice()
8740 extractTotals[2][cc]=(*extract)(isSwap, in halveImageSlice()
8827 GLdouble (*extract)(int, const void *), in halveImage3D()
8871 extractTotals[1][cc]= (*extract)(isSwap, in halveImage3D()
8873 extractTotals[2][cc]= (*extract)(isSwap, in halveImage3D()
8875 extractTotals[3][cc]= (*extract)(isSwap, in halveImage3D()
8878 extractTotals[4][cc]= (*extract)(isSwap, in halveImage3D()
8881 extractTotals[5][cc]= (*extract)(isSwap, in halveImage3D()
8883 extractTotals[6][cc]= (*extract)(isSwap, in halveImage3D()
[all …]
/reactos/sdk/lib/3rdparty/libxml2/
H A DREADME.md32 If you build from a source tarball, extract the archive with:
/reactos/modules/rosapps/applications/explorer-old/taskbar/
H A Dfavorites.cpp359 const Icon& icon = g_Globals._icon_cache.extract(bookmark._icon_path, bookmark._icon_idx); in fill_tree()
/reactos/sdk/cmake/
H A Dgcc.cmake393 …# We create a static library with the importlib thus created as object. AR will extract the obj fi…
415 …# We create a static library with the importlib thus created. AR will extract the obj files and ar…
/reactos/sdk/include/psdk/
H A Dinseng.idl103 HRESULT GetFileExtractList(UINT index, char *extract, DWORD size);
/reactos/dll/opengl/glu32/src/libtess/
H A Dalg-outline99 ones), organized so that we can quickly extract the vertex with the
/reactos/modules/wallpapers/
H A DLICENSE.txt268 to extract, reuse, reproduce, and Share all or a substantial

12