Searched refs:slapi_ch_malloc (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/bsd/openldap/dist/servers/slapd/slapi/
H A Dslapi_utils.c98 tmpberval = (BerVarray)slapi_ch_malloc( (i + 1)*sizeof(struct berval));
1027 slapi_ch_malloc( unsigned long size ) function
1079 rv = (struct berval **) slapi_ch_malloc( (i + 1) * sizeof(struct berval *) );
1275 ret = (LDAPControl *)slapi_ch_malloc( sizeof(*ret) );
1321 ppExtOpOID = (char **)slapi_ch_malloc( (numExtOps + 1) * sizeof(char *) );
1679 *any = (char **)slapi_ch_malloc( (i + 1) * sizeof(char *) );
1701 f = (Slapi_Filter *)slapi_ch_malloc( sizeof(*f) );
1722 *pContainingFilter = (Slapi_Filter *)slapi_ch_malloc( sizeof(Slapi_Filter) );
1867 if((s = (char *) slapi_ch_malloc(pb->pb_conn->c_peer_name.bv_len + 1)) == NULL) {
1898 static_hn = (char *)slapi_ch_malloc( MAX_HOSTNAM
[all...]
H A Dslapi_dn.c51 sdn = (Slapi_DN *)slapi_ch_malloc( sizeof(*sdn ));
355 rdn = (Slapi_RDN *)slapi_ch_malloc( sizeof(*rdn ));
594 s = slapi_ch_malloc( len + 1 );
H A Dplugin.c299 ret = (ExtendedOp *)slapi_ch_malloc(sizeof(ExtendedOp));
H A Dslapi_ops.c592 tp = (Slapi_Entry **)slapi_ch_malloc( 2 * sizeof(Slapi_Entry *) );
/netbsd-current/external/bsd/openldap/dist/include/
H A Dslapi-plugin.h257 char *slapi_ch_malloc( unsigned long size );

Completed in 202 milliseconds