![]() |
TrinityCore
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | MAKE_OFFSET64(hi, lo) (((ULONGLONG)hi << 32) | (ULONGLONG)lo) |
| #define | ALIGN_TO_SIZE(x, a) (((x) + (a)-1) & ~((a)-1)) |
Typedefs | |
| typedef bool(* | INDEX_FILE_FOUND )(const TCHAR *szFileName, PDWORD IndexArray, PDWORD OldIndexArray, void *pvContext) |
Functions | |
| void | CopyString (char *szTarget, const char *szSource, size_t cchLength) |
| void | CopyString (wchar_t *szTarget, const char *szSource, size_t cchLength) |
| void | CopyString (char *szTarget, const wchar_t *szSource, size_t cchLength) |
| char * | CascNewStr (const char *szString, size_t nCharsToReserve) |
| wchar_t * | CascNewStr (const wchar_t *szString, size_t nCharsToReserve) |
| TCHAR * | CascNewStrFromAnsi (const char *szBegin, const char *szEnd) |
| TCHAR * | CombinePath (const TCHAR *szPath, const TCHAR *szSubDir) |
| TCHAR * | CombinePathAndString (const TCHAR *szPath, const char *szString, size_t nLength) |
| size_t | NormalizeFileName_UpperBkSlash (char *szNormName, const char *szFileName, size_t cchMaxChars) |
| size_t | NormalizeFileName_LowerSlash (char *szNormName, const char *szFileName, size_t cchMaxChars) |
| ULONGLONG | CalcFileNameHash (const char *szFileName) |
| int | ConvertDigitToInt32 (const TCHAR *szString, PDWORD PtrValue) |
| int | ConvertStringToInt08 (const char *szString, PDWORD PtrValue) |
| int | ConvertStringToInt32 (const TCHAR *szString, size_t nMaxDigits, PDWORD PtrValue) |
| int | ConvertStringToBinary (const char *szString, size_t nMaxDigits, LPBYTE pbBinary) |
| char * | StringFromBinary (LPBYTE pbBinary, size_t cbBinary, char *szBuffer) |
| char * | StringFromMD5 (LPBYTE md5, char *szBuffer) |
| bool | CheckWildCard (const char *szString, const char *szWildCard) |
| const wchar_t * | GetPlainFileName (const wchar_t *szFileName) |
| const char * | GetPlainFileName (const char *szFileName) |
| ULONGLONG | HashStringJenkins (const char *szFileName) |
| bool | IsValidMD5 (LPBYTE pbMd5) |
| void | CalculateDataBlockHash (void *pvDataBlock, DWORD cbDataBlock, LPBYTE md5_hash) |
| bool | VerifyDataBlockHash (void *pvDataBlock, DWORD cbDataBlock, LPBYTE expected_md5) |
| bool | DirectoryExists (const TCHAR *szDirectory) |
| int | ScanIndexDirectory (const TCHAR *szIndexPath, INDEX_FILE_FOUND pfnOnFileFound, PDWORD IndexArray, PDWORD OldIndexArray, void *pvContext) |
Variables | |
| unsigned char | AsciiToLowerTable_Slash [256] |
| unsigned char | AsciiToUpperTable_BkSlash [256] |
| unsigned char | IntToHexChar [] |
| #define ALIGN_TO_SIZE | ( | x, | |
| a | |||
| ) | (((x) + (a)-1) & ~((a)-1)) |
| typedef bool(* INDEX_FILE_FOUND)(const TCHAR *szFileName, PDWORD IndexArray, PDWORD OldIndexArray, void *pvContext) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:| char* CascNewStr | ( | const char * | szString, |
| size_t | nCharsToReserve | ||
| ) |
Here is the caller graph for this function:| wchar_t* CascNewStr | ( | const wchar_t * | szString, |
| size_t | nCharsToReserve | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the caller graph for this function:
Here is the caller graph for this function:
Here is the caller graph for this function:| void CopyString | ( | char * | szTarget, |
| const char * | szSource, | ||
| size_t | cchLength | ||
| ) |
| void CopyString | ( | wchar_t * | szTarget, |
| const char * | szSource, | ||
| size_t | cchLength | ||
| ) |
| void CopyString | ( | char * | szTarget, |
| const wchar_t * | szSource, | ||
| size_t | cchLength | ||
| ) |
Here is the caller graph for this function:
Here is the caller graph for this function:| size_t NormalizeFileName_LowerSlash | ( | char * | szNormName, |
| const char * | szFileName, | ||
| size_t | cchMaxChars | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| size_t NormalizeFileName_UpperBkSlash | ( | char * | szNormName, |
| const char * | szFileName, | ||
| size_t | cchMaxChars | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| int ScanIndexDirectory | ( | const TCHAR * | szIndexPath, |
| INDEX_FILE_FOUND | pfnOnFileFound, | ||
| PDWORD | IndexArray, | ||
| PDWORD | OldIndexArray, | ||
| void * | pvContext | ||
| ) |
Here is the caller graph for this function:| char* StringFromBinary | ( | LPBYTE | pbBinary, |
| size_t | cbBinary, | ||
| char * | szBuffer | ||
| ) |
Here is the caller graph for this function:| char* StringFromMD5 | ( | LPBYTE | md5, |
| char * | szBuffer | ||
| ) |
Here is the call graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| unsigned char AsciiToLowerTable_Slash[256] |
| unsigned char AsciiToUpperTable_BkSlash[256] |
| unsigned char IntToHexChar[] |
1.8.8