Searched refs:ch_calloc (Results 76 - 100 of 109) sorted by relevance

12345

/netbsd-current/external/bsd/openldap/dist/servers/slapd/overlays/
H A Ddynlist.c1052 dyn = ch_calloc(1, sizeof(dynlist_name_t)+rs->sr_entry->e_nname.bv_len + 1 + len);
2322 dlmp = (dynlist_map_t *)ch_calloc( 1, sizeof( dynlist_map_t ) );
2370 *dlip = (dynlist_info_t *)ch_calloc( 1, sizeof( dynlist_info_t ) );
2470 *dlip = (dynlist_info_t *)ch_calloc( 1, sizeof( dynlist_info_t ) );
2474 (*dlip)->dli_dlm = (dynlist_map_t *)ch_calloc( 1, sizeof( dynlist_map_t ) );
2520 dli = ch_calloc( 1, sizeof( dynlist_info_t ) );
H A Dhomedir.c308 r = ch_calloc( 1, sizeof(homedir_regexp) );
1990 homedir_data *data = ch_calloc( 1, sizeof(homedir_data) );
H A Ddds.c792 tmpmod = ch_calloc( 1, sizeof( Modifications ) );
1648 di = (dds_info_t *)ch_calloc( 1, sizeof( dds_info_t ) );
H A Dautoca.c935 ai = ch_calloc(1, sizeof(autoca_info));
H A Dsyncprov.c2829 sopbuf2 = ch_calloc( 1, size );
3734 sl = ch_calloc( 1, sizeof( sessionlog ));
4046 si = ch_calloc(1, sizeof(syncprov_info_t));
/netbsd-current/external/bsd/openldap/dist/servers/lloadd/
H A Dconfig.c1059 b = ch_calloc( 1, sizeof(LloadBackend) );
1833 cf = ch_calloc( 1, sizeof(ConfigFile) );
2101 c->argv = ch_calloc( ARGS_STEP + 1, sizeof(*c->argv) );
2416 c = ch_calloc( 1, sizeof(ConfigArgs) );
2536 cfn = ch_calloc( 1, sizeof(ConfigFile) );
2606 *vp = ch_calloc( i + 1, sizeof(slap_verbmasks) );
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dsyncrepl.c3839 si->si_presentlist = ch_calloc(65536, sizeof( Avlnode * ));
4824 a->a_vals = ch_calloc( 3, sizeof( struct berval ) );
4837 a->a_vals = ch_calloc( 2, sizeof( struct berval ) );
5676 ch_calloc( 1, sizeof( struct nonpresent_entry ) );
6068 retry_list = (char **) ch_calloc( 1, sizeof( char * ) );
6085 si->si_retryinterval = (time_t *) ch_calloc( n + 1, sizeof( time_t ) );
6086 si->si_retrynum = (int *) ch_calloc( n + 1, sizeof( int ) );
6087 si->si_retrynum_init = (int *) ch_calloc( n + 1, sizeof( int ) );
6971 monitor_callback_t *cb = ch_calloc( sizeof( monitor_callback_t ), 1 );
7020 si = (syncinfo_t *) ch_calloc(
[all...]
H A Dbackend.c208 ch_calloc( 1, sizeof( struct be_pcl ) );
614 be = ch_calloc( 1, sizeof(Backend) );
H A Dconnection.c115 connections = (Connection *) ch_calloc( dtblsize, sizeof(Connection) );
1847 slap_callback *sc = ch_calloc( 1, sizeof( slap_callback ));
H A Dlimits.c247 lm = ( struct slap_limits * )ch_calloc( sizeof( struct slap_limits ), 1 );
H A Daclparse.c351 a = (AccessControl *) ch_calloc( 1, sizeof(AccessControl) );
706 b = (Access *) ch_calloc( 1, sizeof(Access) );
H A Dbackover.c1453 on2 = ch_calloc( 1, sizeof(slap_overinst) );
H A Dbackglue.c1280 gi = ch_calloc( 1, sizeof(glueinfo));
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-ldap/
H A Dchain.c178 ctrls = ch_calloc( sizeof( LDAPControl *), c + 2 );
1347 ca->be = (BackendDB *)ch_calloc( 1, sizeof( BackendDB ) );
H A Ddistproc.c391 ca->be = (BackendDB *)ch_calloc( 1, sizeof( BackendDB ) );
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
H A Dconfig.c500 mt = ch_calloc( sizeof( a_metatarget_t ), 1 );
773 ms = ch_calloc( sizeof( a_metasubtree_t ), 1 );
H A Dconn.c55 mc = ( a_metaconn_t * )ch_calloc( 1, sizeof( a_metaconn_t ) + ntargets * sizeof( a_metasingleconn_t ));
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-mdb/
H A Dtools.c128 mdb_tool_index_rec = ch_calloc( mdb->mi_nattrs, sizeof( IndexRec ));
129 mdb_tool_axinfo = ch_calloc( mdb_tool_threads, sizeof( AttrIxInfo* ) +
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/smbk5pwd/
H A Dsmbk5pwd.c1008 pi = ch_calloc( 1, sizeof( smbk5pwd_t ) );
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/adremap/
H A Dadremap.c601 on->on_bi.bi_private = ch_calloc( 1, sizeof(adremap_info) );
/netbsd-current/external/bsd/openldap/dist/contrib/slapd-modules/nssov/
H A Dnssov.c804 ni = ch_calloc( 1, sizeof(nssov_info) );
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-meta/
H A Dmap.c97 mapping = (struct ldapmapping *)ch_calloc( 2,
/netbsd-current/external/bsd/openldap/dist/servers/slapd/slapi/
H A Dslapi_pblock.c1334 pb = (Slapi_PBlock *) ch_calloc( 1, sizeof(Slapi_PBlock) );
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-monitor/
H A Dinit.c2338 dn.bv_val = ch_calloc( sizeof( char ), dn.bv_len + 1 );
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-ldif/
H A Dldif.c1958 li = ch_calloc( 1, sizeof(struct ldif_info) );

Completed in 512 milliseconds

12345