Searched defs:AttrName (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libldap4/include/
H A Dfe.h106 char *AttrName; /* Attribute Name */ member in struct:_attr_mapping
292 extern FE_Attr *fe_ent_get_attr(FE_Table *MapTable, FE_Entry *fe_item, char *AttrName);
304 extern FE_Attr *fe_ent_get_attr(FE_Table *MapTable,FE_Entry *Entry, char *AttrName);
311 extern FE_Attr *fe_ent_add_attr_val(FE_Table *MapTable, FE_Entry *Entry, char *AttrName, int ValLength, void *Val);
341 * Return the translated attribute. TableType is the original table of AttrName.
346 extern char **fe_trans_attrName(FE_Table *MapTable, char *AttrName, int TableType);
347 extern int *fe_trans_attrID(FE_Table *MapTable, char *AttrName, int TableType);

Completed in 22 milliseconds