Home
last modified time | relevance | path

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

/PHP-7.1/ext/standard/
H A Dproc_open.c584 descriptors[ndesc].parentend = newpipe[1]; in PHP_FUNCTION()
588 descriptors[ndesc].parentend = newpipe[0]; in PHP_FUNCTION()
593 descriptors[ndesc].parentend = dup_handle(descriptors[ndesc].parentend, FALSE, TRUE); in PHP_FUNCTION()
665 descriptors[ndesc].parentend = dup(dev_ptmx); in PHP_FUNCTION()
789 if (descriptors[i].parentend) { in PHP_FUNCTION()
790 CloseHandle(descriptors[i].parentend); in PHP_FUNCTION()
839 if (descriptors[i].parentend) in PHP_FUNCTION()
840 close(descriptors[i].parentend); in PHP_FUNCTION()
880 close(descriptors[i].parentend); in PHP_FUNCTION()
906 if (descriptors[i].parentend) in PHP_FUNCTION()
[all …]

Completed in 8 milliseconds