Lines Matching defs:program_client_istream
35 struct program_client_istream {
46 struct program_client_istream *scstream =
47 (struct program_client_istream *) stream;
53 program_client_istream_parse_result(struct program_client_istream *scstream,
81 struct program_client_istream *scstream =
82 (struct program_client_istream *) stream;
156 i_panic("program_client_istream sync() not implemented");
162 struct program_client_istream *scstream =
163 (struct program_client_istream *) stream;
182 struct program_client_istream *scstream;
184 scstream = i_new(struct program_client_istream, 1);