Lines Matching refs:read_output
2282 if (read_output != (HANDLE) NULL) \ in NTSystemCommand()
2284 CloseHandle(read_output); \ in NTSystemCommand()
2285 read_output=(HANDLE) NULL; \ in NTSystemCommand()
2315 read_output, in NTSystemCommand() local
2332 read_output=(HANDLE) NULL; in NTSystemCommand()
2350 read_output=(HANDLE) NULL; in NTSystemCommand()
2356 if (CreatePipe(&read_output,&write_output,NULL,0)) in NTSystemCommand()
2369 read_output=(HANDLE) NULL; in NTSystemCommand()
2395 if (read_output != (HANDLE) NULL) in NTSystemCommand()
2396 if (!PeekNamedPipe(read_output,NULL,0,NULL,&size,NULL)) in NTSystemCommand()
2406 if (ReadFile(read_output,buffer,MagickPathExtent-1,&bytes_read,NULL)) in NTSystemCommand()
2419 if (!PeekNamedPipe(read_output,NULL,0,NULL,&size,NULL)) in NTSystemCommand()