Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/openldap/dist/servers/slapd/back-sql/
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/src/external/bsd/openldap/dist/servers/slapd/
Dch_malloc.c109 if ( (new = (void *) ber_memcalloc_x( nelem, size, NULL )) == NULL ) { in ch_calloc()
/netbsd/src/external/bsd/openldap/lib/liblber/
Dlber.expsym69 ber_memcalloc_x
/netbsd/src/external/bsd/openldap/dist/libraries/liblber/
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/src/external/bsd/openldap/dist/include/
Dlber_pvt.h99 ber_memcalloc_x LDAP_P((
/netbsd/src/external/bsd/openldap/dist/libraries/libldap/
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)))
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/src/external/bsd/openldap/dist/servers/slapd/overlays/
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/src/external/bsd/openldap/dist/servers/slapd/back-meta/
Dmap.c208 na = (char **)ber_memcalloc_x( i + x + 1, sizeof(char *), op->o_tmpmemctx ); in ldap_back_map_attrs()