Searched refs:crt_write_handle (Results 1 – 1 of 1) sorted by relevance
67 int const crt_write_handle = _alloc_osfhnd(); in _pipe() local68 if (crt_write_handle == -1) in _pipe()80 _osfile(crt_write_handle) = FOPEN | FPIPE | FTEXT; in _pipe()81 _textmode(crt_write_handle) = __crt_lowio_text_mode::ansi; in _pipe()82 _tm_unicode(crt_write_handle) = false; in _pipe()86 __acrt_lowio_unlock_fh(crt_write_handle); in _pipe()99 _osfile(crt_write_handle) &= ~FTEXT; in _pipe()105 _osfile(crt_write_handle) |= FNOINHERIT; in _pipe()109 __acrt_lowio_set_os_handle(crt_write_handle, reinterpret_cast<intptr_t>(write_handle)); in _pipe()112 phandles[1] = crt_write_handle; in _pipe()