ReactOS 0.4.15-dev-8636-g945e856
|
#include "sacdrv.h"
Go to the source code of this file.
Variables | |
CHAR | IncomingUtf8ConversionBuffer [4] |
WCHAR | IncomingUnicodeValue |
SAC_STATIC_ESCAPE_STRING | SacStaticEscapeStrings [] |
NTSTATUS NTAPI VTUTF8ChannelAnsiDispatch | ( | IN PSAC_CHANNEL | Channel, |
IN SAC_ANSI_DISPATCH | AnsiCode, | ||
IN INT * | Data, | ||
IN ULONG | Length | ||
) |
Definition at line 68 of file vtutf8chan.c.
Referenced by VTUTF8ChannelOFlush(), and VTUTF8ChannelProcessAttributes().
FORCEINLINE VOID VTUTF8ChannelAssertCursor | ( | IN PSAC_CHANNEL | Channel | ) |
Definition at line 37 of file vtutf8chan.c.
Referenced by VTUTF8ChannelConsumeEscapeSequence(), and VTUTF8ChannelOWrite2().
Definition at line 242 of file vtutf8chan.c.
Referenced by VTUTF8ChannelOWrite2().
NTSTATUS NTAPI VTUTF8ChannelCreate | ( | IN PSAC_CHANNEL | Channel | ) |
Definition at line 677 of file vtutf8chan.c.
Referenced by ChannelInitializeVTable().
NTSTATUS NTAPI VTUTF8ChannelDestroy | ( | IN PSAC_CHANNEL | Channel | ) |
Definition at line 702 of file vtutf8chan.c.
Referenced by ChannelInitializeVTable().
ULONG NTAPI VTUTF8ChannelGetIBufferIndex | ( | IN PSAC_CHANNEL | Channel | ) |
Definition at line 1198 of file vtutf8chan.c.
Referenced by VTUTF8ChannelIBufferIsFull(), VTUTF8ChannelIBufferLength(), VTUTF8ChannelIRead(), VTUTF8ChannelIReadLast(), and VTUTF8ChannelIWrite().
Definition at line 1291 of file vtutf8chan.c.
Referenced by ChannelInitializeVTable(), and VTUTF8ChannelIWrite().
ULONG NTAPI VTUTF8ChannelIBufferLength | ( | IN PSAC_CHANNEL | Channel | ) |
Definition at line 1303 of file vtutf8chan.c.
Referenced by ChannelInitializeVTable().
NTSTATUS NTAPI VTUTF8ChannelIRead | ( | IN PSAC_CHANNEL | Channel, |
IN PCHAR | Buffer, | ||
IN ULONG | BufferSize, | ||
IN PULONG | ReturnBufferSize | ||
) |
Definition at line 1234 of file vtutf8chan.c.
Referenced by ChannelInitializeVTable().
WCHAR NTAPI VTUTF8ChannelIReadLast | ( | IN PSAC_CHANNEL | Channel | ) |
Definition at line 1313 of file vtutf8chan.c.
Referenced by ChannelInitializeVTable().
NTSTATUS NTAPI VTUTF8ChannelIWrite | ( | IN PSAC_CHANNEL | Channel, |
IN PCHAR | Buffer, | ||
IN ULONG | BufferSize | ||
) |
Definition at line 1339 of file vtutf8chan.c.
Referenced by ChannelInitializeVTable().
Definition at line 1077 of file vtutf8chan.c.
Referenced by ChannelInitializeVTable(), and VTUTF8ChannelOWrite().
NTSTATUS NTAPI VTUTF8ChannelOFlush | ( | IN PSAC_CHANNEL | Channel | ) |
Definition at line 725 of file vtutf8chan.c.
Referenced by ChannelInitializeVTable().
NTSTATUS NTAPI VTUTF8ChannelOInit | ( | IN PSAC_CHANNEL | Channel | ) |
Definition at line 645 of file vtutf8chan.c.
Referenced by VTUTF8ChannelCreate().
NTSTATUS NTAPI VTUTF8ChannelORead | ( | IN PSAC_CHANNEL | Channel, |
IN PCHAR | Buffer, | ||
IN ULONG | BufferSize, | ||
OUT PULONG | ByteCount | ||
) |
Definition at line 1167 of file vtutf8chan.c.
Referenced by ChannelInitializeVTable().
Definition at line 931 of file vtutf8chan.c.
Referenced by VTUTF8ChannelOWrite().
Definition at line 198 of file vtutf8chan.c.
Referenced by VTUTF8ChannelOFlush().
Definition at line 45 of file vtutf8chan.c.
Referenced by VTUTF8ChannelConsumeEscapeSequence().
Definition at line 1210 of file vtutf8chan.c.
Referenced by VTUTF8ChannelIRead(), VTUTF8ChannelIReadLast(), and VTUTF8ChannelIWrite().
WCHAR IncomingUnicodeValue |
Definition at line 16 of file vtutf8chan.c.
Referenced by VTUTF8ChannelIWrite().
CHAR IncomingUtf8ConversionBuffer[4] |
Definition at line 15 of file vtutf8chan.c.
Referenced by VTUTF8ChannelIWrite().
SAC_STATIC_ESCAPE_STRING SacStaticEscapeStrings[] |
Definition at line 18 of file vtutf8chan.c.
Referenced by VTUTF8ChannelConsumeEscapeSequence().