Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/openldap/dist/servers/slapd/overlays/
Dseqmod.c34 typedef struct modtarget { struct
35 struct modtarget *mt_next; argument
36 struct modtarget *mt_tail; argument
38 } modtarget; typedef
48 const modtarget *m1, *m2; in sm_avl_cmp()
63 modtarget *mt, mtdummy; in seqmod_op_cleanup()
93 modtarget *mt; in seqmod_op_mod()
97 cb = op->o_tmpcalloc( 1, sizeof(slap_callback) + sizeof(modtarget), in seqmod_op_mod()
99 mt = (modtarget *)(cb+1); in seqmod_op_mod()
110 modtarget *mtp = av->avl_data; in seqmod_op_mod()
Dsyncprov.c46 typedef struct modtarget { struct
51 } modtarget; typedef
184 modtarget *smt;
416 const modtarget *m1, *m2; in sp_avl_cmp()
1508 modtarget *mt; in syncprov_op_cleanup()
2684 modtarget *mt, mtdummy; in syncprov_op_mod()
2763 mt = ch_malloc( sizeof(modtarget) ); in syncprov_op_mod()