Searched refs:sr_matched (Results 1 - 25 of 38) sorted by relevance

12

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-bdb/
H A Dreferral.c84 rs->sr_matched = NULL;
98 rs->sr_matched = ber_strdup_x(
114 rs->sr_text = rs->sr_matched ? "bad referral object" : NULL;
117 if (rs->sr_matched) {
118 op->o_tmpfree( (char *)rs->sr_matched, op->o_tmpmemctx );
119 rs->sr_matched = NULL;
135 rs->sr_matched = e->e_name.bv_val;
146 rs->sr_matched = NULL;
H A Dcompare.c75 rs->sr_matched = ch_strdup( e->e_dn );
94 free( (char *)rs->sr_matched );
96 rs->sr_matched = NULL;
111 rs->sr_matched = e->e_name.bv_val;
120 rs->sr_matched = NULL;
H A Dmodify.c556 rs->sr_matched = ch_strdup( e->e_dn );
574 free( (char *)rs->sr_matched );
576 rs->sr_matched = NULL;
590 rs->sr_matched = e->e_name.bv_val;
595 rs->sr_matched = NULL;
H A Dmodrdn.c198 rs->sr_matched = ch_strdup( e->e_dn );
214 free( (char *)rs->sr_matched );
216 rs->sr_matched = NULL;
280 rs->sr_matched = e->e_name.bv_val;
285 rs->sr_matched = NULL;
H A Dadd.c204 rs->sr_matched = ber_strdup_x( p->e_name.bv_val,
270 rs->sr_matched = ber_strdup_x( p->e_name.bv_val,
H A Ddelete.c200 rs->sr_matched = ch_strdup( matched->e_dn );
334 rs->sr_matched = ch_strdup( e->e_name.bv_val );
H A Dsearch.c475 rs->sr_matched = matched_dn.bv_val;
507 rs->sr_matched = NULL;
563 rs->sr_matched = matched_dn.bv_val;
569 rs->sr_matched = NULL;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-monitor/
H A Dcompare.c47 rs->sr_matched = matched->e_dn;
53 rs->sr_matched = NULL;
H A Dmodify.c54 rs->sr_matched = matched->e_dn;
59 rs->sr_matched = NULL;
H A Dsearch.c187 rs->sr_matched = matched->e_dn;
194 rs->sr_matched = NULL;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-ldap/
H A Dextended.c212 (char **)&rs->sr_matched,
273 if ( rs->sr_matched ) {
274 free( (char *)rs->sr_matched );
275 rs->sr_matched = NULL;
339 (char **)&rs->sr_matched,
381 if ( rs->sr_matched ) {
382 free( (char *)rs->sr_matched );
383 rs->sr_matched = NULL;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sql/
H A Dcompare.c76 rs->sr_matched = NULL;
165 if ( rs->sr_matched ) {
166 rs->sr_matched = NULL;
H A Dmodify.c81 rs->sr_matched = NULL;
178 rs->sr_matched = NULL;
H A Dmodrdn.c86 rs->sr_matched = NULL;
416 rs->sr_matched = NULL;
460 rs->sr_matched = NULL;
H A Ddelete.c446 rs->sr_matched = NULL;
602 rs->sr_matched = NULL;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-passwd/
H A Dsearch.c77 rs->sr_matched = op->o_req_dn.bv_val;
204 rs->sr_matched = op->o_bd->be_suffix[i].bv_val;
227 rs->sr_matched = parent.bv_val;
254 if( rs->sr_err != LDAP_NO_SUCH_OBJECT ) rs->sr_matched = NULL;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-shell/
H A Dresult.c112 (void) str2result( buf, &rs->sr_err, (char **)&rs->sr_matched, (char **)&rs->sr_text );
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sock/
H A Dresult.c116 (void) str2result( buf, &rs->sr_err, (char **)&rs->sr_matched, (char **)&rs->sr_text );
H A Dconfig.c305 if ( rs->sr_matched )
306 fprintf( fp, "matched: %s\n", rs->sr_matched );
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-meta/
H A Dsearch.c831 candidates[ i ].sr_matched = NULL;
1403 (char **)&candidates[ i ].sr_matched,
1420 if ( candidates[ i ].sr_matched != NULL ) {
1423 ber_str2bv( candidates[ i ].sr_matched,
1425 candidates[ i ].sr_matched = NULL;
1431 candidates[ i ].sr_matched
1435 candidates[ i ].sr_matched = mmatch.bv_val;
1509 candidates[ i ].sr_matched ? candidates[ i ].sr_matched : "",
1575 assert( candidates[ i ].sr_matched
[all...]
H A Dbind.c973 *save_matched = rs->sr_matched;
986 rs->sr_matched = NULL;
1137 rs->sr_matched = matched;
1248 rs->sr_matched = matched;
1266 op->o_tmpfree( (char *)rs->sr_matched, matched_ctx );
1284 rs->sr_matched = save_matched;
H A Dconn.c1342 rs->sr_matched = op->o_bd->be_suffix[ 0 ].bv_val;
1345 rs->sr_matched = NULL;
1389 rs->sr_matched = op->o_bd->be_suffix[ 0 ].bv_val;
1392 rs->sr_matched = NULL;
1628 rs->sr_matched = op->o_bd->be_suffix[ 0 ].bv_val;
1631 rs->sr_matched = NULL;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-dnssrv/
H A Dsearch.c159 rs->sr_matched = refdn;
162 rs->sr_matched = NULL;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dresult.c184 RS_ASSERT( !(flags & REP_MATCHED_MASK) || rs->sr_matched );
191 RS_ASSERT( rs->sr_matched == NULL );
205 RS_ASSERT( !rs->sr_matched );
622 rs->sr_matched == NULL ? "" : rs->sr_matched,
633 rs->sr_matched == NULL ? "" : rs->sr_matched,
736 if ( rs->sr_matched ) {
737 free( (char *)rs->sr_matched );
738 rs->sr_matched
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/overlays/
H A Dretcode.c130 rs->sr_matched = NULL;
359 rs->sr_matched = rd->rd_pdn.bv_val;
361 rs->sr_matched = NULL;
423 rs->sr_matched = rd->rd_pdn.bv_val;
434 rs->sr_matched = rdi->rdi_matched.bv_val;
505 rs->sr_matched = NULL;
634 rs->sr_matched = a->a_vals[ 0 ].bv_val;
704 rs->sr_matched = NULL;

Completed in 194 milliseconds

12