Searched refs:str_to_pid (Results 1 - 15 of 15) sorted by relevance
/dovecot/src/anvil/ |
H A D | anvil-connection.c | 61 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 D | doveadm-instance.c | 38 if (str_to_pid(buf, &pid) == 0) {
|
H A D | doveadm-master.c | 42 if (str_to_pid(buf, pid_r) < 0)
|
H A D | doveadm-who.c | 96 if (str_to_pid(pid_str, &line_r->pid) < 0)
|
/dovecot/src/imap-urlauth/ |
H A D | imap-urlauth-login.c | 73 strcmp(args[0], "AUTH") != 0 || str_to_pid(args[2], &pid) < 0) {
|
/dovecot/src/lib/ |
H A D | strnum.h | 161 int str_to_pid(const char *str, pid_t *num_r)
|
H A D | strnum.c | 397 int str_to_pid(const char *str, pid_t *num_r) function
|
H A D | file-lock.c | 130 if (str_to_pid(args[4], &pid) < 0)
|
H A D | file-dotlock.c | 126 if (str_to_pid(buf, &pid) < 0)
|
/dovecot/src/ipc/ |
H A D | ipc-connection.c | 146 if (str_to_pid(args[2], &conn->pid) < 0) {
|
/dovecot/src/master/ |
H A D | main.c | 145 if (str_to_pid(my_pid, &pid) < 0) 282 if (str_to_pid(buf, pid_r) < 0) {
|
/dovecot/src/old-stats/ |
H A D | mail-session.c | 87 if (str_to_pid(args[3], &pid) < 0) {
|
/dovecot/src/lib-master/ |
H A D | master-login-auth.c | 348 str_to_pid(line + 5, &auth->auth_server_pid) < 0) {
|
/dovecot/src/log/ |
H A D | log-connection.c | 196 if (str_to_pid(pidstr, &pid) < 0) {
|
/dovecot/src/auth/ |
H A D | auth-request.c | 478 if (str_to_pid(value, &pid) == 0)
|
Completed in 311 milliseconds