Home
last modified time | relevance | path

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

/PHP-7.3/ext/standard/
H A Dproc_open.c372 static inline HANDLE dup_handle(HANDLE src, BOOL inherit, BOOL closeorig) in dup_handle() function
384 return dup_handle((HANDLE)_get_osfhandle(fd), TRUE, FALSE); in dup_fd_as_handle()
583 descriptors[ndesc].parentend = dup_handle(descriptors[ndesc].parentend, FALSE, TRUE); in PHP_FUNCTION()

Completed in 9 milliseconds