Searched refs:_fxe_file_extended_relative_seek (Results 1 – 4 of 4) sorted by relevance
/FileX-v6.4.1/common/src/ |
D | fxe_file_extended_relative_seek.c | 81 UINT _fxe_file_extended_relative_seek(FX_FILE *file_ptr, ULONG64 byte_offset, UINT seek_from) in _fxe_file_extended_relative_seek() function
|
/FileX-v6.4.1/common/inc/ |
D | fx_file.h | 118 UINT _fxe_file_extended_relative_seek(FX_FILE *file_ptr, ULONG64 byte_offset, UINT seek_from);
|
D | fx_api.h | 1341 #define fx_file_extended_relative_seek _fxe_file_extended_relative_seek
|
/FileX-v6.4.1/test/regression_test/ |
D | filextestcontrol.c | 3851 status = _fxe_file_extended_relative_seek(&file_instance, 20, FX_SEEK_END); in tx_application_define() 3868 status = _fxe_file_extended_relative_seek(&file_instance, 20, FX_SEEK_FORWARD); in tx_application_define() 3887 status = _fxe_file_extended_relative_seek(&file_instance, 20, FX_SEEK_BEGIN); in tx_application_define()
|