Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Dproc_open.c655 descriptors[ndesc].parentend = newpipe[1]; in PHP_FUNCTION()
659 descriptors[ndesc].parentend = newpipe[0]; in PHP_FUNCTION()
664 descriptors[ndesc].parentend = dup_handle(descriptors[ndesc].parentend, FALSE, TRUE); in PHP_FUNCTION()
736 descriptors[ndesc].parentend = dup(dev_ptmx); in PHP_FUNCTION()
819 if (descriptors[i].parentend) { in PHP_FUNCTION()
820 CloseHandle(descriptors[i].parentend); in PHP_FUNCTION()
869 if (descriptors[i].parentend) in PHP_FUNCTION()
870 close(descriptors[i].parentend); in PHP_FUNCTION()
904 close(descriptors[i].parentend); in PHP_FUNCTION()
937 if (descriptors[i].parentend) in PHP_FUNCTION()
[all …]

Completed in 6 milliseconds