Home
last modified time | relevance | path

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

/PHP-5.6/ext/standard/
H A Dproc_open.c614 descriptors[ndesc].parentend = newpipe[1]; in PHP_FUNCTION()
618 descriptors[ndesc].parentend = newpipe[0]; in PHP_FUNCTION()
623 descriptors[ndesc].parentend = dup_handle(descriptors[ndesc].parentend, FALSE, TRUE); in PHP_FUNCTION()
695 descriptors[ndesc].parentend = dup(dev_ptmx); in PHP_FUNCTION()
778 if (descriptors[i].parentend) { in PHP_FUNCTION()
779 CloseHandle(descriptors[i].parentend); in PHP_FUNCTION()
828 if (descriptors[i].parentend) in PHP_FUNCTION()
829 close(descriptors[i].parentend); in PHP_FUNCTION()
863 close(descriptors[i].parentend); in PHP_FUNCTION()
896 if (descriptors[i].parentend) in PHP_FUNCTION()
[all …]

Completed in 6 milliseconds