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

  /src/external/bsd/openldap/dist/servers/lloadd/
config.c 1529 struct lload_tier_type *tier_impl; local
1565 tier_impl = lload_tier_find( c->value_string );
1567 if ( !tier_impl ) {
1570 tier = tier_impl->tier_init();
3827 struct lload_tier_type *tier_impl; local
3864 tier_impl = lload_tier_find( a->a_vals[0].bv_val );
3865 if ( !tier_impl ) {
3872 tier = tier_impl->tier_init();
config.c 1529 struct lload_tier_type *tier_impl; local
1565 tier_impl = lload_tier_find( c->value_string );
1567 if ( !tier_impl ) {
1570 tier = tier_impl->tier_init();
3827 struct lload_tier_type *tier_impl; local
3864 tier_impl = lload_tier_find( a->a_vals[0].bv_val );
3865 if ( !tier_impl ) {
3872 tier = tier_impl->tier_init();

Completed in 177 milliseconds