Searched refs:_fxe_file_best_effort_allocate (Results 1 – 4 of 4) sorted by relevance
/FileX-v6.2.1/common/src/ |
D | fxe_file_best_effort_allocate.c | 76 UINT _fxe_file_best_effort_allocate(FX_FILE *file_ptr, ULONG size, ULONG *actual_size_allocated) in _fxe_file_best_effort_allocate() function
|
/FileX-v6.2.1/common/inc/ |
D | fx_file.h | 100 UINT _fxe_file_best_effort_allocate(FX_FILE *file_ptr, ULONG size, ULONG *actual_size_allocated);
|
D | fx_api.h | 1321 #define fx_file_best_effort_allocate _fxe_file_best_effort_allocate
|
/FileX-v6.2.1/test/regression_test/ |
D | filextestcontrol.c | 4330 status = _fxe_file_best_effort_allocate(&file_instance, 20, FX_NULL); in tx_application_define() 4344 status = _fxe_file_best_effort_allocate(&file_instance, 20, &temp); in tx_application_define() 4361 status = _fxe_file_best_effort_allocate(&file_instance, 20, &temp); in tx_application_define() 4380 status = _fxe_file_best_effort_allocate(&file_instance, 20, &temp); in tx_application_define()
|