Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/contrib/slapd-tools/
H A Dwrap_slap_ops162 be_chk_controls bi_chk_controls => op_aux_chk_controls
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dbackglue.c341 if ( op->o_bd->bd_info->bi_chk_controls ) { in glue_chk_controls()
342 rc = ( *op->o_bd->bd_info->bi_chk_controls )( op, rs ); in glue_chk_controls()
1543 glue.on_bi.bi_chk_controls = glue_chk_controls; in glue_sub_init()
H A Dslap.h1824 #define be_chk_controls bd_info->bi_chk_controls
2319 BI_chk_controls *bi_chk_controls; member
H A Dbackover.c1423 bi->bi_chk_controls = over_aux_chk_controls; in overlay_config()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dpcache.c5803 pcache.on_bi.bi_chk_controls = pcache_chk_controls; in pcache_initialize()