Searched refs:ber_memrealloc (Results 1 - 23 of 23) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dfetch.c106 char *newp = ber_memrealloc( p, total + bytes + 1 );
120 char *newp = ber_memrealloc( p, 1 );
H A Dldif.c54 #define ber_memrealloc realloc macro
426 tmp = ber_memrealloc( must_b64_encode,
923 nbufp = ber_memrealloc( *bufp, *buflenp );
H A Dabandon.c399 v = ber_memrealloc( *vp, sizeof( ber_int_t ) * ( n + 1 ) );
H A Dcyrus.c112 ber_memrealloc,
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/liblutil/
H A Dfetch.c107 char *newp = ber_memrealloc( p, total + bytes + 1 );
121 char *newp = ber_memrealloc( p, 1 );
H A Dpassfile.c77 char *p = (char *) ber_memrealloc( passwd->bv_val,
H A Dldif.c54 #define ber_memrealloc realloc macro
426 tmp = ber_memrealloc( must_b64_encode,
895 nbufp = ber_memrealloc( *bufp, *buflenp );
H A Davl.c43 #define ber_memrealloc realloc macro
602 avl_list = (void* *) ber_memrealloc( (char *) avl_list,
H A Dtavl.c30 #define ber_memrealloc realloc macro
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/liblber/
H A Dlber-int.h199 #define LBER_REALLOC(p,s) ber_memrealloc((p),(s))
H A Dmemory.c350 fprintf(stderr, "0x%08lx 0x%08lx -a- %ld ber_memrealloc %ld\n",
371 ber_memrealloc( void* p, ber_len_t s ) function
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-monitor/
H A Drww.c219 a->a_vals[ 0 ].bv_val = ber_memrealloc( a->a_vals[ 0 ].bv_val, len + 1 );
H A Dconn.c250 a->a_vals[ 0 ].bv_val = ber_memrealloc( a->a_vals[ 0 ].bv_val, len + 1 );
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/librewrite/
H A Drewrite-int.h45 #define realloc(x,y) ber_memrealloc(x,y)
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/tests/progs/
H A Dslapd-addel.c243 (struct berval **)ber_memrealloc( pmods[ i ]->mod_bvalues,
245 tester_perror( "ber_memrealloc", NULL );
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/include/
H A Dlber.h593 ber_memrealloc LDAP_P((
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/clients/tools/
H A Dldapmodify.c842 newctrls = ber_memrealloc(pctrls,
997 pctrls = (LDAPControl **) ber_memrealloc(pctrls,
H A Dcommon.c670 tmpctrls = (LDAPControl *)ber_memrealloc( unknown_ctrls,
1247 tmp = (char **)ber_memrealloc( urls, sizeof( char * ) * ( nurls + i + 1 ) );
1281 tmp = (char **)ber_memrealloc( urls, sizeof( char * ) * ( nurls + 2 ) );
/macosx-10.9.5/Heimdal-323.92.1/lib/hdb/
H A Dhdb-ldap.c168 *modlist = (LDAPMod **)ber_memrealloc(*modlist,
216 bv = ber_memrealloc(bv, (i + 2) * sizeof(*bv));
255 bv = ber_memrealloc(bv, (i + 2) * sizeof(*bv));
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-ldap/
H A Dconfig.c699 BerVarray tmp = ber_memrealloc( si->si_authz,
746 BerVarray tmp = ber_memrealloc( si->si_passthru,
1076 bv.bv_val = ber_memrealloc( bv.bv_val, bv.bv_len + 1 );
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-bdb/
H A Dinit.c809 db_env_set_func_realloc( (db_realloc *)ber_memrealloc );
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/overlays/
H A Drwm.c2544 tmp = ber_memrealloc( rwmap->rwm_bva_map,
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dslap.h93 #define SLAP_REALLOC(p,s) ber_memrealloc((p),(s))

Completed in 293 milliseconds