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

  /src/external/bsd/openldap/dist/servers/slapd/back-meta/
map.c 189 if ( an == NULL && op->o_bd->be_extra_anlist == NULL ) {
201 if ( op->o_bd->be_extra_anlist != NULL ) {
202 for ( ; !BER_BVISNULL( &op->o_bd->be_extra_anlist[x].an_name ); x++ )
225 for ( x = 0; !BER_BVISNULL( &op->o_bd->be_extra_anlist[x].an_name ); x++ ) {
226 if ( op->o_bd->be_extra_anlist[x].an_desc &&
227 ad_inlist( op->o_bd->be_extra_anlist[x].an_desc, an ) )
232 ldap_back_map( at_map, &op->o_bd->be_extra_anlist[x].an_name, &mapped, remap );
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
rwmmap.c 200 if ( an == NULL && op->o_bd->be_extra_anlist == NULL ) {
211 if ( op->o_bd->be_extra_anlist ) {
212 for ( ; !BER_BVISNULL( &op->o_bd->be_extra_anlist[x].an_name ); x++ )
343 if ( op->o_bd->be_extra_anlist != NULL ) {
344 /* we assume be_extra_anlist are already mapped */
345 for ( x = 0; !BER_BVISNULL( &op->o_bd->be_extra_anlist[x].an_name ); x++ ) {
347 if ( op->o_bd->be_extra_anlist[x].an_desc &&
348 ad_inlist( op->o_bd->be_extra_anlist[x].an_desc, *anp ) )
353 (*anp)[j] = op->o_bd->be_extra_anlist[x];
  /src/external/bsd/openldap/dist/servers/slapd/back-ldap/
search.c 201 if ( op->o_bd->be_extra_anlist ) {
202 for ( ; !BER_BVISNULL( &op->o_bd->be_extra_anlist[x].an_name ); x++ )
224 for ( x = 0; !BER_BVISNULL( &op->o_bd->be_extra_anlist[x].an_name ); x++, j++ ) {
225 if ( op->o_bd->be_extra_anlist[x].an_desc &&
226 ad_inlist( op->o_bd->be_extra_anlist[x].an_desc, op->ors_attrs ) )
231 attrs[ j ] = op->o_bd->be_extra_anlist[x].an_name.bv_val;
  /src/external/bsd/openldap/dist/servers/slapd/
bconfig.c 3712 if ( c->be->be_extra_anlist == NULL ) {
3716 for ( i = 0; !BER_BVISNULL( &c->be->be_extra_anlist[i].an_name ); i++ ) {
3717 value_add_one( &c->rvalue_vals, &c->be->be_extra_anlist[i].an_name );
3721 if ( c->be->be_extra_anlist == NULL ) {
3726 anlist_free( c->be->be_extra_anlist, 1, NULL );
3727 c->be->be_extra_anlist = NULL;
3732 for ( i = 0; i < c->valx && !BER_BVISNULL( &c->be->be_extra_anlist[i + 1].an_name ); i++ )
3735 if ( BER_BVISNULL( &c->be->be_extra_anlist[i].an_name ) ) {
3739 ch_free( c->be->be_extra_anlist[i].an_name.bv_val );
3741 for ( ; !BER_BVISNULL( &c->be->be_extra_anlist[i].an_name ); i++ )
    [all...]
backend.c 479 if ( bd->be_extra_anlist ) {
480 anlist_free( bd->be_extra_anlist, 1, NULL );
slap.h 2003 AttributeName *be_extra_anlist; /* attributes that need to be added to search requests (ITS#6513) */ member in struct:BackendDB

Completed in 41 milliseconds