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

/dovecot/src/login-common/
H A Dlogin-proxy-state.c20 const char *notify_path; member in struct:login_proxy_state
43 struct login_proxy_state *login_proxy_state_init(const char *notify_path) argument
51 state->notify_path = p_strdup(state->pool, notify_path);
58 i_close_fd_path(&state->notify_fd, state->notify_path);
115 state->notify_fd = open(state->notify_path, O_WRONLY);
117 i_error("open(%s) failed: %m", state->notify_path);
148 i_error("write(%s) failed: %m", state->notify_path);
151 state->notify_path);
H A Dlogin-proxy-state.h30 struct login_proxy_state *login_proxy_state_init(const char *notify_path);

Completed in 10 milliseconds