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

/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Dseqmod.c29 typedef struct modtarget { struct
30 struct modtarget *mt_next;
31 struct modtarget *mt_tail;
33 } modtarget; typedef in typeref:struct:modtarget
43 const modtarget *m1, *m2;
58 modtarget *mt, mtdummy;
88 modtarget *mt;
92 cb = op->o_tmpcalloc( 1, sizeof(slap_callback) + sizeof(modtarget),
94 mt = (modtarget *)(cb+1);
105 modtarget *mt
[all...]
H A Dsyncprov.c41 typedef struct modtarget { struct
46 } modtarget; typedef in typeref:struct:modtarget
153 modtarget *smt;
370 /* Find a modtarget in an AVL tree */
374 const modtarget *m1, *m2;
1381 modtarget *mt;
2079 modtarget *mt, mtdummy;
2171 mt = ch_malloc( sizeof(modtarget) );

Completed in 105 milliseconds