HomeSort by: relevance | last modified time | path
    Searched refs:ldif_getline (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/openldap/dist/include/
ldif.h 86 ldif_getline LDAP_P(( char **next ));
  /src/external/bsd/openldap/dist/libraries/libldap/
ldif.c 246 * ldif_getline - return the next "line" (minus newline) of input from a
255 * ldif_getline will skip over any line which starts '#'.
257 * ldif_getline takes a pointer to a pointer to the buffer on the first call,
277 ldif_getline( char **next ) function
ldifutil.c 97 * writable - will use ldif_getline to read from it
149 while ( rc == 0 && ( line = ldif_getline( &rbuf->bv_val )) != NULL ) {
  /src/external/bsd/openldap/dist/servers/slapd/
entry.c 169 while ( (s = ldif_getline( &next )) != NULL ) {

Completed in 34 milliseconds