OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:slapi_ch_malloc
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/bsd/openldap/dist/servers/slapd/slapi/
slapi_utils.c
102
tmpberval = (BerVarray)
slapi_ch_malloc
( (i + 1)*sizeof(struct berval));
1031
slapi_ch_malloc
( unsigned long size )
function
1083
rv = (struct berval **)
slapi_ch_malloc
( (i + 1) * sizeof(struct berval *) );
1279
ret = (LDAPControl *)
slapi_ch_malloc
( sizeof(*ret) );
1325
ppExtOpOID = (char **)
slapi_ch_malloc
( (numExtOps + 1) * sizeof(char *) );
1683
*any = (char **)
slapi_ch_malloc
( (i + 1) * sizeof(char *) );
1705
f = (Slapi_Filter *)
slapi_ch_malloc
( sizeof(*f) );
1726
*pContainingFilter = (Slapi_Filter *)
slapi_ch_malloc
( sizeof(Slapi_Filter) );
1871
if((s = (char *)
slapi_ch_malloc
(pb->pb_conn->c_peer_name.bv_len + 1)) == NULL) {
1902
static_hn = (char *)
slapi_ch_malloc
( MAX_HOSTNAME )
[
all
...]
Completed in 18 milliseconds
Indexes created Thu Apr 02 00:23:07 UTC 2026