Searched refs:ndb_attrinfo (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-ndb/
H A Dback-ndb.h50 struct ndb_attrinfo;
57 struct ndb_attrinfo **no_attrs;
68 typedef struct ndb_attrinfo { struct
H A Dndbio.cpp212 oci->no_attrs = (struct ndb_attrinfo **)ch_malloc( col * sizeof(struct ndb_attrinfo *));
225 oci->no_attrs = (struct ndb_attrinfo **)ch_realloc( oci->no_attrs,
226 oci->no_nattrs * sizeof(struct ndb_attrinfo *));
292 oci->no_attrs = (struct ndb_attrinfo **)ch_malloc( col * sizeof(struct ndb_attrinfo *));
332 oci->no_attrs = (struct ndb_attrinfo **)ch_realloc( oci->no_attrs,
333 oci->no_nattrs * sizeof(struct ndb_attrinfo *));

Completed in 30 milliseconds