Searched defs:syncinfo_s (Results 1 – 1 of 1) sorted by relevance
107 typedef struct syncinfo_s { struct108 struct syncinfo_s *si_next; argument109 BackendDB *si_be;110 BackendDB *si_wbe;111 struct re_s *si_re;112 int si_rid;113 char si_ridtxt[ STRLENOF("rid=999") + 1 ];114 slap_bindconf si_bindconf;115 struct berval si_base;116 struct berval si_logbase;[all …]