Searched refs:fdout (Results 1 – 1 of 1) sorted by relevance
/civetweb-2.7.6/src/ |
D | civetweb.c | 5704 int fdout[2], 5733 (HANDLE)_get_osfhandle(fdout[1]), 5753 SetHandleInformation((HANDLE)_get_osfhandle(fdout[0]), 6005 int fdout[2], 6021 set_close_on_exec(fdout[0], conn, NULL); /* stdout read */ 6034 } else if (dup2(fdout[1], 1) == -1) { 6038 fdout[1], 6053 (void)close(fdout[1]); 6058 (void)close(fdout[0]); 11062 int fdin[2] = {-1, -1}, fdout[2] = {-1, -1}, fderr[2] = {-1, -1}; local [all …]
|