Searched defs:line_str (Results 1 – 4 of 4) sorted by relevance
94 struct line_str { struct95 CHAR *l_line; /* characters on the line */96 LINE *l_prev; /* previous line */97 LINE *l_next; /* next line */98 int l_lsize; /* allocated sizeof l_line */99 int l_line_len; /* strlen(l_line) */100 int l_needs_sort; /* set if chars went in out of order */101 int l_max_col; /* max column in the line */
260 VSTRING *line_str; in xsasl_dovecot_server_connect() local
92 line_str, enumerator
89 line_str, enumerator