Home
last modified time | relevance | path

Searched defs:rd (Results 1 – 7 of 7) sorted by relevance

/reactos/base/applications/winhlp32/
H A Dhlpfile.c691 static BOOL HLPFILE_RtfAddRawString(struct RtfData* rd, const char* str, size_t sz) in HLPFILE_RtfAddRawString()
706 static BOOL HLPFILE_RtfAddControl(struct RtfData* rd, const char* str) in HLPFILE_RtfAddControl()
714 static BOOL HLPFILE_RtfAddText(struct RtfData* rd, const char* str) in HLPFILE_RtfAddText()
752 static BOOL HLPFILE_RtfAddHexBytes(struct RtfData* rd, const void* _ptr, unsigned sz) in HLPFILE_RtfAddHexBytes()
785 static void HLPFILE_AddHotSpotLinks(struct RtfData* rd, HLPFILE* file, in HLPFILE_AddHotSpotLinks()
880 static BOOL HLPFILE_RtfAddTransparentBitmap(struct RtfData* rd, const BITMAPINFO* bi, in HLPFILE_RtfAddTransparentBitmap()
1109 static BOOL HLPFILE_RtfAddGfxByAddr(struct RtfData* rd, HLPFILE *hlpfile, in HLPFILE_RtfAddGfxByAddr()
1155 static BOOL HLPFILE_RtfAddGfxByIndex(struct RtfData* rd, HLPFILE *hlpfile, in HLPFILE_RtfAddGfxByIndex()
1176 static HLPFILE_LINK* HLPFILE_AllocLink(struct RtfData* rd, int cookie, in HLPFILE_AllocLink()
1223 static BOOL HLPFILE_BrowseParagraph(HLPFILE_PAGE* page, struct RtfData* rd, in HLPFILE_BrowseParagraph()
[all …]
H A Dwinhelp.c92 struct RtfData* rd = (struct RtfData*)cookie; in WINHELP_RtfStreamIn() local
114 struct RtfData rd; in WINHELP_SetupText() local
/reactos/boot/freeldr/freeldr/lib/fs/
H A Dbtrfs.c777 u64 rd, seek_pointer = READ_ERROR, offset_in_extent; in btrfs_file_read() local
1240 u64 rd; in BtrFsRead() local
/reactos/sdk/lib/crt/string/
H A Dscanf.h134 int rd = 0, consumed = 0; variable
/reactos/sdk/lib/crt/process/
H A Dprocess.c48 const _TCHAR *rd; in find_execT() local
/reactos/sdk/include/reactos/libs/libmpg123/
H A Dframe.h287 struct reader *rd; /* pointer to the reading functions */ member
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/uiports/
H A Dqtewin.cpp841 int rd(double in) in rd() function