Home
last modified time | relevance | path

Searched defs:mdb_attrinfo (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-mdb/
H A Dback-mdb.h141 typedef struct mdb_attrinfo { struct
142 AttributeDescription *ai_desc; /* attribute description cn;lang-en */
143 slap_mask_t ai_indexmask; /* how the attr is indexed */
144 slap_mask_t ai_newmask; /* new settings to replace old mask */
146 ComponentReference* ai_cr; /*component indexing*/
148 TAvlnode *ai_root; /* for tools */
149 MDB_cursor *ai_cursor; /* for tools */
150 int ai_idx; /* position in AI array */
151 MDB_dbi ai_dbi;
152 unsigned ai_multi_hi;
[all …]