Searched defs:mdb_attrinfo (Results 1 – 1 of 1) sorted by relevance
141 typedef struct mdb_attrinfo { struct142 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 …]