Home
last modified time | relevance | path

Searched refs:ov_count (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dderef.c147 static int ov_count; variable
529 if ( ov_count == 0 ) { in deref_db_init()
545 ov_count++; in deref_db_init()
559 ov_count--; in deref_db_destroy()
561 if ( ov_count == 0 ) { in deref_db_destroy()
H A Dsssvlv.c131 static int ov_count; variable
1330 if ( ov_count == 0 ) { in sssvlv_db_init()
1370 ov_count++; in sssvlv_db_init()
1383 ov_count--; in sssvlv_db_destroy()
1384 if ( !ov_count && sort_conns) { in sssvlv_db_destroy()
1396 if ( ov_count == 0 ) { in sssvlv_db_destroy()
H A Dppolicy.c78 static int ov_count; variable
3236 ov_count++; in ppolicy_db_init()
3285 ov_count--; in ppolicy_db_destroy()
3286 if ( ov_count <=0 && pwcons ) { in ppolicy_db_destroy()