HomeSort by: relevance | last modified time | path
    Searched defs:pipe_command_maxtime (Results 1 - 2 of 2) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/global/
pipe_command.c 190 static int pipe_command_maxtime; /* available time to complete */ variable
217 pipe_command_maxtime = -1;
256 pipe_command_maxtime = va_arg(ap, int);
283 if (pipe_command_maxtime < 0)
293 int maxtime = (pipe_command_timeout == 0) ? pipe_command_maxtime : 0;
316 int maxtime = (pipe_command_timeout == 0) ? pipe_command_maxtime : 0;
356 int maxtime = (pipe_command_timeout == 0) ? pipe_command_maxtime : 1;
pipe_command.c 190 static int pipe_command_maxtime; /* available time to complete */ variable
217 pipe_command_maxtime = -1;
256 pipe_command_maxtime = va_arg(ap, int);
283 if (pipe_command_maxtime < 0)
293 int maxtime = (pipe_command_timeout == 0) ? pipe_command_maxtime : 0;
316 int maxtime = (pipe_command_timeout == 0) ? pipe_command_maxtime : 0;
356 int maxtime = (pipe_command_timeout == 0) ? pipe_command_maxtime : 1;

Completed in 44 milliseconds