Home
last modified time | relevance | path

Searched refs:pSelf (Results 1 – 8 of 8) sorted by relevance

/reactos/drivers/filesystems/ext2/src/ext3/
H A Dgeneric.c2107 PEXT2_DIR_ENTRY2 pSelf = NULL; in Ext2SetParentEntry() local
2131 pSelf = (PEXT2_DIR_ENTRY2) in Ext2SetParentEntry()
2137 if (!pSelf) { in Ext2SetParentEntry()
2154 (PVOID)pSelf, in Ext2SetParentEntry()
2166 pParent = (PEXT2_DIR_ENTRY2)((PUCHAR)pSelf + pSelf->rec_len); in Ext2SetParentEntry()
2168 if (pSelf->name_len == 1 && pSelf->name[0] == '.' && in Ext2SetParentEntry()
2182 pSelf, in Ext2SetParentEntry()
2201 if (pSelf) { in Ext2SetParentEntry()
2202 Ext2FreePool(pSelf, EXT2_DENTRY_MAGIC); in Ext2SetParentEntry()
/reactos/win32ss/user/ntuser/
H A Dobject.c78 ObjHead->pSelf = ObjHead; in AllocDeskThreadObject()
124 ObjHead->pSelf = ObjHead; in AllocDeskProcObject()
H A Dime.c1447 ObjHead->pSelf = ObjHead; in AllocInputContextObject()
/reactos/dll/directx/ksproxy/
H A Dinput_pin.cpp145 HRESULT STDMETHODCALLTYPE Notify(IBaseFilter *pSelf, Quality q);
339 IBaseFilter *pSelf, in Notify() argument
H A Doutput_pin.cpp124 HRESULT STDMETHODCALLTYPE Notify(IBaseFilter *pSelf, Quality q);
846 IBaseFilter *pSelf, in Notify() argument
/reactos/dll/directx/wine/qcap/
H A Davimux.c1546 IBaseFilter *pSelf, Quality q) in AviMuxOut_QualityControl_Notify() argument
1549 FIXME("(%p)->(%p { 0x%x %u %s %s })\n", This, pSelf, in AviMuxOut_QualityControl_Notify()
2282 IBaseFilter *pSelf, Quality q) in AviMuxIn_QualityControl_Notify() argument
2286 …ME("(%p:%s)->(%p { 0x%x %u %s %s })\n", This, debugstr_w(avimuxin->pin.pin.pinInfo.achName), pSelf, in AviMuxIn_QualityControl_Notify()
/reactos/win32ss/include/
H A Dntuser.h195 PVOID pSelf; member
220 PVOID pSelf; member
/reactos/sdk/include/dxsdk/
H A Daxextend.idl342 ( [in] IBaseFilter * pSelf,