Home
last modified time | relevance | path

Searched defs:scheme (Results 1 – 25 of 57) sorted by relevance

123

/reactos/dll/cpl/desk/
H A Ddraw.c59 MyIntDrawRectEdge(HDC hdc, LPRECT rc, UINT uType, UINT uFlags, COLOR_SCHEME *scheme) in MyIntDrawRectEdge()
198 MyDrawFrameButton(HDC hdc, LPRECT rc, UINT uState, COLOR_SCHEME *scheme) in MyDrawFrameButton()
233 MyDrawFrameCaption(HDC dc, LPRECT r, UINT uFlags, COLOR_SCHEME *scheme) in MyDrawFrameCaption()
302 MyDrawFrameScroll(HDC dc, LPRECT r, UINT uFlags, COLOR_SCHEME *scheme) in MyDrawFrameScroll()
371 MyDrawFrameControl(HDC hDC, LPRECT rc, UINT uType, UINT uState, COLOR_SCHEME *scheme) in MyDrawFrameControl()
386 MyDrawEdge(HDC hDC, LPRECT rc, UINT edge, UINT flags, COLOR_SCHEME *scheme) in MyDrawEdge()
392 MyDrawCaptionButtons(HDC hdc, LPRECT lpRect, BOOL bMinMax, int x, COLOR_SCHEME *scheme) in MyDrawCaptionButtons()
424 MyDrawScrollbar(HDC hdc, LPRECT rc, HBRUSH hbrScrollbar, COLOR_SCHEME *scheme) in MyDrawScrollbar()
457 …DC hdc, const RECT *rect, HFONT hFont, HICON hIcon, LPCWSTR str, UINT uFlags, COLOR_SCHEME *scheme) in MyDrawCaptionTemp()
527 MyDrawMenuBarTemp(HWND Wnd, HDC DC, LPRECT Rect, HMENU Menu, HFONT Font, COLOR_SCHEME *scheme) in MyDrawMenuBarTemp()
H A Dtheme.c63 SchemeSetMetric(IN COLOR_SCHEME *scheme, int id, int value) in SchemeSetMetric()
83 SchemeGetMetric(IN COLOR_SCHEME *scheme, int id) in SchemeGetMetric()
104 SchemeGetFont(IN COLOR_SCHEME *scheme, int id) in SchemeGetFont()
122 LoadCurrentScheme(OUT COLOR_SCHEME *scheme) in LoadCurrentScheme()
243 LoadSchemeFromReg(OUT COLOR_SCHEME *scheme, IN PTHEME_SELECTION pSelectedTheme) in LoadSchemeFromReg()
330 ApplyScheme(IN COLOR_SCHEME *scheme, IN PTHEME_SELECTION pSelectedTheme) in ApplyScheme()
938 LoadSchemeFromTheme(OUT PCOLOR_SCHEME scheme, IN PTHEME_SELECTION pSelectedTheme) in LoadSchemeFromTheme()
990 DrawThemePreview(IN HDC hdcMem, IN PCOLOR_SCHEME scheme, IN PTHEME_SELECTION pSelectedTheme, IN PRE… in DrawThemePreview()
1019 COLOR_SCHEME scheme; in ActivateThemeFile() local
H A Dpreview.c72 static VOID UpdatePreviewTheme(HWND hwnd, PPREVIEW_DATA pPreviewData, COLOR_SCHEME *scheme) in UpdatePreviewTheme()
114 COLOR_SCHEME *scheme; in OnCreate() local
257 COLOR_SCHEME *scheme; in OnPaint() local
H A Dadvappdlg.c109 COLOR_SCHEME *scheme = &g->SchemeAdv; in InitColorButtons() local
/reactos/dll/win32/winhttp/
H A Durl.c183 struct url_component scheme, username, password, hostname, path, extra; in WinHttpCrackUrl() local
346 static INTERNET_SCHEME get_scheme( const WCHAR *scheme, DWORD len ) in get_scheme()
353 static const WCHAR *get_scheme_string( INTERNET_SCHEME scheme ) in get_scheme_string()
360 static BOOL uses_default_port( INTERNET_SCHEME scheme, INTERNET_PORT port ) in uses_default_port()
381 INTERNET_SCHEME scheme; in get_url_length() local
441 INTERNET_SCHEME scheme; in WinHttpCreateUrl() local
H A Drequest.c578 const WCHAR *scheme; in build_absolute_request_path() local
892 DWORD scheme; member
931 DWORD size, scheme; in query_auth_schemes() local
1151 static BOOL get_authvalue( struct request *request, DWORD level, DWORD scheme, WCHAR *buffer, DWORD… in get_authvalue()
1166 enum auth_scheme scheme = scheme_from_flag( scheme_flag ); in do_authorization() local
2401 enum auth_scheme scheme = scheme_from_flag( scheme_flag ); in set_credentials() local
2442 BOOL WINAPI WinHttpSetCredentials( HINTERNET hrequest, DWORD target, DWORD scheme, LPCWSTR username, in WinHttpSetCredentials()
3557 DWORD target, scheme = WINHTTP_AUTH_SCHEME_BASIC; /* FIXME: query supported schemes */ in winhttp_request_SetCredentials() local
/reactos/dll/3rdparty/libtiff/
H A Dtif_codec.c126 NotConfigured(TIFF* tif, int scheme) in NotConfigured()
150 TIFFIsCODECConfigured(uint16 scheme) in TIFFIsCODECConfigured()
H A Dtif_jpeg_12.c16 int TIFFReInitJPEG_12( TIFF *tif, int scheme, int is_encode ) in TIFFReInitJPEG_12()
H A Dtif_compress.c160 TIFFSetCompressionScheme(TIFF* tif, int scheme) in TIFFSetCompressionScheme()
186 TIFFFindCODEC(uint16 scheme) in TIFFFindCODEC()
201 TIFFRegisterCODEC(uint16 scheme, const char* name, TIFFInitMethod init) in TIFFRegisterCODEC()
H A Dtif_dumpmode.c123 TIFFInitDumpMode(TIFF* tif, int scheme) in TIFFInitDumpMode()
H A Dtif_next.c170 TIFFInitNeXT(TIFF* tif, int scheme) in TIFFInitNeXT()
H A Dtif_jbig.c200 int TIFFInitJBIG(TIFF* tif, int scheme) in TIFFInitJBIG()
H A Dtif_thunder.c189 TIFFInitThunderScan(TIFF* tif, int scheme) in TIFFInitThunderScan()
H A Dtif_packbits.c287 TIFFInitPackBits(TIFF* tif, int scheme) in TIFFInitPackBits()
H A Dtif_fax3.c1400 TIFFInitCCITTFax3(TIFF* tif, int scheme) in TIFFInitCCITTFax3()
1518 TIFFInitCCITTFax4(TIFF* tif, int scheme) in TIFFInitCCITTFax4()
1605 TIFFInitCCITTRLE(TIFF* tif, int scheme) in TIFFInitCCITTRLE()
1622 TIFFInitCCITTRLEW(TIFF* tif, int scheme) in TIFFInitCCITTRLEW()
H A Dtif_zip.c380 TIFFInitZIP(TIFF* tif, int scheme) in TIFFInitZIP()
H A Dtif_zstd.c371 TIFFInitZSTD(TIFF* tif, int scheme) in TIFFInitZSTD()
H A Dtif_lzma.c416 TIFFInitLZMA(TIFF* tif, int scheme) in TIFFInitLZMA()
H A Dtif_webp.c626 TIFFInitWebP(TIFF* tif, int scheme) in TIFFInitWebP()
/reactos/sdk/include/reactos/libs/libxml/
H A Duri.h34 char *scheme; /* the URI scheme */ member
/reactos/dll/win32/wldap32/
H A Dinit.c128 static char *join_hostnames( const char *scheme, char **hostnames, ULONG portnumber ) in join_hostnames()
190 static char *urlify_hostnames( const char *scheme, char *hostnames, ULONG port ) in urlify_hostnames()
/reactos/modules/rostests/winetests/winhttp/
H A Durl.c435 WCHAR scheme[20], user[20], pass[20], host[40], path[80], extra[40]; in WinHttpCrackUrl_test() local
/reactos/modules/rostests/winetests/wininet/
H A Durl.c96 INTERNET_SCHEME scheme; member
668 WCHAR scheme[20], host[20], user[20], pwd[20], urlpart[50], extra[50]; in InternetCrackUrlW_test() local
/reactos/dll/win32/wmvcore/
H A Dwmvcore_main.c61 HRESULT WINAPI WMCheckURLScheme(const WCHAR *scheme) in WMCheckURLScheme()
/reactos/dll/win32/qmgr/
H A Dfile.c356 UINT scheme = scheme_from_index(j); in set_request_credentials() local

123