Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/openldap/dist/servers/slapd/back-ndb/
Dndbio.cpp162 oci->no_attrs[oci->no_nattrs++] = ai; in ndb_ai_check()
212 oci->no_attrs = (struct ndb_attrinfo **)ch_malloc( col * sizeof(struct ndb_attrinfo *)); in ndb_oc_create()
225 oci->no_attrs = (struct ndb_attrinfo **)ch_realloc( oci->no_attrs, in ndb_oc_create()
292 … oci->no_attrs = (struct ndb_attrinfo **)ch_malloc( col * sizeof(struct ndb_attrinfo *)); in ndb_oc_read()
332 oci->no_attrs = (struct ndb_attrinfo **)ch_realloc( oci->no_attrs, in ndb_oc_read()
482 if ( oci->no_attrs[i]->na_oi != oci ) in ndb_aset_create()
484 ai = oci->no_attrs[i]; in ndb_aset_create()
711 return ndb_oc_attrs( txn, myTable, e, no, no->no_attrs, no->no_nattrs, NULL ); in ndb_oc_put()
840 if ( oci->no_attrs[j]->na_oi != oci ) in ndb_entry_get_data()
842 if ( oci->no_attrs[j]->na_flag & NDB_INFO_ATBLOB ) { in ndb_entry_get_data()
[all …]
Dconfig.cpp166 … if ( end - ptr < oci->no_attrs[i]->na_name.bv_len+1 ) in ndb_cf_gen()
171 … oci->no_attrs[i]->na_name.bv_val ); in ndb_cf_gen()
Dback-ndb.h57 struct ndb_attrinfo **no_attrs; member
Dinit.cpp247 oci->no_attrs[i]->na_len = ndb_oplens[i]; in ndb_db_open()