Lines Matching defs:op2
164 Operation op2 = *op;
167 op2.o_callback = &cb;
168 op2.o_tag = LDAP_REQ_SEARCH;
169 op2.o_dn = tenantp->admin;
170 op2.o_ndn = tenantp->admin;
171 op2.o_req_dn = permdn;
172 op2.o_req_ndn = permndn;
173 op2.ors_filterstr = filter;
174 op2.ors_filter = str2filter_x( &op2, filter.bv_val );
175 op2.ors_scope = LDAP_SCOPE_BASE;
176 op2.ors_attrs = tenantp->schema->perm_attrs;
177 op2.ors_tlimit = SLAP_NO_LIMIT;
178 op2.ors_slimit = SLAP_NO_LIMIT;
179 op2.ors_attrsonly = 0;
180 op2.ors_limit = NULL;
181 op2.o_bd = frontendDB;
182 rc = op2.o_bd->be_search( &op2, &rs2 );
183 filter_free_x( &op2, op2.ors_filter, 1 );