Searched refs:ch_calloc (Results 26 - 50 of 109) sorted by relevance

12345

/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/acl/
H A Dposixgroup.c57 pg = ch_calloc( 1, sizeof( pg_t ) );
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-wt/
H A Dinit.c43 wi = ch_calloc( 1, sizeof(struct wt_info) );
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dat.c161 list = ch_calloc(size, sizeof(AttributeType *));
454 ch_calloc( 1, sizeof(struct aindexrec) );
520 ch_calloc( 1, sizeof(struct aindexrec) );
686 sat = (AttributeType *) ch_calloc( 1, sizeof(AttributeType) );
H A Doperation.c209 op = (Operation *) ch_calloc( 1, sizeof(OperationBuffer) );
H A Dctxcsn.c191 pending = (struct slap_csn_entry *) ch_calloc( 1,
H A Doc.c350 soc->soc_sups = (ObjectClass **)ch_calloc(nsups,
600 ch_calloc( 1, sizeof(struct oindexrec) );
652 ch_calloc( 1, sizeof(struct oindexrec) );
752 soc = (ObjectClass *) ch_calloc( 1, sizeof(ObjectClass) );
H A Dmodule.c169 module = (module_loaded_t *)ch_calloc(1, sizeof(module_loaded_t) +
H A Dadd.c492 attr->a_vals = (BerVarray) ch_calloc( i+1, sizeof( BerValue ));
504 attr->a_nvals = (BerVarray) ch_calloc( i+1, sizeof( BerValue ));
H A Dslapmodify.c360 mods.sm_values = ch_calloc( sizeof( struct berval ), i + 1 );
362 mods.sm_nvalues = ch_calloc( sizeof( struct berval ), i + 1 );
H A Dextended.c311 ext = ch_calloc( 1, sizeof(struct extop_list) + ext_oid->bv_len + 1 );
H A Dzn_malloc.c140 zh = (struct zone_heap *)ch_calloc(1, sizeof(struct zone_heap));
186 zh->zh_seqno = (unsigned long *)ch_calloc(zh->zh_maxzones,
943 zlh_entry = ch_calloc(1, sizeof(struct zone_latency_history));
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/dsaschema/
H A Ddsaschema.c84 cargv = ch_calloc(ARGS_STEP + 1, sizeof(*cargv));
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-ldap/
H A Dmonitor.c318 a->a_nvals = ch_calloc( sizeof( struct berval ), 2 );
556 arg = ch_calloc( 1, sizeof(struct ldap_back_monitor_conn_arg) );
663 cb = ch_calloc( sizeof( monitor_callback_t ), 1 );
814 cb = ch_calloc( sizeof( monitor_callback_t ), 1 );
H A Dinit.c140 li = (ldapinfo_t *)ch_calloc( 1, sizeof( ldapinfo_t ) );
/netbsd-current/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dauditlog.c201 auditlog_data *ad = ch_calloc(1, sizeof(auditlog_data));
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-monitor/
H A Dentry.c163 mp = ( monitor_entry_t * )ch_calloc( sizeof( monitor_entry_t ), 1 );
/netbsd-current/external/bsd/openldap/dist/servers/lloadd/
H A Dmonitor.c401 cb = ch_calloc( sizeof(monitor_callback_t), 1 );
479 cb = ch_calloc( sizeof(monitor_callback_t), 1 );
809 cb = ch_calloc( sizeof(monitor_callback_t), 1 );
850 bk_mss = ch_calloc( 1, sizeof(monitor_subsys_t) );
H A Dbackend.c248 conn = ch_calloc( 1, sizeof(LloadPendingConnection) );
525 conn = ch_calloc( 1, sizeof(LloadPendingConnection) );
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/rbac/
H A Drbacperm.c48 permp = ch_calloc( 1, sizeof(rbac_permission_t) );
H A Drbacsess.c119 permp = ch_calloc( 1, sizeof(rbac_permission_t) );
296 m = ch_calloc( sizeof(Modifications), 1 );
302 m->sml_values = ch_calloc( sizeof(struct berval), 2 );
303 m->sml_nvalues = ch_calloc( sizeof(struct berval), 2 );
H A Dutil.c83 cp = ch_calloc( 1, sizeof(rbac_constraint_t) );
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-relay/
H A Dinit.c184 ri = (relay_back_info *) ch_calloc( 1, RELAY_INFO_SIZE );
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/datamorph/
H A Ddatamorph.c325 *out = ch_calloc( numvals + 1, sizeof(struct berval) );
469 *out = ch_calloc( numvals + 1, sizeof(struct berval) );
1715 info = ch_calloc( 1, sizeof(transformation_info) );
1750 mapping = ch_calloc( 1, sizeof(datamorph_enum_mapping) );
1819 info = ch_calloc( 1, sizeof(transformation_info) );
1879 mapping = ch_calloc( 1, sizeof(datamorph_enum_mapping) );
2016 ov = ch_calloc( 1, sizeof(datamorph_info) );
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-null/
H A Dnull.c381 struct null_info *ni = ch_calloc( 1, sizeof(struct null_info) );
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-sql/
H A Dschema-map.c210 at_map = (backsql_at_map_rec *)ch_calloc(1,
395 at_map = (backsql_at_map_rec *)ch_calloc( 1,
593 oc_map = (backsql_oc_map_rec *)ch_calloc( 1,

Completed in 369 milliseconds

12345