Searched refs:_fxe_file_relative_seek (Results 1 – 4 of 4) sorted by relevance
/FileX-v6.2.1/common/src/ |
D | fxe_file_relative_seek.c | 81 UINT _fxe_file_relative_seek(FX_FILE *file_ptr, ULONG byte_offset, UINT seek_from) in _fxe_file_relative_seek() function
|
/FileX-v6.2.1/common/inc/ |
D | fx_file.h | 109 UINT _fxe_file_relative_seek(FX_FILE *file_ptr, ULONG byte_offset, UINT seek_from);
|
D | fx_api.h | 1329 #define fx_file_relative_seek _fxe_file_relative_seek
|
/FileX-v6.2.1/test/regression_test/ |
D | filextestcontrol.c | 3371 status = _fxe_file_relative_seek(&file_instance, 0, FX_SEEK_BEGIN); in tx_application_define() 3388 status = _fxe_file_relative_seek(&file_instance, 0, FX_SEEK_BEGIN); in tx_application_define() 3407 status = _fxe_file_relative_seek(&file_instance, 0, FX_SEEK_BEGIN); in tx_application_define()
|