HomeSort by: relevance | last modified time | path
    Searched refs:modtarget (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/overlays/
seqmod.c 34 typedef struct modtarget { struct
35 struct modtarget *mt_next;
36 struct modtarget *mt_tail;
38 } modtarget; typedef in typeref:struct:modtarget
48 const modtarget *m1, *m2;
63 modtarget *mt, mtdummy;
93 modtarget *mt;
97 cb = op->o_tmpcalloc( 1, sizeof(slap_callback) + sizeof(modtarget),
99 mt = (modtarget *)(cb+1);
110 modtarget *mtp = av->avl_data
    [all...]
syncprov.c 46 typedef struct modtarget { struct
51 } modtarget; typedef in typeref:struct:modtarget
184 modtarget *smt;
412 /* Find a modtarget in an AVL tree */
416 const modtarget *m1, *m2;
1531 modtarget *mt;
2732 modtarget *mt, mtdummy;
2811 mt = ch_malloc( sizeof(modtarget) );

Completed in 33 milliseconds