Searched refs:si_logfilterstr (Results 1 – 1 of 1) sorted by relevance
118 struct berval si_logfilterstr; member589 filter = si->si_logfilterstr.bv_val; in ldap_sync_search()2802 size += bv.bv_len + op->o_req_ndn.bv_len + si->si_logfilterstr.bv_len; in syncrepl_op_modify()2806 bv.bv_val, op->o_req_ndn.bv_val, si->si_logfilterstr.bv_val ); in syncrepl_op_modify()5851 if ( sie->si_logfilterstr.bv_val ) { in syncinfo_free()5852 ch_free( sie->si_logfilterstr.bv_val ); in syncinfo_free()6214 if ( si->si_logfilterstr.bv_val ) in parse_syncrepl_line()6215 ch_free( si->si_logfilterstr.bv_val ); in parse_syncrepl_line()6216 ber_str2bv( val, 0, 1, &si->si_logfilterstr ); in parse_syncrepl_line()6600 si->si_logfilter = str2filter( si->si_logfilterstr.bv_val ); in parse_syncrepl_line()[all …]