Searched refs:hChildStdinRd (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
H A Dedk2module.c3670 HANDLE hChildStdinRd, hChildStdinWr, hChildStdoutRd, hChildStdoutWr, local
3685 if (!CreatePipe(&hChildStdinRd, &hChildStdinWr, &saAttr, 0))
3849 hChildStdinRd,
3857 hChildStdinRd,
3955 if (!CloseHandle(hChildStdinRd))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dposixmodule.c5260 HANDLE hChildStdinRd, hChildStdinWr, hChildStdoutRd, hChildStdoutWr, local
5275 if (!CreatePipe(&hChildStdinRd, &hChildStdinWr, &saAttr, 0))
5439 hChildStdinRd,
5447 hChildStdinRd,
5545 if (!CloseHandle(hChildStdinRd))

Completed in 30 milliseconds