HomeSort by: relevance | last modified time | path
    Searched refs:ber_memcalloc_x (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/
ch_malloc.c 109 if ( (new = (void *) ber_memcalloc_x( nelem, size, NULL )) == NULL ) {
  /src/external/bsd/openldap/dist/servers/slapd/back-sql/
sql-wrap.c 162 row->col_names = (BerVarray)ber_memcalloc_x( row->ncols + 1,
168 row->col_prec = (UDWORD *)ber_memcalloc_x( row->ncols,
174 row->col_type = (SQLSMALLINT *)ber_memcalloc_x( row->ncols,
180 row->cols = (char **)ber_memcalloc_x( row->ncols + 1,
186 row->value_len = (SQLLEN *)ber_memcalloc_x( row->ncols,
232 row->cols[ i ] = (char *)ber_memcalloc_x( col_prec + 1,
  /src/external/bsd/openldap/dist/include/
lber_pvt.h 99 ber_memcalloc_x LDAP_P((
  /src/external/bsd/openldap/dist/libraries/liblber/
memory.c 253 ber_memcalloc_x( ber_len_t n, ber_len_t s, void *ctx ) function
305 return ber_memcalloc_x( n, s, NULL );
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
homedir.c 424 buf = ber_memcalloc_x( 1, st->st_size + 1, ctx );
618 *tail = ber_memcalloc_x( 1, sizeof(**tail), ctx );
689 dir_stack = ber_memcalloc_x( 1, sizeof(*dir_stack), ctx );
692 dir_stack->list = ber_memcalloc_x( 1, sizeof(name_list), ctx );
  /src/external/bsd/openldap/dist/libraries/libldap/
ldap-int.h 664 #define LDAP_CALLOC(n,s) (ber_memcalloc_x((n),(s),NULL))
672 #define LDAP_CALLOCX(n,s,x) (ber_memcalloc_x((n),(s),(x)))
ldifutil.c 141 lr->lr_btype = ber_memcalloc_x( 1, (lr->lr_lines+1)*2*sizeof(struct berval)+lr->lr_lines, ctx );
  /src/external/bsd/openldap/dist/servers/slapd/back-meta/
map.c 208 na = (char **)ber_memcalloc_x( i + x + 1, sizeof(char *), op->o_tmpmemctx );

Completed in 21 milliseconds