Searched refs:syncmatches (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dsyncprov.c103 typedef struct syncmatches { struct
104 struct syncmatches *sm_next;
106 } syncmatches; typedef in typeref:struct:syncmatches
149 syncmatches *smatches;
1237 syncmatches *sm;
1277 syncmatches *old;
1286 for ( sm=opc->smatches, old=(syncmatches *)&opc->smatches; sm;
1323 sm = op->o_tmpalloc( sizeof(syncmatches), op->o_tmpmemctx );
1378 syncmatches *sm, *snext;
1721 syncmatches *s
[all...]

Completed in 101 milliseconds