Home
last modified time | relevance | path

Searched refs:read_output (Results 1 – 1 of 1) sorted by relevance

/external/ImageMagick/MagickCore/
Dnt-base.c2311 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()
[all …]