HomeSort by: relevance | last modified time | path
    Searched defs:ov_count (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/overlays/
deref.c 147 static int ov_count; variable
529 if ( ov_count == 0 ) {
545 ov_count++;
559 ov_count--;
561 if ( ov_count == 0 ) {
sssvlv.c 131 static int ov_count; variable
1330 if ( ov_count == 0 ) {
1370 ov_count++;
1383 ov_count--;
1384 if ( !ov_count && sort_conns) {
1396 if ( ov_count == 0 ) {
ppolicy.c 88 static int ov_count; variable
3326 ov_count++;
3375 ov_count--;
3376 if ( ov_count <=0 && pwcons ) {

Completed in 68 milliseconds