Searched refs:_fx_file_relative_seek (Results 1 – 4 of 4) sorted by relevance
/FileX-v6.2.1/common/src/ |
D | fx_file_relative_seek.c | 83 UINT _fx_file_relative_seek(FX_FILE *file_ptr, ULONG byte_offset, UINT seek_from) in _fx_file_relative_seek() function
|
D | fxe_file_relative_seek.c | 104 status = _fx_file_relative_seek(file_ptr, byte_offset, seek_from); in _fxe_file_relative_seek()
|
/FileX-v6.2.1/common/inc/ |
D | fx_file.h | 74 UINT _fx_file_relative_seek(FX_FILE *file_ptr, ULONG byte_offset, UINT seek_from); 76 #define _fx_file_relative_seek(f, b, sf) _fx_file_extended_relative_seek(f, (ULONG64)b, sf); macro
|
D | fx_api.h | 1233 #define fx_file_relative_seek _fx_file_relative_seek
|