OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ber_memrealloc_x
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/bsd/openldap/dist/servers/slapd/
ch_malloc.c
91
if ( (new = (void *)
ber_memrealloc_x
( block, size, NULL )) == NULL ) {
sl_malloc.c
430
newptr =
ber_memrealloc_x
(ptr, size, NULL);
proto-slap.h
2214
(bv)->bv_val =
ber_memrealloc_x
( (bv)->bv_val, len + 1, (ctx) ); \
2234
(bv)->bv_val =
ber_memrealloc_x
( (bv)->bv_val, len + 1, (ctx) ); \
2260
(bv)->bv_val =
ber_memrealloc_x
( (bv)->bv_val, len + 1, (ctx) ); \
zn_malloc.c
431
new =
ber_memrealloc_x
(ptr, size, NULL);
/src/external/bsd/openldap/dist/libraries/liblunicode/
ucstr.c
34
#define realloc(x,y)
ber_memrealloc_x
(x,y,ctx)
250
outtmp = (char *)
ber_memrealloc_x
( out, outsize, ctx );
270
outtmp = (char *)
ber_memrealloc_x
( out, outsize, ctx );
295
outtmp = (char *)
ber_memrealloc_x
(out, outsize, ctx);
/src/external/bsd/openldap/dist/libraries/liblber/
memory.c
309
ber_memrealloc_x
( void* p, ber_len_t s, void *ctx )
function
378
return
ber_memrealloc_x
( p, s, NULL );
466
new =
ber_memrealloc_x
( *bvec, (i+2) * sizeof(struct berval *), ctx);
713
dst->bv_val =
ber_memrealloc_x
( dst->bv_val, src->bv_len + 1, ctx );
809
atmp = (BerValue *)
ber_memrealloc_x
( (char *) *a,
io.c
175
buf = (char *)
ber_memrealloc_x
( buf, total, ber->ber_memctx );
/src/external/bsd/openldap/dist/servers/slapd/back-sql/
util.c
107
tmp_dest = (char *)
ber_memrealloc_x
( dest->bb_val.bv_val,
214
tmp_dest = (char *)
ber_memrealloc_x
( dest->bb_val.bv_val,
/src/external/bsd/openldap/dist/include/
lber_pvt.h
94
ber_memrealloc_x
LDAP_P((
/src/external/bsd/openldap/dist/servers/slapd/back-meta/
map.c
487
tmp =
ber_memrealloc_x
( fstr->bv_val, fstr->bv_len + 1, memctx );
509
tmp =
ber_memrealloc_x
( fstr->bv_val, fstr->bv_len + 1, memctx );
531
tmp =
ber_memrealloc_x
( fstr->bv_val, fstr->bv_len + 1, memctx );
585
fstr->bv_val =
ber_memrealloc_x
( fstr->bv_val, fstr->bv_len + 1, memctx );
/src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
ucdata.c
958
*out = (ac_uint4 *)
ber_memrealloc_x
(*out, size * sizeof(**out), ctx );
978
*out = (ac_uint4 *)
ber_memrealloc_x
(*out, size * sizeof(**out), ctx);
989
*out = (ac_uint4 *)
ber_memrealloc_x
(*out, size * sizeof(**out), ctx);
/src/external/bsd/openldap/dist/libraries/libldap/
ldap-int.h
665
#define LDAP_REALLOC(p,s) (
ber_memrealloc_x
((p),(s),NULL))
673
#define LDAP_REALLOCX(p,s,x) (
ber_memrealloc_x
((p),(s),(x)))
Completed in 48 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026