Home
last modified time | relevance | path

Searched refs:_startpos (Results 1 – 3 of 3) sorted by relevance

/reactos/sdk/lib/ucrt/stdio/
H A Dftell.cpp94 __int64 const base_buffer_position = _lseeki64_internal(fh, _startpos(fh), SEEK_SET, ptd); in common_ftell_translated_utf8_nolock()
95 if (base_buffer_position != _startpos(fh)) in common_ftell_translated_utf8_nolock()
/reactos/sdk/lib/ucrt/inc/
H A Dcorecrt_internal_lowio.h135 #define _startpos(i) (_pioinfo(i)->startpos) macro
/reactos/sdk/lib/ucrt/lowio/
H A Dread.cpp470 _startpos(fh) = _lseeki64_nolock(fh, 0, FILE_CURRENT); in _read_nolock()