Searched refs:ors_filterstr (Results 1 - 25 of 43) sorted by relevance

12

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/samba4/
H A Drdnval.c124 op2.ors_filterstr.bv_len = 0;
126 op2.ors_filterstr.bv_len = STRLENOF( "(&)" );
132 op2.ors_filterstr.bv_len += ad_rdnValue->ad_cname.bv_len
136 op2.ors_filterstr.bv_val = op->o_tmpalloc( op2.ors_filterstr.bv_len + 1, op->o_tmpmemctx );
138 ptr = op2.ors_filterstr.bv_val;
155 assert( ptr == op2.ors_filterstr.bv_val + op2.ors_filterstr.bv_len );
156 op2.ors_filter = str2filter_x( op, op2.ors_filterstr.bv_val );
162 op->o_tmpfree( op2.ors_filterstr
[all...]
H A Dpguid.c311 op->ors_filterstr.bv_len = STRLENOF( "(!(=*))" ) + ad_parentUUID->ad_cname.bv_len;
312 op->ors_filterstr.bv_val = op->o_tmpalloc( op->ors_filterstr.bv_len + 1, op->o_tmpmemctx );
313 snprintf( op->ors_filterstr.bv_val, op->ors_filterstr.bv_len + 1,
316 op->ors_filter = str2filter_x( op, op->ors_filterstr.bv_val );
375 op->o_tmpfree( op->ors_filterstr.bv_val, op->o_tmpmemctx );
H A Dvernum.c274 op->ors_filterstr.bv_len = STRLENOF( "(&(=*)(!(=*)))" )
277 op->ors_filterstr.bv_val = op->o_tmpalloc( op->ors_filterstr.bv_len + 1, op->o_tmpmemctx );
278 snprintf( op->ors_filterstr.bv_val, op->ors_filterstr.bv_len + 1,
283 op->ors_filter = str2filter_x( op, op->ors_filterstr.bv_val );
343 op->o_tmpfree( op->ors_filterstr.bv_val, op->o_tmpmemctx );
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dsearch.c138 filter2bv_x( op, op->ors_filter, &op->ors_filterstr );
141 !BER_BVISEMPTY( &op->ors_filterstr ) ? op->ors_filterstr.bv_val : "empty", 0, 0 );
219 op->ors_filterstr.bv_val, 0 );
256 if ( !BER_BVISNULL( &op->ors_filterstr ) ) {
257 op->o_tmpfree( op->ors_filterstr.bv_val, op->o_tmpmemctx );
H A Dsaslauthz.c1672 &op.ors_scope, &op.ors_filter, &op.ors_filterstr, 0 );
1760 tmp = ch_realloc( op.ors_filterstr.bv_val, op.ors_filterstr.bv_len +
1766 op.ors_filterstr.bv_val = tmp;
1768 tmp = lutil_strcopy( &tmp[op.ors_filterstr.bv_len], assertDN->bv_val );
1772 op.ors_filter = str2filter_x( opx, op.ors_filterstr.bv_val );
1847 if( !BER_BVISNULL( &op.ors_filterstr ) ) ch_free( op.ors_filterstr.bv_val );
1935 &op.ors_scope, &op.ors_filter, &op.ors_filterstr, 1 );
2020 if( !BER_BVISNULL( &op.ors_filterstr ) ) {
[all...]
H A Dsyncrepl.c2180 op2.ors_filterstr.bv_val = op->o_tmpalloc( size, op->o_tmpmemctx );
2181 op2.ors_filterstr.bv_len = sprintf(op2.ors_filterstr.bv_val,
2184 op2.ors_filter = str2filter_x( op, op2.ors_filterstr.bv_val );
2823 op->ors_filterstr.bv_len = STRLENOF( "(entryUUID=)" ) + syncUUID[1].bv_len;
2824 op->ors_filterstr.bv_val = (char *) slap_sl_malloc(
2825 op->ors_filterstr.bv_len + 1, op->o_tmpmemctx );
2826 AC_MEMCPY( op->ors_filterstr.bv_val, "(entryUUID=", STRLENOF( "(entryUUID=" ) );
2827 AC_MEMCPY( &op->ors_filterstr.bv_val[STRLENOF( "(entryUUID=" )],
2829 op->ors_filterstr
[all...]
H A Dsasl.c430 op->ors_filterstr = generic_filterstr;
739 op->ors_filterstr = generic_filterstr;
828 op.ors_filterstr = generic_filterstr;
1362 ptr = op->ors_filterstr.bv_val = op->o_tmpalloc( rc + 1, op->o_tmpmemctx );
1371 op->ors_filter = str2filter_x( op, op->ors_filterstr.bv_val );
1373 op->o_tmpfree( op->ors_filterstr.bv_val, op->o_tmpmemctx );
1397 op->o_tmpfree( op->ors_filterstr.bv_val, op->o_tmpmemctx );
H A Didattracl.c498 nop.ors_filterstr.bv_len = snprintf(filter_str, sizeof(filter_str),
520 nop.ors_filterstr.bv_val = filter_str;
521 nop.ors_filterstr.bv_len = strlen(filter_str);
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-perl/
H A Dsearch.c50 XPUSHs(sv_2mortal(newSVpv( op->ors_filterstr.bv_val , 0)));
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/overlays/
H A Ddds.c164 op->ors_filterstr.bv_len = STRLENOF( "(&(objectClass=" ")(" "<=" "))" )
168 op->ors_filterstr.bv_val = op->o_tmpalloc( op->ors_filterstr.bv_len + 1, op->o_tmpmemctx );
169 snprintf( op->ors_filterstr.bv_val, op->ors_filterstr.bv_len + 1,
174 op->ors_filter = str2filter_x( op, op->ors_filterstr.bv_val );
187 op->o_tmpfree( op->ors_filterstr.bv_val, op->o_tmpmemctx );
1651 op->ors_filterstr.bv_len = STRLENOF( "(objectClass=" ")" )
1653 op->ors_filterstr.bv_val = op->o_tmpalloc( op->ors_filterstr
[all...]
H A Dnestedgroup.c145 nop.ors_filterstr.bv_len = snprintf(filter_str, sizeof(filter_str),
167 nop.ors_filterstr.bv_val = filter_str;
168 nop.ors_filterstr.bv_len = strlen(filter_str);
H A Dtranslucent.c1074 op->o_req_dn.bv_val, op->ors_filterstr.bv_val, 0);
1096 fbv = op->ors_filterstr;
1109 filter2bv_x( op, fr, &op->ors_filterstr );
1115 op->o_tmpfree( op->ors_filterstr.bv_val, op->o_tmpmemctx );
1121 filter2bv_x( op, fl, &op->ors_filterstr );
1123 op->o_tmpfree( op->ors_filterstr.bv_val, op->o_tmpmemctx );
1125 op->ors_filterstr = fbv;
H A Ddynlist.c426 BER_BVZERO( &o.ors_filterstr );
548 ber_dupbv_x( &o.ors_filterstr,
554 if ( dynlist_make_filter( op, rs->sr_entry, url->bv_val, &flt, &o.ors_filterstr ) ) {
559 o.ors_filter = str2filter_x( op, o.ors_filterstr.bv_val );
589 assert( BER_BVISNULL( &o.ors_filterstr )
590 || o.ors_filterstr.bv_val != lud->lud_filter );
591 op->o_tmpfree( o.ors_filterstr.bv_val, op->o_tmpmemctx );
763 o.ors_filterstr = *slap_filterstr_objectClass_pres;
H A Dsyncprov.c463 fop.ors_filterstr = generic_filterstr;
641 fop.ors_filterstr.bv_val = buf;
661 fop.ors_filterstr.bv_len = snprintf( buf, sizeof( buf ),
663 if ( fop.ors_filterstr.bv_len >= sizeof( buf ) ) {
686 fop.ors_filterstr.bv_len = snprintf( buf, sizeof( buf ),
694 fop.ors_filterstr.bv_len = snprintf( buf, sizeof( buf ),
697 if ( fop.ors_filterstr.bv_len >= sizeof( buf ) ) {
708 fop.ors_filterstr = op->ors_filterstr;
2243 op2->ors_filterstr
[all...]
H A Dodlocales.c118 ber_str2bv(key, 0, 0, &nop->ors_filterstr);
H A Dpcache.c1798 op->ors_filterstr.bv_len = snprintf(filter_str, sizeof(filter_str),
1818 op->ors_filterstr.bv_val = filter_str;
1819 op->ors_filterstr.bv_len = strlen(filter_str);
2138 op->ors_filterstr.bv_len = snprintf( filtbuf, sizeof( filtbuf ),
2140 op->ors_filterstr.bv_val = filtbuf;
2229 BER_BVSTR( &op->ors_filterstr, "(objectClass=*)" );
2234 op->ors_filterstr.bv_len = snprintf( filter_str,
2873 op2.ors_filter = pc_bind_attrs( op, e, temp, &op2.ors_filterstr );
2877 op2.ors_filterstr = temp->bindfilterstr;
3014 tempstr.bv_val = op->o_tmpalloc( op->ors_filterstr
[all...]
H A Dretcode.c259 1, &op2.ors_filterstr, op2.o_tmpmemctx );
260 op2.ors_filter = str2filter_x( &op2, op2.ors_filterstr.bv_val );
282 ber_memfree_x( op2.ors_filterstr.bv_val, op2.o_tmpmemctx );
H A Drefint.c757 filter2bv_x( op, op->ors_filter, &op->ors_filterstr );
809 op->o_tmpfree( op->ors_filterstr.bv_val, op->o_tmpmemctx );
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-ldap/
H A Dsearch.c49 * op->ors_filterstr.bv_val, or realloc'd on the thread's slab otherwise.
98 if ( filter->bv_val == op->ors_filterstr.bv_val ) {
102 AC_MEMCPY( filter->bv_val, op->ors_filterstr.bv_val,
223 filter = op->ors_filterstr;
591 if ( filter.bv_val != op->ors_filterstr.bv_val ) {
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/autogroup/
H A Dautogroup.c473 o.ors_filterstr = agf->agf_filterstr;
1503 op->ors_filterstr.bv_len = STRLENOF( "(=)" )
1506 ptr = op->ors_filterstr.bv_val = op->o_tmpalloc( op->ors_filterstr.bv_len + 1, op->o_tmpmemctx );
1514 op->ors_filter = str2filter_x( op, op->ors_filterstr.bv_val );
1516 assert( op->ors_filterstr.bv_len == ptr - op->ors_filterstr.bv_val );
1929 op->o_tmpfree( op->ors_filterstr.bv_val, op->o_tmpmemctx );
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/slapi/
H A Dslapi_overlay.c313 op->o_tmpfree( op->ors_filterstr.bv_val, op->o_tmpmemctx );
314 filter2bv_x( op, op->ors_filter, &op->ors_filterstr );
H A Dslapi_pblock.c730 *((char **)value) = pb->pb_op->ors_filterstr.bv_val;
1118 pb->pb_op->ors_filterstr.bv_val = (char *)value;
1119 pb->pb_op->ors_filterstr.bv_len = strlen((char *)value);
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/nssov/
H A Dnssov.h318 op->ors_filterstr = filter; \
H A Dpasswd.c186 op2.ors_filterstr = filter;
H A Dpam.c332 op->ors_filterstr = filter;
346 op->ors_filterstr = filter;

Completed in 173 milliseconds

12