Searched refs:no_attrs (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-ndb/
H A Dndbio.cpp162 oci->no_attrs[oci->no_nattrs++] = ai;
212 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,
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,
482 if ( oci->no_attrs[i]->na_oi != oci )
484 ai = oci->no_attrs[i];
711 return ndb_oc_attrs( txn, myTable, e, no, no->no_attrs, n
[all...]
H A Dback-ndb.h42 * objectClass. The no_attrs table lists all of the non-inherited attributes of
57 struct ndb_attrinfo **no_attrs; member in struct:ndb_ocinfo
H A Dconfig.cpp166 if ( end - ptr < oci->no_attrs[i]->na_name.bv_len+1 )
171 oci->no_attrs[i]->na_name.bv_val );
H A Dinit.cpp247 oci->no_attrs[i]->na_len = ndb_oplens[i];

Completed in 101 milliseconds