Home
last modified time | relevance | path

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

/PHP-7.0/ext/standard/
H A Dproc_open.c583 descriptors[ndesc].parentend = newpipe[1]; in PHP_FUNCTION()
587 descriptors[ndesc].parentend = newpipe[0]; in PHP_FUNCTION()
592 descriptors[ndesc].parentend = dup_handle(descriptors[ndesc].parentend, FALSE, TRUE); in PHP_FUNCTION()
664 descriptors[ndesc].parentend = dup(dev_ptmx); in PHP_FUNCTION()
744 if (descriptors[i].parentend) { in PHP_FUNCTION()
745 CloseHandle(descriptors[i].parentend); in PHP_FUNCTION()
794 if (descriptors[i].parentend) in PHP_FUNCTION()
795 close(descriptors[i].parentend); in PHP_FUNCTION()
835 close(descriptors[i].parentend); in PHP_FUNCTION()
861 if (descriptors[i].parentend) in PHP_FUNCTION()
[all …]

Completed in 5 milliseconds