Lines Matching refs:read_output
2351 if (read_output != (HANDLE) NULL) \ in NTSystemCommand()
2353 CloseHandle(read_output); \ in NTSystemCommand()
2354 read_output=(HANDLE) NULL; \ in NTSystemCommand()
2386 read_output, in NTSystemCommand() local
2400 read_output=(HANDLE) NULL; in NTSystemCommand()
2418 read_output=(HANDLE) NULL; in NTSystemCommand()
2424 if (CreatePipe(&read_output,&write_output,NULL,0)) in NTSystemCommand()
2437 read_output=(HANDLE) NULL; in NTSystemCommand()
2468 if (read_output != (HANDLE) NULL) in NTSystemCommand()
2469 if (PeekNamedPipe(read_output,(LPVOID) NULL,0,(LPDWORD) NULL,&size,(LPDWORD) NULL)) in NTSystemCommand()
2470 if ((size > 0) && (ReadFile(read_output,output,MagickPathExtent-1,&bytes_read,NULL))) in NTSystemCommand()