Searched refs:sql_anlist (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-sql/
H A Dconfig.c342 if ( bi->sql_anlist ||
350 if ( bi->sql_anlist ) {
351 ptr = anlist_unparse( bi->sql_anlist, ptr, WHATSLEFT );
519 bi->sql_anlist = str2anlist( bi->sql_anlist, c->argv[ 1 ], delimstr );
520 if ( bi->sql_anlist == NULL ) {
H A Dinit.c203 if ( bi->sql_anlist ) {
206 for ( i = 0; !BER_BVISNULL( &bi->sql_anlist[ i ].an_name ); i++ )
208 ch_free( bi->sql_anlist[ i ].an_name.bv_val );
210 ch_free( bi->sql_anlist );
H A Dback-sql.h523 AttributeName *sql_anlist; member in struct:backsql_info
H A Dsearch.c239 if ( !BSQL_ISF_ALL_ATTRS( bsi ) && bi->sql_anlist ) {
243 for ( p = bi->sql_anlist; !BER_BVISNULL( &p->an_name ); p++ ) {

Completed in 169 milliseconds