Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Dproc_open.c415 int ndesc = 0; in PHP_FUNCTION() local
583 descriptors[ndesc].parentend = dup_handle(descriptors[ndesc].parentend, FALSE, TRUE); in PHP_FUNCTION()
585 …descriptors[ndesc].mode_flags = descriptors[ndesc].mode & DESC_PARENT_MODE_WRITE ? O_WRONLY : O_RD… in PHP_FUNCTION()
633 descriptors[ndesc].childend = fd; in PHP_FUNCTION()
666 ndesc++; in PHP_FUNCTION()
694 for (i = 0; i < ndesc; i++) { in PHP_FUNCTION()
777 for (i = 0; i < ndesc; i++) { in PHP_FUNCTION()
822 for (i = 0; i < ndesc; i++) { in PHP_FUNCTION()
849 for (i = 0; i < ndesc; i++) { in PHP_FUNCTION()
869 proc->npipes = ndesc; in PHP_FUNCTION()
[all …]

Completed in 7 milliseconds