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/
Dwrap_slap_ops162 be_chk_controls bi_chk_controls => op_aux_chk_controls
/netbsd/src/external/bsd/openldap/dist/servers/slapd/
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()
Dslap.h1824 #define be_chk_controls bd_info->bi_chk_controls
2319 BI_chk_controls *bi_chk_controls; member
Dbackover.c1423 bi->bi_chk_controls = over_aux_chk_controls; in overlay_config()
/netbsd/src/external/bsd/openldap/dist/servers/slapd/overlays/
Dpcache.c5803 pcache.on_bi.bi_chk_controls = pcache_chk_controls; in pcache_initialize()