Searched refs:sql_dn_match_cond (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-sql/
H A Dinit.c163 if ( !BER_BVISNULL( &bi->sql_dn_match_cond ) ) {
164 ch_free( bi->sql_dn_match_cond.bv_val );
436 if ( bi->sql_dn_match_cond.bv_val == NULL ) {
473 bi->sql_dn_match_cond = bb.bb_val;
477 bi->sql_dn_match_cond.bv_val, 0, 0 );
619 &bi->sql_dn_match_cond );
H A Dback-sql.h498 struct berval sql_dn_match_cond; member in struct:backsql_info
H A Dconfig.c103 (void *)offsetof(struct backsql_info, sql_dn_match_cond),

Completed in 63 milliseconds