Home
last modified time | relevance | path

Searched refs:_fx_file_relative_seek (Results 1 – 4 of 4) sorted by relevance

/FileX-v6.2.1/common/src/
Dfx_file_relative_seek.c83 UINT _fx_file_relative_seek(FX_FILE *file_ptr, ULONG byte_offset, UINT seek_from) in _fx_file_relative_seek() function
Dfxe_file_relative_seek.c104 status = _fx_file_relative_seek(file_ptr, byte_offset, seek_from); in _fxe_file_relative_seek()
/FileX-v6.2.1/common/inc/
Dfx_file.h74 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
Dfx_api.h1233 #define fx_file_relative_seek _fx_file_relative_seek