Go to the source code of this file.
Functions | |
| INILOCATION | INIOpenFile (char *FileName, char *AppName) |
Variables | |
| char * | INIBuffer = NULL |
| char * | INICommentBuffer = NULL |
| dword | BufferSize = 0 |
| INILOCATION INIOpenFile | ( | char * | FileName, |
| char * | AppName | ||
| ) |
Definition at line 9 of file INIOpenFile.c.
References BufferSize, HDD_TAP_PopDir(), HDD_TAP_PushDir(), INIBuffer, INILocateFile(), INILOCATION_NewFile, INILOCATION_NotFound, TRACEENTER, and TRACEEXIT.
Referenced by CrashCheck_Shutdown(), CrashCheck_Startup(), DST_GetDefaultDSTRule(), DST_GetTransitions_Manual(), LangLoadStrings(), LogoManager_GetLogoByChannelID(), LogoManager_GetPathToLogoByChannelID(), LogoManager_ProcessLILAdd(), and LogoManager_UpdateLIL().
| dword BufferSize = 0 |
Definition at line 7 of file INIOpenFile.c.
Referenced by HDD_FindPCR(), HDD_isCryptedStream(), INICloseFile(), INIKeyExists(), INIKillKey(), INIOpenFile(), INISetString(), LangLoadStrings(), LogoManager_LogoCacheRebuild(), PSBuffer_Init(), and SendHDDCommand().
| char* INIBuffer = NULL |
Definition at line 6 of file INIOpenFile.c.
Referenced by INICloseFile(), INIFindStartEnd(), INIKeyExists(), INIKillKey(), INIOpenFile(), INISaveFile(), INISetString(), and LangLoadStrings().
| char * INICommentBuffer = NULL |
Definition at line 6 of file INIOpenFile.c.