Searched refs:FOPEN_NONSEEKABLE (Results 1 – 4 of 4) sorted by relevance
244 #define FOPEN_NONSEEKABLE (1 << 2) macro
59 const FOPEN_NONSEEKABLE: u32 = 4; constant73 const NONSEEKABLE = FOPEN_NONSEEKABLE;
291 #define FOPEN_NONSEEKABLE (1 << 2) macro
400 arg->open_flags |= FOPEN_NONSEEKABLE; in fill_open()