Home
last modified time | relevance | path

Searched refs:syncres (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dsyncprov.c57 struct syncres *ri_list;
69 typedef struct syncres { struct
70 struct syncres *s_next; /* list of results on this psearch queue */ argument
71 struct syncres *s_rilist; /* list of psearches using this result */ argument
74 } syncres; typedef
95 struct syncres *s_res;
96 struct syncres *s_restail;
193 syncres ssres;
848 static void free_resinfo( syncres *sr ) in free_resinfo()
850 syncres **st; in free_resinfo()
[all …]