Searched refs:FE_Table (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/libldap4/include/ |
H A D | fe.h | 19 /* return value is (FE_Table *) */ 213 } FE_Table; typedef in typeref:struct:_fe_table 220 FE_Table **fe_section_list; /* All sub-section in mapping file */ 277 extern void *fe_table_get(FE_Table *MapTable, int FieldID, void *Void); 285 extern int fe_table_set(FE_Table *MapTable, int FieldID, void *Void); 292 extern FE_Attr *fe_ent_get_attr(FE_Table *MapTable, FE_Entry *fe_item, char *AttrName); 298 extern FE_Entry *fe_ent_create(FE_Table *MapTable, int TableType); 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 *MapTabl [all...] |
Completed in 21 milliseconds