Searched defs:FE_Attr (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/libldap4/include/ |
H A D | fe.h | 38 /* return a FE_Attr * if attribute name provided */ 235 } FE_Attr; typedef in typeref:struct:_fe_attr 241 FE_Attr **AttributesArray; 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); 310 extern int fe_ent_add_val(FE_Table *MapTable, FE_Attr *attr, int ValLength, void *Val); 311 extern FE_Attr *fe_ent_add_attr_val(FE_Table *MapTable, FE_Entry *Entry, char *AttrName, int ValLength, void *Val); 317 extern FE_Attr **fe_ent_show_dn(FE_Table *MapTable, FE_Entry *Entry); 373 * FE_Attr *fe_attr = NULL;
|
Completed in 21 milliseconds