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

  /src/external/bsd/openldap/dist/servers/slapd/
limits.c 77 struct slap_limits **lm;
224 struct slap_limits *lm;
247 lm = ( struct slap_limits * )ch_calloc( sizeof( struct slap_limits ), 1 );
305 be->be_limits = ( struct slap_limits ** )ch_realloc( be->be_limits,
306 sizeof( struct slap_limits * ) * ( i + 2 ) );
899 limits_unparse( struct slap_limits *lim, struct berval *bv, ber_len_t buflen )
1334 struct slap_limits *lm )
1347 struct slap_limits **lm )
proto-slap.h 1211 struct slap_limits *limit, struct berval *bv, ber_len_t buflen ));
1213 struct slap_limits *lm ));
1214 LDAP_SLAPD_F (void) limits_destroy LDAP_P(( struct slap_limits **lm ));
slap.h 1724 struct slap_limits { struct
2000 struct slap_limits **be_limits; /* regex-based size and time limits */

Completed in 53 milliseconds