Home
last modified time | relevance | path

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

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