| /netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
| H A D | ch_malloc.c | 48 (BER_MEMREALLOC_FN *)ch_realloc, 70 ch_realloc( in ch_realloc() function
|
| H A D | ad.c | 945 an = ch_realloc( an, ( i + j + 1 ) * sizeof( AttributeName ) ); in str2anlist() 1089 attrs = (char **) ch_realloc( attrs, (i + k + 1) * sizeof( char * )); in anlist2attrs() 1134 attrs = (char **) ch_realloc( attrs, (i+1) * sizeof( char * )); in anlist2attrs() 1178 line = (char *) ch_realloc( line, lmax ); in file2anlist() 1228 options = ch_realloc( options, in ad_define_option()
|
| H A D | ldapsync.c | 258 ck->ctxcsn = ch_realloc( ck->ctxcsn, in slap_insert_csn_sids() 261 ck->sids = ch_realloc( ck->sids, ck->numcsns * sizeof(int)); in slap_insert_csn_sids()
|
| H A D | daemon.c | 297 kqc->sd_changes = ch_realloc(kqc->sd_changes, kq_nbytes); \ 925 slapd_srvurls[i] = (char *) ch_realloc( slapd_srvurls[i], in slapd_slp_init() 931 slapd_srvurls[i] = (char *) ch_realloc( slapd_srvurls[i], in slapd_slp_init() 1631 slap_listeners = ch_realloc( slap_listeners, in slap_open_listener() 3214 wake_sds = ch_realloc( wake_sds, newnum * sizeof( sdpair )); in slapd_daemon_resize() 3215 slap_daemon = ch_realloc( slap_daemon, newnum * sizeof( slap_daemon_st )); in slapd_daemon_resize() 3268 wake_sds = ch_realloc( wake_sds, newnum * sizeof( sdpair )); in slapd_daemon_resize() 3269 slap_daemon = ch_realloc( slap_daemon, newnum * sizeof( slap_daemon_st )); in slapd_daemon_resize()
|
| H A D | config.c | 751 char **tmp = ch_realloc( c->argv, (c->argv_size + ARGS_STEP) * in config_parse_ldif() 1217 *vp = ch_realloc( *vp, sizeof( slap_verbmasks ) * ( i + 2 ) ); in slap_verbmasks_append() 1268 vm = ch_realloc( vm, (i + 2) * sizeof( slap_verbmasks ) ); in slap_verbmask_register() 2355 line = (char *) ch_realloc( line, lmax ); \ 2446 tmp = ch_realloc(c->argv, (c->argv_size + ARGS_STEP) * sizeof(*c->argv)); in config_fp_parse_line() 2519 *out = ch_realloc( *out, ( i + j + 1 ) * sizeof( char * ) ); in slap_str2clist()
|
| H A D | add.c | 444 attr->a_vals = ch_realloc( attr->a_vals, in slap_mods2entry() 461 attr->a_nvals = ch_realloc( attr->a_nvals, in slap_mods2entry()
|
| H A D | at.c | 173 list1 = ch_realloc(list, size*sizeof(AttributeType *)); in at_append_to_list() 209 list1 = ch_realloc(list, (i+1)*sizeof(AttributeType **)); in at_delete_from_list()
|
| H A D | root_dse.c | 171 tmp = ch_realloc( supportedFeatures, sizeof( struct berval ) * ( i + 2 ) ); in supported_feature_load()
|
| H A D | mr.c | 176 mr->smr_compat_syntaxes = ch_realloc( in mr_make_syntax_compat_with_mr()
|
| H A D | saslauthz.c | 1395 authz_rewrites = ch_realloc( authz_rewrites, in slap_sasl_rewrite_config() 1525 SaslRegexp = (SaslRegexp_t *) ch_realloc( (char *) SaslRegexp, in slap_sasl_regexp_config() 1859 tmp = ch_realloc( op.ors_filterstr.bv_val, op.ors_filterstr.bv_len + in slap_sasl_match()
|
| H A D | sl_malloc.c | 221 newptr = ch_realloc(base, size); in slap_sl_mem_create()
|
| H A D | backglue.c | 154 new = ch_realloc(gs->refs, in glue_op_response() 1441 gi = (glueinfo *)ch_realloc( gi, sizeof(glueinfo) + in glue_sub_attach()
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/dsaschema/ |
| H A D | dsaschema.c | 238 tmp = ch_realloc( cargv, (cargv_size + ARGS_STEP) * in fp_parse_line() 313 line = (char *) ch_realloc( line, lmax ); \
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/allowed/ |
| H A D | allowed.c | 141 *atpp = ch_realloc( *atpp, sizeof( AttributeType * ) * ( i + 2 ) ); in aa_add_at() 165 *ocpp = ch_realloc( *ocpp, sizeof( ObjectClass * ) * ( i + 2 ) ); in aa_add_oc()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-sock/ |
| H A D | result.c | 98 buf = (char *) ch_realloc( buf, bsize ); in sock_read_and_send_results()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-wt/ |
| H A D | attr.c | 69 wi->wi_attrs = ch_realloc( wi->wi_attrs, ( wi->wi_nattrs+1 ) * in ainfo_insert()
|
| H A D | tools.c | 204 eh.bv.bv_val = ch_realloc( eh.bv.bv_val, eh.bv.bv_len ); in wt_tool_entry_get()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/ |
| H A D | config.c | 1362 bv.bv_val = ch_realloc( bv.bv_val, len + 1 ); in asyncmeta_back_cf_gen() 1379 bv.bv_val = ch_realloc( bv.bv_val, len + 1 ); in asyncmeta_back_cf_gen() 1440 bv.bv_val = ch_realloc( bv.bv_val, len + 1 ); in asyncmeta_back_cf_gen() 1811 mi->mi_targets = ( a_metatarget_t ** )ch_realloc( mi->mi_targets, in asyncmeta_back_cf_gen()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-meta/ |
| H A D | config.c | 1419 bv.bv_val = ch_realloc( bv.bv_val, bv.bv_len + 1 ); in meta_back_cf_gen() 1473 bv.bv_val = ch_realloc( bv.bv_val, len + 1 ); in meta_back_cf_gen() 1490 bv.bv_val = ch_realloc( bv.bv_val, len + 1 ); in meta_back_cf_gen() 1551 bv.bv_val = ch_realloc( bv.bv_val, len + 1 ); in meta_back_cf_gen() 1980 mi->mi_targets = ( metatarget_t ** )ch_realloc( mi->mi_targets, in meta_back_cf_gen()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-sql/ |
| H A D | entry-id.c | 617 tmp = ch_realloc( attr->a_vals, ( oldcount + count + 1 ) * sizeof( struct berval ) ); in backsql_get_attr_vals() 625 tmp = ch_realloc( attr->a_nvals, ( oldcount + count + 1 ) * sizeof( struct berval ) ); in backsql_get_attr_vals()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ldap/ |
| H A D | config.c | 1103 bv.bv_val = ch_realloc( bv.bv_val, len + 1 ); in ldap_back_cf_gen() 1120 bv.bv_val = ch_realloc( bv.bv_val, len + 1 ); in ldap_back_cf_gen() 1179 bv.bv_val = ch_realloc( bv.bv_val, len + 1 ); in ldap_back_cf_gen()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ndb/ |
| H A D | tools.cpp | 363 holes = (dn_id *)ch_realloc( holes, nhmax * sizeof(dn_id) * 2 ); in ndb_tool_next_id()
|
| H A D | ndbio.cpp | 225 oci->no_attrs = (struct ndb_attrinfo **)ch_realloc( oci->no_attrs, in ndb_oc_create() 332 oci->no_attrs = (struct ndb_attrinfo **)ch_realloc( oci->no_attrs, in ndb_oc_read()
|
| /netbsd-src/external/bsd/openldap/dist/servers/lloadd/ |
| H A D | daemon.c | 470 lload_listeners = ch_realloc( lload_listeners, in lload_open_listener() 690 lload_listeners = ch_realloc( in lload_open_new_listener()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-mdb/ |
| H A D | attr.c | 76 mdb->mi_attrs = ch_realloc( mdb->mi_attrs, ( mdb->mi_nattrs+1 ) * in ainfo_insert()
|