Searched refs:hOutputRead (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/sal/osl/w32/ |
H A D | procimpl.cxx | 523 HANDLE hOutputRead = NULL; in osl_executeProcess_WithRedirectedIO() local 525 if (pProcessOutputRead && create_pipe(&hOutputRead, false, &hOutputWrite, true)) in osl_executeProcess_WithRedirectedIO() 614 *pProcessOutputRead = osl_createFileHandleFromOSHandle(hOutputRead, osl_File_OpenFlag_Read); in osl_executeProcess_WithRedirectedIO() 628 if (hOutputRead) in osl_executeProcess_WithRedirectedIO() 629 CloseHandle(hOutputRead); in osl_executeProcess_WithRedirectedIO()
|
/aoo4110/main/desktop/win32/source/guistdio/ |
H A D | guistdio.inc | 304 HANDLE hOutputRead, hOutputWrite; 306 if ( CreatePipe( &hOutputRead, &hOutputWrite, NULL, 0 ) ) 390 …HANDLE hOutputThread = CreateThread( NULL, 0, OutputThread, (LPVOID)hOutputRead, 0, &dwOutputThrea…
|
Completed in 21 milliseconds