Home
last modified time | relevance | path

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

/PHP-5.4/ext/standard/
H A Dproc_open.c600 descriptors[ndesc].parentend = newpipe[1]; in PHP_FUNCTION()
604 descriptors[ndesc].parentend = newpipe[0]; in PHP_FUNCTION()
609 descriptors[ndesc].parentend = dup_handle(descriptors[ndesc].parentend, FALSE, TRUE); in PHP_FUNCTION()
681 descriptors[ndesc].parentend = dup(dev_ptmx); in PHP_FUNCTION()
764 if (descriptors[i].parentend) { in PHP_FUNCTION()
765 CloseHandle(descriptors[i].parentend); in PHP_FUNCTION()
814 if (descriptors[i].parentend) in PHP_FUNCTION()
815 close(descriptors[i].parentend); in PHP_FUNCTION()
849 close(descriptors[i].parentend); in PHP_FUNCTION()
882 if (descriptors[i].parentend) in PHP_FUNCTION()
[all …]

Completed in 8 milliseconds