Searched refs:ch_calloc (Results 1 - 25 of 109) sorted by relevance

12345

/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dch_malloc.c47 (BER_MEMCALLOC_FN *)ch_calloc,
102 ch_calloc( function
110 Debug( LDAP_DEBUG_ANY, "ch_calloc of %lu elems of %lu bytes failed\n",
H A Dfrontend.c119 frontendDB->be_suffix = ch_calloc( 2, sizeof( struct berval ) );
122 frontendDB->be_nsuffix = ch_calloc( 2, sizeof( struct berval ) );
H A Dcr.c132 ch_calloc( 1, sizeof(struct cindexrec) );
152 ch_calloc( 1, sizeof(struct cindexrec) );
191 scr->scr_auxiliaries = ch_calloc( naux+1, sizeof(ObjectClass *));
369 scr = (ContentRule *) ch_calloc( 1, sizeof(ContentRule) );
H A Dmr.c119 ch_calloc( 1, sizeof(struct mindexrec) );
135 ch_calloc( 1, sizeof(struct mindexrec) );
246 smr = (MatchingRule *) ch_calloc( 1, sizeof(MatchingRule) );
H A Dbind.c456 m = ch_calloc( sizeof(Modifications), 1 );
462 m->sml_values = ch_calloc( sizeof(struct berval), 2 );
463 m->sml_nvalues = ch_calloc( sizeof(struct berval), 2 );
H A Droot_dse.c67 entry_info_t *ei = ch_calloc( 1, sizeof( entry_info_t ) );
128 supportedFeatures = ch_calloc( sizeof( struct berval ), i + 1 );
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-sock/
H A Dinit.c79 si = (struct sockinfo *) ch_calloc( 1, sizeof(struct sockinfo) );
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/lastbind/
H A Dlastbind.c167 m = ch_calloc( sizeof(Modifications), 1 );
173 m->sml_values = ch_calloc( sizeof(struct berval), 2 );
174 m->sml_nvalues = ch_calloc( sizeof(struct berval), 2 );
267 on->on_bi.bi_private = ch_calloc( 1, sizeof(lastbind_info) );
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/rbac/
H A Drbacreq.c41 reqp = ch_calloc( 1, sizeof(rbac_req_t) );
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/allowed/
H A Dallowed.c285 bv_allowed = ch_calloc( i + 1, sizeof( struct berval ) );
288 bv_effective = ch_calloc( i + 1, sizeof( struct berval ) );
354 bv_allowed = ch_calloc( i + 1, sizeof( struct berval ) );
357 bv_effective = ch_calloc( i + 1, sizeof( struct berval ) );
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/samba4/
H A Dvernum.c129 ml = ch_calloc( sizeof( Modifications ), 1 );
130 ml->sml_values = ch_calloc( sizeof( struct berval ) , 2 );
144 ml = ch_calloc( sizeof( Modifications ), 1 );
145 ml->sml_values = ch_calloc( sizeof( struct berval ) , 2 );
185 vn = (vernum_t *)ch_calloc( 1, sizeof( vernum_t ) );
H A Drdnval.c231 *valsp = ch_calloc( sizeof( struct berval ), nAVA + 1 );
232 *nvalsp = ch_calloc( sizeof( struct berval ), nAVA + 1 );
362 ml = ch_calloc( sizeof( Modifications ), 1 );
/netbsd-current/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dppolicy.c663 m = ch_calloc( sizeof(Modifications), 1 );
1514 m = ch_calloc( sizeof(Modifications), 1 );
1520 m->sml_values = ch_calloc( sizeof(struct berval), 2 );
1521 m->sml_nvalues = ch_calloc( sizeof(struct berval), 2 );
1573 m->sml_values = ch_calloc( sizeof(struct berval), ppb->pp.pwdMaxRecordedFailure+1 );
1574 m->sml_nvalues = ch_calloc( sizeof(struct berval), ppb->pp.pwdMaxRecordedFailure+1 );
1583 m = ch_calloc( sizeof(Modifications), 1 );
1588 m->sml_values = ch_calloc( sizeof(struct berval), m->sml_numvals+1 );
1589 m->sml_nvalues = ch_calloc( sizeof(struct berval), m->sml_numvals+1 );
1608 m = ch_calloc( sizeo
[all...]
H A Drwmconf.c112 mapping = (struct ldapmapping *)ch_calloc( 2,
268 res = ch_calloc( sizeof( char ), strlen( s )
303 res = ch_calloc( sizeof( char ), len + STRLENOF( "%1" ) + 1 );
H A Dseqmod.c155 sm = ch_calloc(1, sizeof(seqmod_info));
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/variant/
H A Dvariant.c500 nop = ch_calloc( 1, sizeof(Operation) );
662 cb = ch_calloc( 1, sizeof(slap_callback) );
858 vei = ch_calloc( 1, sizeof(variantEntry_info) );
902 vei = ch_calloc( 1, sizeof(variantEntry_info) );
925 vei->regex = ch_calloc( 1, sizeof(regex_t) );
1061 vai = ch_calloc( 1, sizeof(variantAttr_info) );
1116 vai = ch_calloc( 1, sizeof(variantAttr_info) );
1188 vei = ch_calloc( 1, sizeof(variantEntry_info) );
1218 vei = ch_calloc( 1, sizeof(variantEntry_info) );
1263 vai = ch_calloc(
[all...]
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
H A Dinit.c128 mi = ch_calloc( 1, sizeof( a_metainfo_t ) );
268 mi->mi_conns = ch_calloc( mi->mi_num_conns, sizeof( a_metaconn_t ));
273 mc->mc_conns = ch_calloc( mi->mi_ntargets, sizeof( a_metasingleconn_t ));
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/allop/
H A Dallop.c130 ao = ch_calloc( 1, sizeof( allop_t ) );
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-mdb/
H A Dmonitor.c518 next->a_vals = ch_calloc( sizeof( struct berval ), 2 );
526 next->a_nvals = ch_calloc( sizeof( struct berval ), 2 );
533 cb = ch_calloc( sizeof( monitor_callback_t ), 1 );
701 idx = (monitor_idx_t *)ch_calloc( sizeof( monitor_idx_t ), 1 );
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/usn/
H A Dusn.c95 Modifications *ml, *mod = ch_calloc( sizeof( Modifications ), 1 );
216 ui = ch_calloc(1, sizeof(usn_info_t));
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/kinit/
H A Dkinit.c208 kid = ch_calloc(1, sizeof(kinit_data) );
217 principal=ch_calloc(len, 1);
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/passwd/totp/
H A Dslapd-totp.c858 m = ch_calloc( sizeof(Modifications), 1 );
864 m->sml_values = ch_calloc( sizeof(struct berval), 2 );
865 m->sml_nvalues = ch_calloc( sizeof(struct berval), 2 );
875 m = ch_calloc( sizeof(Modifications), 1 );
881 m->sml_values = ch_calloc( sizeof(struct berval), 2 );
882 m->sml_nvalues = ch_calloc( sizeof(struct berval), 2 );
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-ndb/
H A Dinit.cpp78 ni = (struct ndb_info *) ch_calloc( 1, sizeof(struct ndb_info) );
121 ni->ni_cluster = (Ndb_cluster_connection **)ch_calloc( ni->ni_nconns, sizeof( Ndb_cluster_connection *));
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/autogroup/
H A Dautogroup.c116 Modifications *modlist = (Modifications *)ch_calloc( 1, sizeof( Modifications ) );
129 vals = (BerValue *)ch_calloc( 2, sizeof( BerValue ) );
130 nvals = (BerValue *)ch_calloc( 2, sizeof( BerValue ) );
236 Modifications *modlist = (Modifications *)ch_calloc( 1, sizeof( Modifications ) );
255 vals = (BerValue *)ch_calloc( 2, sizeof( BerValue ) );
256 nvals = (BerValue *)ch_calloc( 2, sizeof( BerValue ) );
459 modlist = (Modifications *)ch_calloc( 1, sizeof( Modifications ) );
633 *agep = (autogroup_entry_t *)ch_calloc( 1, sizeof( autogroup_entry_t ) );
655 agf = (autogroup_filter_t*)ch_calloc( 1, sizeof( autogroup_filter_t ) );
1767 agi = (autogroup_info_t*)ch_calloc(
[all...]
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/acl/
H A Dgssacl.c57 gssattr = (gssattr_t *)ch_calloc( 1, sizeof( gssattr_t ) );

Completed in 301 milliseconds

12345