Lines Matching defs:line
141 const char *line, *p;
144 line = NULL;
146 while ((line = i_stream_read_next_line(ctx->input)) != NULL) {
147 if (*line == '\0' || *line == ':' || *line == '#')
150 ((p = i_strchr_to_next(line, ':')) == NULL ||
157 if (line == NULL && ctx->input->stream_errno != 0) {
163 if (line == NULL)
166 _ctx->callback(t_strcut(line, ':'), _ctx->context);