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

  /src/external/bsd/openldap/dist/servers/slapd/
schema.c 50 e = entry_alloc();
54 "schema_info: entry_alloc failed - out of memory.\n" );
entry.c 142 e = entry_alloc();
541 entry_alloc( void ) function
834 x = entry_alloc();
954 return entry_dup2( entry_alloc(), e );
973 ret = entry_alloc();
root_dse.c 221 e = entry_alloc();
224 "root_dse_info: entry_alloc failed" );
421 usr_attr = entry_alloc();
424 "root_dse_read_file: entry_alloc failed" );
ctxcsn.c 159 e = entry_alloc();
add.c 148 op->ora_e = entry_alloc();
slapmodify.c 281 e = entry_alloc();
proto-slap.h 1044 LDAP_SLAPD_F (Entry *) entry_alloc LDAP_P((void));
syncrepl.c 3237 Entry *e = entry_alloc();
3484 e = entry_alloc();
3791 e = entry_alloc();
5031 glue = entry_alloc();
bconfig.c 7142 Entry *e = entry_alloc();
  /src/external/bsd/openldap/dist/servers/slapd/back-wt/
dn2entry.c 53 e = entry_alloc();
  /src/external/bsd/openldap/dist/contrib/slapd-modules/rbac/
init.c 168 e = entry_alloc();
rbacaudit.c 93 e = entry_alloc();
rbacsess.c 70 Entry *e = entry_alloc();
439 e = entry_alloc();
540 e = entry_alloc();
  /src/external/bsd/openldap/dist/servers/slapd/back-monitor/
entry.c 203 e = entry_alloc();
  /src/external/bsd/openldap/dist/servers/slapd/back-null/
null.c 79 e = entry_alloc();
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
translucent.c 271 e = entry_alloc();
585 e = entry_alloc();
722 e = entry_alloc();
accesslog.c 1392 Entry *e = entry_alloc();
2465 e = entry_alloc();
  /src/external/bsd/openldap/dist/servers/slapd/back-sql/
config.c 599 bi->sql_baseObject = entry_alloc();
602 "read_baseObject_file: entry_alloc failed" );
search.c 2607 Entry *e = entry_alloc();
2682 bsi.bsi_e = entry_alloc();
  /src/external/bsd/openldap/dist/servers/slapd/back-ldap/
search.c 1018 *ent = entry_alloc();
  /src/external/bsd/openldap/dist/servers/slapd/slapi/
slapi_utils.c 221 return (Slapi_Entry *)entry_alloc();

Completed in 37 milliseconds