Searched refs:str_to_pid (Results 1 - 15 of 15) sorted by relevance

/dovecot/src/anvil/
H A Danvil-connection.c61 if (str_to_pid(args[0], &pid) < 0) {
71 if (str_to_pid(args[0], &pid) < 0) {
87 if (str_to_pid(args[0], &pid) < 0) {
/dovecot/src/doveadm/
H A Ddoveadm-instance.c38 if (str_to_pid(buf, &pid) == 0) {
H A Ddoveadm-master.c42 if (str_to_pid(buf, pid_r) < 0)
H A Ddoveadm-who.c96 if (str_to_pid(pid_str, &line_r->pid) < 0)
/dovecot/src/imap-urlauth/
H A Dimap-urlauth-login.c73 strcmp(args[0], "AUTH") != 0 || str_to_pid(args[2], &pid) < 0) {
/dovecot/src/lib/
H A Dstrnum.h161 int str_to_pid(const char *str, pid_t *num_r)
H A Dstrnum.c397 int str_to_pid(const char *str, pid_t *num_r) function
H A Dfile-lock.c130 if (str_to_pid(args[4], &pid) < 0)
H A Dfile-dotlock.c126 if (str_to_pid(buf, &pid) < 0)
/dovecot/src/ipc/
H A Dipc-connection.c146 if (str_to_pid(args[2], &conn->pid) < 0) {
/dovecot/src/master/
H A Dmain.c145 if (str_to_pid(my_pid, &pid) < 0)
282 if (str_to_pid(buf, pid_r) < 0) {
/dovecot/src/old-stats/
H A Dmail-session.c87 if (str_to_pid(args[3], &pid) < 0) {
/dovecot/src/lib-master/
H A Dmaster-login-auth.c348 str_to_pid(line + 5, &auth->auth_server_pid) < 0) {
/dovecot/src/log/
H A Dlog-connection.c196 if (str_to_pid(pidstr, &pid) < 0) {
/dovecot/src/auth/
H A Dauth-request.c478 if (str_to_pid(value, &pid) == 0)

Completed in 311 milliseconds