![]() |
TrinityCore
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | _LISTFILE_ENTRY |
| struct | _LISTFILE_MAP |
Typedefs | |
| typedef struct _LISTFILE_ENTRY | LISTFILE_ENTRY |
| typedef struct _LISTFILE_ENTRY * | PLISTFILE_ENTRY |
| typedef struct _LISTFILE_MAP | LISTFILE_MAP |
| typedef struct _LISTFILE_MAP * | PLISTFILE_MAP |
Functions | |
| void * | ListFile_OpenExternal (const TCHAR *szListFile) |
| void * | ListFile_FromBuffer (LPBYTE pbBuffer, DWORD cbBuffer) |
| bool | ListFile_VerifyMD5 (void *pvListFile, LPBYTE pbHashMD5) |
| size_t | ListFile_GetNextLine (void *pvListFile, const char **pszLineBegin, const char **pszLineEnd) |
| size_t | ListFile_GetNextLine (void *pvListFile, char *szBuffer, size_t nMaxChars) |
| size_t | ListFile_GetNext (void *pvListFile, const char *szMask, char *szBuffer, size_t nMaxChars) |
| void | ListFile_Free (void *pvListFile) |
| PLISTFILE_MAP | ListFile_CreateMap (const TCHAR *szListFile) |
| const char * | ListFile_FindName (PLISTFILE_MAP pListMap, ULONGLONG FileNameHash) |
| void | ListFile_FreeMap (PLISTFILE_MAP pListMap) |
| typedef struct _LISTFILE_ENTRY LISTFILE_ENTRY |
| typedef struct _LISTFILE_MAP LISTFILE_MAP |
| typedef struct _LISTFILE_ENTRY * PLISTFILE_ENTRY |
| typedef struct _LISTFILE_MAP * PLISTFILE_MAP |
| PLISTFILE_MAP ListFile_CreateMap | ( | const TCHAR * | szListFile | ) |
Here is the call graph for this function:| const char* ListFile_FindName | ( | PLISTFILE_MAP | pListMap, |
| ULONGLONG | FileNameHash | ||
| ) |
Here is the call graph for this function:| void ListFile_Free | ( | void * | pvListFile | ) |
| void ListFile_FreeMap | ( | PLISTFILE_MAP | pListMap | ) |
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:| size_t ListFile_GetNext | ( | void * | pvListFile, |
| const char * | szMask, | ||
| char * | szBuffer, | ||
| size_t | nMaxChars | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| size_t ListFile_GetNextLine | ( | void * | pvListFile, |
| const char ** | pszLineBegin, | ||
| const char ** | pszLineEnd | ||
| ) |
Here is the caller graph for this function:| size_t ListFile_GetNextLine | ( | void * | pvListFile, |
| char * | szBuffer, | ||
| size_t | nMaxChars | ||
| ) |
Here is the call graph for this function:
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:
1.8.8