Searched refs:syncinfo_t (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/ |
| D | syncrepl.c | 179 } syncinfo_t; typedef 182 static int presentlist_insert( syncinfo_t* si, struct berval *syncUUID ); 186 static void syncrepl_del_nonpresent( Operation *, syncinfo_t *, BerVarray, struct sync_cookie *, in… 188 syncinfo_t *, Operation *, LDAPMessage *, int ); 190 syncinfo_t *, Operation *, LDAPMessage *, 193 syncinfo_t *, Operation*, Entry*, 197 syncinfo_t *, Operation *, 206 syncinfo_t *, Operation *, LDAPMessage *, 209 syncinfo_t *, Operation *, LDAPControl ** ); 212 static int syncrepl_dsee_update( syncinfo_t *si, Operation *op ) ; [all …]
|