/reactos/modules/rosapps/applications/net/roshttpd/ |
H A D | http.cpp | 161 VOID CHttpParser::Skip(CHAR sCh) in Skip() function in CHttpParser 264 Skip(13); in GenerelHeader() 271 Skip(13); in GenerelHeader() 296 Skip(13); in RequestHeader() 304 Skip(13); in RequestHeader() 312 Skip(13); in RequestHeader() 320 Skip(13); in RequestHeader() 328 Skip(13); in RequestHeader() 335 Skip(13); in RequestHeader() 362 Skip(13); in EntityHeader()
|
/reactos/modules/rostests/apitests/browseui/ |
H A D | IACLHistory.cpp | 43 hr = pEnum->Skip(0); in START_TEST() 45 hr = pEnum->Skip(1); in START_TEST() 47 hr = pEnum->Skip(3); in START_TEST()
|
/reactos/modules/rostests/win32/comctl32/buttonvistest/ |
H A D | buttonvistest.rc | 60 POPUP "Skip" 62 MENUITEM "Skip erase", IDM_SKIP_ERASE 63 MENUITEM "Skip paint", IDM_SKIP_PAINT
|
/reactos/subsystems/mvdm/ntvdm/bios/ |
H A D | bios.c | 114 if (!ptr) goto Skip; in BiosInitialize() 119 if (RomAddress == 0) goto Skip; in BiosInitialize() 125 Skip: in BiosInitialize()
|
/reactos/drivers/filesystems/ext2/src/ext3/ |
H A D | indirect.c | 366 ULONG Skip = 0; local 549 Skip = Vcb->max_blocks_per_layer[Layer] * i; 555 Skip += Slot * Vcb->max_blocks_per_layer[Layer - 1]; 559 Skip += Slot; 570 Base + Skip, 647 ULONG Skip = 0; local 725 Skip = (SizeArray - i - 1) * Vcb->max_blocks_per_layer[Layer]; 754 Base + Skip, 775 Base + Skip, /* base */ 812 if (!Ext2RemoveBlockExtent(Vcb, Mcb, Base + Skip, (Start + 1))) {
|
/reactos/base/applications/mplay32/lang/ |
H A D | en-US.rc | 59 IDS_TOOLTIP_BACKWARD "Skip Backward" 62 IDS_TOOLTIP_FORWARD "Skip Forward"
|
/reactos/dll/directx/msvidctl/ |
H A D | enumtuningspaces.cpp | 34 HRESULT STDMETHODCALLTYPE Skip(ULONG celt); 90 CEnumTuningSpaces::Skip(ULONG celt) in Skip() function in CEnumTuningSpaces
|
/reactos/dll/directx/ksproxy/ |
H A D | enumpins.cpp | 34 HRESULT STDMETHODCALLTYPE Skip(ULONG cPins); 117 CEnumPins::Skip( in Skip() function in CEnumPins
|
H A D | enum_mediatypes.cpp | 33 HRESULT STDMETHODCALLTYPE Skip(ULONG cMediaTypes); 142 CEnumMediaTypes::Skip( in Skip() function in CEnumMediaTypes
|
/reactos/dll/directx/msdvbnp/ |
H A D | enumpins.cpp | 34 HRESULT STDMETHODCALLTYPE Skip(ULONG cPins); 118 CEnumPins::Skip( in Skip() function in CEnumPins
|
H A D | enum_mediatypes.cpp | 33 HRESULT STDMETHODCALLTYPE Skip(ULONG cMediaTypes); 126 CEnumMediaTypes::Skip( in Skip() function in CEnumMediaTypes
|
/reactos/sdk/include/psdk/ |
H A D | netcfgx.h | 114 STDMETHOD_(HRESULT,Skip) (THIS_ ULONG celt) PURE; in DECLARE_INTERFACE_() 126 #define IEnumNetCfgBindingInterface_Skip(p,a) (p)->lpVtbl->Skip(p,a) 175 STDMETHOD_(HRESULT,Skip)(THIS_ ULONG celt) PURE; in DECLARE_INTERFACE_() 187 #define IEnumNetCfgBindingPath_Skip(p,a) (p)->lpVtbl->Skip(p,a) 249 STDMETHOD_(HRESULT,Skip) (THIS_ ULONG celt) PURE; in DECLARE_INTERFACE_() 261 #define IEnumNetCfgComponent_Skip(p,a) (p)->lpVtbl->Skip(p,a)
|
/reactos/dll/win32/shell32/shellrecyclebin/ |
H A D | recyclebin_generic_enumerator.cpp | 24 STDMETHODIMP Skip(DWORD celt) override; 179 STDMETHODIMP RecycleBinGenericEnum::Skip(DWORD celt) in Skip() function in RecycleBinGenericEnum
|
/reactos/dll/directx/dsound_new/ |
H A D | misc.c | 30 DWORD NewLength, Skip; in PerformChannelConversion() local 44 Skip = OldChannels * (BitsPerSample/8); in PerformChannelConversion() 54 if (OldIndex + Skip >= BufferLength) in PerformChannelConversion() 64 OldIndex += Skip; in PerformChannelConversion()
|
/reactos/dll/win32/browseui/ |
H A D | aclhistory.cpp | 39 STDMETHODIMP CACLHistory::Skip(ULONG celt) in Skip() function in CACLHistory
|
H A D | aclhistory.h | 21 STDMETHODIMP Skip(ULONG celt) override;
|
H A D | aclmulti.h | 48 STDMETHOD(Skip)(ULONG celt) override;
|
H A D | ACLCustomMRU.h | 36 STDMETHODIMP Skip(ULONG celt) override;
|
/reactos/sdk/include/dxsdk/ |
H A D | bdatif.idl | 169 Skip( 194 Skip(
|
/reactos/modules/rostests/apitests/user32/ |
H A D | CharFuncs.c | 390 goto Skip; in AllocStringW() 393 Skip: in AllocStringW() 410 goto Skip; in AllocStringA() 419 goto Skip; in AllocStringA() 423 Skip: in AllocStringA()
|
/reactos/modules/rosapps/applications/net/roshttpd/include/ |
H A D | http.h | 47 VOID Skip(CHAR sStr);
|
/reactos/dll/win32/shell32/ |
H A D | CIDLDataObj.cpp | 32 STDMETHOD(Skip)(ULONG celt) override; 90 HRESULT WINAPI IEnumFORMATETCImpl::Skip(ULONG celt) in Skip() function in IEnumFORMATETCImpl 118 return (*ppenum)->Skip(posFmt); in Clone()
|
H A D | CEnumIDListBase.h | 56 STDMETHOD(Skip)(ULONG celt) override;
|
/reactos/dll/shellext/netshell/ |
H A D | enumlist.cpp | 149 STDMETHOD(Skip)(ULONG celt) override; 311 CEnumIDList::Skip(ULONG celt) in Skip() function in CEnumIDList
|
/reactos/base/shell/cmd/ |
H A D | for.c | 341 INT Skip; in ForF() local 401 for (In = FullInput, Skip = SkipLines; in ForF() 417 if (--Skip >= 0) in ForF()
|