Searched defs:dns_pid (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/lib-smtp/
H A Dtest-smtp-client-errors.c64 static pid_t dns_pid = (pid_t)-1; variable
2807 if (dns_pid != (pid_t)-1) {
2808 (void)kill(dns_pid, SIGKILL);
2809 (void)waitpid(dns_pid, NULL, 0);
2810 dns_pid = (pid_t)-1;
2878 if ((dns_pid = fork()) == (pid_t)-1)
2880 if (dns_pid == 0) {
2882 dns_pid = (pid_t)-1;
/dovecot/src/lib-http/
H A Dtest-http-client-errors.c48 static pid_t dns_pid = (pid_t)-1; variable
3098 if (dns_pid != (pid_t)-1) {
3099 (void)kill(dns_pid, SIGKILL);
3100 (void)waitpid(dns_pid, NULL, 0);
3101 dns_pid = (pid_t)-1;
3168 if ((dns_pid = fork()) == (pid_t)-1)
3170 if (dns_pid == 0) {
3171 dns_pid = (pid_t)-1;

Completed in 24 milliseconds