Home
last modified time | relevance | path

Searched refs:be_limits (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dlimits.c95 if ( op->o_bd->be_limits == NULL ) { in limits_get()
99 for ( lm = op->o_bd->be_limits; lm[0] != NULL; lm++ ) { in limits_get()
238 for ( i = 0; be->be_limits && be->be_limits[ i ]; i++ ) { in limits_add()
239 if ( be->be_limits[ i ]->lm_flags == style ) { in limits_add()
301 if ( be->be_limits != NULL ) { in limits_add()
302 for ( ; be->be_limits[i]; i++ ); in limits_add()
305 be->be_limits = ( struct slap_limits ** )ch_realloc( be->be_limits, in limits_add()
307 be->be_limits[i] = lm; in limits_add()
308 be->be_limits[i+1] = NULL; in limits_add()
H A Dbconfig.c1123 if ( c->be->be_limits ) { in config_generic()
1127 for ( i=0; c->be->be_limits[i]; i++ ) { in config_generic()
1136 limits_unparse( c->be->be_limits[i], &bv, in config_generic()
1805 limits_destroy( c->be->be_limits ); in config_generic()
1806 c->be->be_limits = NULL; in config_generic()
1811 if ( c->be->be_limits ) { in config_generic()
1812 for ( num = 0; c->be->be_limits[ num ]; num++ ) in config_generic()
1821 limits_destroy( c->be->be_limits ); in config_generic()
1822 c->be->be_limits = NULL; in config_generic()
1825 limits_free_one( c->be->be_limits[ c->valx ] ); in config_generic()
[all …]
H A Dbackend.c484 limits_destroy( bd->be_limits ); in backend_destroy_one()
H A Dslap.h1987 struct slap_limits **be_limits; /* regex-based size and time limits */ member
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dtranslucent.c1353 ov->db.be_limits = be->be_limits; in translucent_db_open()
H A Dpcache.c4786 cm->db.be_limits = be->be_limits; in pcache_db_open()
4910 cm->db.be_limits = NULL; in pcache_db_close()