Home
last modified time | relevance | path

Searched defs:syncinfo_s (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dsyncrepl.c107 typedef struct syncinfo_s { struct
108 struct syncinfo_s *si_next; argument
109 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 …]