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

  /src/external/bsd/openldap/dist/servers/slapd/back-perl/
search.c 74 if ( (e = str2entry( buf )) == NULL ) {
75 Debug( LDAP_DEBUG_ANY, "str2entry(%s) failed\n", buf );
  /src/external/bsd/openldap/dist/servers/slapd/back-sock/
result.c 110 if ( (rs->sr_entry = str2entry( buf )) == NULL ) {
111 Debug( LDAP_DEBUG_ANY, "str2entry(%s) failed\n",
  /src/external/bsd/openldap/dist/servers/slapd/back-sql/
config.c 611 Entry *e = str2entry( buf );
695 bi->sql_baseObject = str2entry( buf );
  /src/external/bsd/openldap/dist/servers/slapd/
root_dse.c 431 Entry *e = str2entry( buf );
entry.c 103 str2entry( char *s ) function
139 Debug( LDAP_DEBUG_TRACE, "=> str2entry: \"%s\"\n",
146 "<= str2entry NULL (entry allocation failed)\n" );
177 "<= str2entry ran past end of entry\n" );
185 "<= str2entry NULL (parse_line)\n" );
191 Debug( LDAP_DEBUG_ANY, "str2entry: "
199 Debug( LDAP_DEBUG_ANY, "str2entry: "
214 Debug( LDAP_DEBUG_ANY, "str2entry: entry %ld has no dn\n",
258 "<= str2entry: str2ad(%s): %s\n", type[i].bv_val, text );
266 "<= str2entry: slap_str2undef_ad(%s): %s\n"
    [all...]
proto-slap.h 1015 LDAP_SLAPD_F (Entry *) str2entry LDAP_P(( char *s ));
  /src/external/bsd/openldap/dist/contrib/slapd-modules/lastmod/
lastmod.c 893 lmi->lmi_e = str2entry( buf );
  /src/external/bsd/openldap/dist/servers/slapd/back-ldif/
ldif.c 662 *entryp = entry = str2entry( entry_as_string );
  /src/external/bsd/openldap/dist/servers/slapd/slapi/
slapi_utils.c 126 return str2entry( s );

Completed in 44 milliseconds