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

/dovecot/src/auth/
H A Dmech-winbind.c35 struct istream *in_pipe; member in struct:winbind_helper
57 i_stream_destroy(&winbind->in_pipe);
103 if (winbind->in_pipe != NULL || winbind->pid != -1)
145 winbind->in_pipe =
163 struct istream *in_pipe = request->winbind->in_pipe; local
169 if (request->winbind->in_pipe == NULL)
187 while ((answer = i_stream_read_next_line(in_pipe)) == NULL) {
188 if (in_pipe->stream_errno != 0 || in_pipe
[all...]

Completed in 270 milliseconds