Searched refs:slapi_ch_malloc (Results 1 – 5 of 5) sorted by relevance
98 tmpberval = (BerVarray)slapi_ch_malloc( (i + 1)*sizeof(struct berval)); in bvptr2obj()1027 slapi_ch_malloc( unsigned long size ) in slapi_ch_malloc() function1079 rv = (struct berval **) slapi_ch_malloc( (i + 1) * sizeof(struct berval *) ); in slapi_ch_bvecdup()1275 ret = (LDAPControl *)slapi_ch_malloc( sizeof(*ret) ); in slapi_dup_control()1321 ppExtOpOID = (char **)slapi_ch_malloc( (numExtOps + 1) * sizeof(char *) ); in slapi_get_supported_extended_ops()1679 *any = (char **)slapi_ch_malloc( (i + 1) * sizeof(char *) ); in slapi_filter_get_subfilt()1701 f = (Slapi_Filter *)slapi_ch_malloc( sizeof(*f) ); in slapi_filter_join()1722 *pContainingFilter = (Slapi_Filter *)slapi_ch_malloc( sizeof(Slapi_Filter) ); in slapi_x_filter_append()1867 if((s = (char *) slapi_ch_malloc(pb->pb_conn->c_peer_name.bv_len + 1)) == NULL) { in slapi_get_client_ip()1898 static_hn = (char *)slapi_ch_malloc( MAX_HOSTNAME ); in slapi_get_hostname()[all …]
51 sdn = (Slapi_DN *)slapi_ch_malloc( sizeof(*sdn )); in slapi_sdn_new()355 rdn = (Slapi_RDN *)slapi_ch_malloc( sizeof(*rdn )); in slapi_rdn_new()594 s = slapi_ch_malloc( len + 1 ); in slapi_rdn_add()
299 ret = (ExtendedOp *)slapi_ch_malloc(sizeof(ExtendedOp)); in createExtendedOp()
592 tp = (Slapi_Entry **)slapi_ch_malloc( 2 * sizeof(Slapi_Entry *) ); in slapi_int_search_entry_callback()
257 char *slapi_ch_malloc( unsigned long size );