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

  /src/external/bsd/openldap/dist/include/
ldif.h 63 ldif_parse_line LDAP_P((
  /src/external/bsd/openldap/dist/libraries/libldap/
ldif.c 64 * ldif_parse_line - takes a line of the form "type:[:] value" and splits it
78 ldif_parse_line( function
120 _("ldif_parse_line: line malloc failed\n"));
131 _("ldif_parse_line: missing ':' after %s\n"),
175 _("ldif_parse_line: %s missing base64 value\n"),
185 _("ldif_parse_line: %s base64 decode failed\n"),
194 _("ldif_parse_line: %s missing URL value\n"),
202 _("ldif_parse_line: %s: URL \"%s\" fetch failed\n"),
221 _("ldif_parse_line: type malloc failed\n"));
232 _("ldif_parse_line: value malloc failed\n"))
    [all...]

Completed in 18 milliseconds