Home
last modified time | relevance | path

Searched refs:_fx_file_extended_relative_seek (Results 1 – 5 of 5) sorted by relevance

/FileX-v6.4.1/common/src/
Dfx_file_relative_seek.c86 return(_fx_file_extended_relative_seek(file_ptr, (ULONG64)byte_offset, seek_from)); in _fx_file_relative_seek()
Dfxe_file_extended_relative_seek.c104 status = _fx_file_extended_relative_seek(file_ptr, byte_offset, seek_from); in _fxe_file_extended_relative_seek()
Dfx_file_extended_relative_seek.c83 UINT _fx_file_extended_relative_seek(FX_FILE *file_ptr, ULONG64 byte_offset, UINT seek_from) in _fx_file_extended_relative_seek() function
/FileX-v6.4.1/common/inc/
Dfx_file.h76 #define _fx_file_relative_seek(f, b, sf) _fx_file_extended_relative_seek(f, (ULONG64)b, sf);
92 UINT _fx_file_extended_relative_seek(FX_FILE *file_ptr, ULONG64 byte_offset, UINT seek_from);
Dfx_api.h1245 #define fx_file_extended_relative_seek _fx_file_extended_relative_seek