Searched refs:FX_SEEK_BEGIN (Results 1 – 8 of 8) sorted by relevance
/FileX-v6.4.1/common/src/ |
D | fxe_file_relative_seek.c | 94 if ((seek_from != FX_SEEK_BEGIN) && (seek_from != FX_SEEK_END) && in _fxe_file_relative_seek()
|
D | fxe_file_extended_relative_seek.c | 94 if ((seek_from != FX_SEEK_BEGIN) && (seek_from != FX_SEEK_END) && in _fxe_file_extended_relative_seek()
|
D | fx_file_extended_relative_seek.c | 108 if (seek_from == FX_SEEK_BEGIN) in _fx_file_extended_relative_seek()
|
/FileX-v6.4.1/test/regression_test/ |
D | filex_fault_tolerant_file_seek_test.c | 200 status = fx_file_relative_seek(&my_file, 0, FX_SEEK_BEGIN); in ftest_0_entry() 207 status = fx_file_relative_seek(&my_file, 0, FX_SEEK_BEGIN); in ftest_0_entry()
|
D | filex_fault_tolerant_file_random_seek_test.c | 235 status = fx_file_relative_seek(&my_file, seek_position, FX_SEEK_BEGIN); in ftest_0_entry() 244 status = fx_file_relative_seek(&my_file, 0, FX_SEEK_BEGIN); in ftest_0_entry()
|
D | filex_file_seek_test.c | 208 status = fx_file_extended_relative_seek(FX_NULL, 0xFF, FX_SEEK_BEGIN); in ftest_0_entry() 484 status = fx_file_relative_seek(FX_NULL, 0, FX_SEEK_BEGIN); in ftest_0_entry() 493 status = fx_file_relative_seek(&my_file, 0, FX_SEEK_BEGIN); in ftest_0_entry() 516 status = fx_file_relative_seek(&my_file, 0xFFFFFFFF, FX_SEEK_BEGIN); in ftest_0_entry()
|
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() 3887 status = _fxe_file_extended_relative_seek(&file_instance, 20, FX_SEEK_BEGIN); in tx_application_define()
|
/FileX-v6.4.1/common/inc/ |
D | fx_api.h | 588 #define FX_SEEK_BEGIN 0 macro
|