bInheritHandle    494 TSRM/tsrm_win32.c 	security.bInheritHandle			= TRUE;
bInheritHandle    543 TSRM/tsrm_win32.c 		res = CreateProcessAsUser(token_user, NULL, cmd, &security, &security, security.bInheritHandle, dwCreateFlags, env, cwd, &startup, &process);
bInheritHandle    546 TSRM/tsrm_win32.c 		res = CreateProcess(NULL, cmd, &security, &security, security.bInheritHandle, dwCreateFlags, env, cwd, &startup, &process);
bInheritHandle    522 ext/standard/proc_open.c 	security.bInheritHandle = TRUE;
bInheritHandle    445 ext/zip/lib/zip_source_win32handle.c 	    sa.bInheritHandle = FALSE;
bInheritHandle    716 main/fastcgi.c 		saw.bInheritHandle = FALSE;