Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dlimits.c943 SLAP_LIMIT_SIZE | SLAP_LIMIT_TIME, in limits_unparse()
967 if ( which & SLAP_LIMIT_SIZE ) { in limits_unparse_one()
1037 } else if ( which & SLAP_LIMIT_SIZE ) { in limits_unparse_one()
H A Dslap.h1697 #define SLAP_LIMIT_SIZE 2 macro
H A Dbconfig.c2716 limits_unparse_one( lim, SLAP_LIMIT_SIZE, &bv, sizeof( buf ) ); in config_sizelimit()