Lines Matching refs:read_output
2311 if (read_output != (HANDLE) NULL) \ in NTSystemCommand()
2313 CloseHandle(read_output); \ in NTSystemCommand()
2314 read_output=(HANDLE) NULL; \ in NTSystemCommand()
2346 read_output, in NTSystemCommand() local
2360 read_output=(HANDLE) NULL; in NTSystemCommand()
2378 read_output=(HANDLE) NULL; in NTSystemCommand()
2384 if (CreatePipe(&read_output,&write_output,NULL,0)) in NTSystemCommand()
2397 read_output=(HANDLE) NULL; in NTSystemCommand()
2428 if (read_output != (HANDLE) NULL) in NTSystemCommand()
2429 if (PeekNamedPipe(read_output,(LPVOID) NULL,0,(LPDWORD) NULL,&size, in NTSystemCommand()
2431 if ((size > 0) && (ReadFile(read_output,output,MagickPathExtent-1, in NTSystemCommand()