Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dpipe_command.c189 static int pipe_command_timeout; /* command has timed out */ variable
293 int maxtime = (pipe_command_timeout == 0) ? pipe_command_maxtime : 0; in pipe_command_write()
300 if (pipe_command_timeout == 0) { in pipe_command_write()
302 pipe_command_timeout = 1; in pipe_command_write()
316 int maxtime = (pipe_command_timeout == 0) ? pipe_command_maxtime : 0; in pipe_command_read()
323 if (pipe_command_timeout == 0) { in pipe_command_read()
325 pipe_command_timeout = 1; in pipe_command_read()
356 int maxtime = (pipe_command_timeout == 0) ? pipe_command_maxtime : 1; in pipe_command_wait_or_kill()
364 if (pipe_command_timeout == 0) { in pipe_command_wait_or_kill()
366 pipe_command_timeout = 1; in pipe_command_wait_or_kill()
[all …]