Searched refs:FileRecord (Results 1 - 5 of 5) sorted by relevance

/external/srec/portable/include/
H A Dpstdio.h57 FileRecord; typedef in typeref:struct:FileRecord_t
H A Dpstream.h61 FileRecord; typedef in typeref:struct:_FileRecord
65 const FileRecord* pFileTable;
95 PORTABLE_API void PortSetFileTable(const FileRecord* pFileTable, const unsigned char* pFirstFile);
/external/srec/portable/src/
H A Dpstream.c71 FileRecord pWritableFileRecTable[] =
84 extern const FileRecord pFileRecTable[];
88 const FileRecord *pReadOnlyFileRecTable = NULL;
195 FileRecord *pCurRec;
215 pCurRec = (FileRecord *)pReadOnlyFileRecTable;
220 pCurRec = (FileRecord *)pWritableFileRecTable;
342 FileRecord *pCurRec = (FileRecord *)pWritableFileRecTable;
725 FileRecord *pCurRec = (FileRecord *)pWritableFileRecTabl
[all...]
/external/srec/srec/test/SRecTest/src/
H A DSRecTest.c83 extern const FileRecord pFileRecTable[];
/external/srec/srec/test/SRecTestAudio/src/
H A DSRecTestAudio.c82 extern const FileRecord pFileRecTable[];

Completed in 525 milliseconds