FireBirdLib - Topfield TMS PVR TAP Programming Library
EPGInfo_FindFirst.c File Reference
#include "FBLib_EPG.h"

Go to the source code of this file.

Functions

int EPGInfo_FindFirst (TYPE_EPGInfo *EPGData)
 

Variables

int EPGInfoCacheEntries = 0
 
int EPGInfoNrEntries = 0
 
int EPGInfoCurrentEntry = 0
 
int EPGInfoCacheFile = 0
 
dword EPGInfoCacheSize = 0
 
byte * EPGInfoCacheMap = NULL
 
TYPE_EPGInfoEPGInfoCache = NULL
 
tEPGFilter EPGFilter
 
bool EPGInfoReverseOrder = FALSE
 
dword EPGInfoStructSize = 0
 
char EPGCacheFile [40]
 
int EPGAbortLoad = 0
 

Function Documentation

◆ EPGInfo_FindFirst()

Variable Documentation

◆ EPGAbortLoad

int EPGAbortLoad = 0

Definition at line 14 of file EPGInfo_FindFirst.c.

Referenced by EPGInfo_AbortLoad(), and EPGInfo_CloneToCache().

◆ EPGCacheFile

char EPGCacheFile[40]

Definition at line 13 of file EPGInfo_FindFirst.c.

Referenced by EPGInfo_CreateCache(), and EPGInfo_DestroyCache().

◆ EPGFilter

◆ EPGInfoCache

◆ EPGInfoCacheEntries

int EPGInfoCacheEntries = 0

Definition at line 3 of file EPGInfo_FindFirst.c.

Referenced by EPGInfo_DestroyCache(), and EPGInfo_FindFirst().

◆ EPGInfoCacheFile

int EPGInfoCacheFile = 0

Definition at line 6 of file EPGInfo_FindFirst.c.

Referenced by EPGInfo_CreateCache(), and EPGInfo_DestroyCache().

◆ EPGInfoCacheMap

byte* EPGInfoCacheMap = NULL

Definition at line 8 of file EPGInfo_FindFirst.c.

Referenced by EPGInfo_CreateCache(), and EPGInfo_DestroyCache().

◆ EPGInfoCacheSize

dword EPGInfoCacheSize = 0

Definition at line 7 of file EPGInfo_FindFirst.c.

Referenced by EPGInfo_CreateCache(), and EPGInfo_DestroyCache().

◆ EPGInfoCurrentEntry

int EPGInfoCurrentEntry = 0

◆ EPGInfoNrEntries

int EPGInfoNrEntries = 0

◆ EPGInfoReverseOrder

bool EPGInfoReverseOrder = FALSE

Definition at line 11 of file EPGInfo_FindFirst.c.

Referenced by EPGInfo_FindFirst(), and EPGInfo_FindItem().

◆ EPGInfoStructSize

dword EPGInfoStructSize = 0

Definition at line 12 of file EPGInfo_FindFirst.c.

Referenced by EPGInfo_CalculateStructSize().