Home
last modified time | relevance | path

Searched refs:ber_memcalloc_x (Results 1 – 8 of 8) sorted by relevance

/netbsd/external/bsd/openldap/dist/servers/slapd/back-sql/
H A Dsql-wrap.c162 row->col_names = (BerVarray)ber_memcalloc_x( row->ncols + 1, in backsql_BindRowAsStrings_x()
168 row->col_prec = (UDWORD *)ber_memcalloc_x( row->ncols, in backsql_BindRowAsStrings_x()
174 row->col_type = (SQLSMALLINT *)ber_memcalloc_x( row->ncols, in backsql_BindRowAsStrings_x()
180 row->cols = (char **)ber_memcalloc_x( row->ncols + 1, in backsql_BindRowAsStrings_x()
186 row->value_len = (SQLLEN *)ber_memcalloc_x( row->ncols, in backsql_BindRowAsStrings_x()
232 row->cols[ i ] = (char *)ber_memcalloc_x( col_prec + 1, in backsql_BindRowAsStrings_x()
/netbsd/external/bsd/openldap/dist/servers/slapd/
H A Dch_malloc.c109 if ( (new = (void *) ber_memcalloc_x( nelem, size, NULL )) == NULL ) { in ch_calloc()
/netbsd/external/bsd/openldap/dist/libraries/liblber/
H A Dmemory.c253 ber_memcalloc_x( ber_len_t n, ber_len_t s, void *ctx ) in ber_memcalloc_x() function
305 return ber_memcalloc_x( n, s, NULL ); in ber_memcalloc()
/netbsd/external/bsd/openldap/dist/include/
H A Dlber_pvt.h99 ber_memcalloc_x LDAP_P((
/netbsd/external/bsd/openldap/dist/libraries/libldap/
H A Dldap-int.h663 #define LDAP_CALLOC(n,s) (ber_memcalloc_x((n),(s),NULL))
671 #define LDAP_CALLOCX(n,s,x) (ber_memcalloc_x((n),(s),(x)))
H A Dldifutil.c141 lr->lr_btype = ber_memcalloc_x( 1, (lr->lr_lines+1)*2*sizeof(struct berval)+lr->lr_lines, ctx ); in ldap_parse_ldif_record_x()
/netbsd/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dhomedir.c424 buf = ber_memcalloc_x( 1, st->st_size + 1, ctx ); in copy_link()
618 *tail = ber_memcalloc_x( 1, sizeof(**tail), ctx ); in grab_names()
689 dir_stack = ber_memcalloc_x( 1, sizeof(*dir_stack), ctx ); in traverse()
692 dir_stack->list = ber_memcalloc_x( 1, sizeof(name_list), ctx ); in traverse()
/netbsd/external/bsd/openldap/dist/servers/slapd/back-meta/
H A Dmap.c208 na = (char **)ber_memcalloc_x( i + x + 1, sizeof(char *), op->o_tmpmemctx ); in ldap_back_map_attrs()