void MHEG5InitialiseHybridFileSystem(void)
Initialise the hybrid file system. The hybrid file system is a set of mappings from a "path" string (...
Definition: mh5hfs.c:107
void * mapping
Definition: mh5hfs.h:39
void MHEG5InitMappingIter(MHEG5MappingIter_t *iter, void *mapping)
Initialise hybrid filesystem mapping iterator.
Definition: mh5hfs.c:259
void MHEG5SetHybridFileSystem(MHEG5String *pathName, MHEG5String *mappingList)
Set mapping list in the hybrid file system. This function sets, clears or modifies the list of mappin...
Definition: mh5hfs.c:152
MHEG5Int currentPos
Definition: mh5hfs.h:40
long MHEG5Int
Definition: mh5base.h:69
void MHEG5ClearHybridFileSystem(void)
Clear the hybrid file system and restore the default mapping // -> DSM://.
Definition: mh5hfs.c:117
MHEG5String MHEG5GetFirstDsmReference(MHEG5String *reference)
Return first reference with DSM:// source. This is a convenience function that converts a hybrid:// r...
Definition: mh5hfs.c:355
void * MHEG5GetHybridFileSystemMapping(MHEG5String *reference)
Return mapping from the hybrid file system given path name. The mapping must be released using MHEG5R...
Definition: mh5hfs.c:211
void MHEG5PopHybridFileSystem(void)
Clear the current hybrid file system and pop a stored hybrid file system from the stack...
Definition: mh5hfs.c:141
void MHEG5PushHybridFileSystem(void)
Push a copy of the current hybrid file system into the stack.
Definition: mh5hfs.c:131
void MHEG5ReleaseHybridFileSystemMapping(void *mapping)
Release mapping returned from the hybrid file system. The mapping must be have been returned by a cal...
Definition: mh5hfs.c:246
MHEG5String MHEG5GetNextReference(MHEG5String *reference, MHEG5MappingIter_t *iter)
Return next reference from mapping iterator.
Definition: mh5hfs.c:276