Searched refs:connect_count (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/postfix-255/postfix/src/smtpstone/
H A Dqmqp-source.c131 int connect_count; /* # of connect()s to retry */ member in struct:SESSION
156 static int connect_count = 1; variable
300 if (session->connect_count-- == 1)
499 if ((connect_count = atoi(optarg)) <= 0)
654 session->connect_count = connect_count;
H A Dsmtp-source.c171 int connect_count; /* # of connect()s to retry */ member in struct:SESSION
209 static int connect_count = 1; variable
430 if (session->connect_count-- == 1)
981 if ((connect_count = atoi(optarg)) <= 0)
1170 session->connect_count = connect_count;

Completed in 118 milliseconds