bInheritHandle    493 TSRM/tsrm_win32.c 	security.bInheritHandle			= TRUE;
bInheritHandle    542 TSRM/tsrm_win32.c 		res = CreateProcessAsUser(token_user, NULL, cmd, &security, &security, security.bInheritHandle, dwCreateFlags, env, cwd, &startup, &process);
bInheritHandle    545 TSRM/tsrm_win32.c 		res = CreateProcess(NULL, cmd, &security, &security, security.bInheritHandle, dwCreateFlags, env, cwd, &startup, &process);
bInheritHandle    536 ext/standard/proc_open.c 	security.bInheritHandle = TRUE;
bInheritHandle    642 sapi/cgi/fastcgi.c 		saw.bInheritHandle = FALSE;