Lines Matching defs:line
6 /* line64.c - routines for dealing with the slapd line format */
46 * str_parse_line - takes a line of the form "type:[:] value" and splits it
54 char *line,
67 while ( isspace( *line ) ) {
68 line++;
70 *type = line;
72 for ( s = line; *s && *s != ':'; s++ )
80 for ( p = s - 1; p > line && isspace( *p ); p-- ) {
109 /* check for continued line markers that should be deleted */
232 * str_getline - return the next "line" (minus newline) of input from a
235 * a single big line before returning. if a line begins with a white
236 * space character, it is a continuation of the previous line. the white
370 * return malloc'd, zero-terminated LDIF line