FX_OPEN_FOR_READ_FAST is only used within filex.
 
Symbols
loading...
Files
loading...

FX_OPEN_FOR_READ_FAST macro

Syntax

#define FX_OPEN_FOR_READ_FAST 2

References

LocationText
fx_api.h:448
#define FX_OPEN_FOR_READ_FAST 2
fx_file_open.c:149
if (open_type == FX_OPEN_FOR_READ_FAST)
fxe_file_open.c:93
if ((open_type != FX_OPEN_FOR_READ) && (open_type != FX_OPEN_FOR_READ_FAST) && (open_type != FX_OPEN_FOR_WRITE))