Searched refs:bv_val (Results 251 - 275 of 333) sorted by relevance

<<11121314

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/overlays/
H A Ddyngroup.c64 bv.bv_val = ch_malloc( bv.bv_len + 1 );
65 ptr = lutil_strcopy( bv.bv_val, ap->ap_mem->ad_cname.bv_val );
67 strcpy( ptr, ap->ap_uri->ad_cname.bv_val );
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/slapi/
H A Dslapi_ops.c128 for ( i = 0; rs->sr_ref[i].bv_val != NULL; i++ ) {
129 rc = (*prec)( rs->sr_ref[i].bv_val, callback_data );
324 op->o_tmpfree( op->o_dn.bv_val, op->o_tmpmemctx );
326 op->o_tmpfree( op->o_ndn.bv_val, op->o_tmpmemctx );
329 op->o_tmpfree( op->o_req_dn.bv_val, op->o_tmpmemctx );
331 op->o_tmpfree( op->o_req_ndn.bv_val, op->o_tmpmemctx );
336 op->o_tmpfree( op->orr_newrdn.bv_val, op->o_tmpmemctx );
338 op->o_tmpfree( op->orr_nnewrdn.bv_val, op->o_tmpmemctx );
341 op->o_tmpfree( op->orr_newSup->bv_val, op->o_tmpmemctx );
346 op->o_tmpfree( op->orr_nnewSup->bv_val, o
[all...]
H A Dslapi_overlay.c164 for ( anp = rs->sr_attrs; anp->an_name.bv_val != NULL; anp++ ) {
165 if ( compute_evaluator( &ctx, anp->an_name.bv_val,
285 ? "<empty>" : op->o_conn->c_dn.bv_val,
287 ? "<empty>" : op->orb_mech.bv_val, 0, 0 );
315 op->o_tmpfree( op->ors_filterstr.bv_val, op->o_tmpmemctx );
777 if ( strcmp( g->ga_ndn, gr_ndn->bv_val ) == 0 ) {
804 slapi_pblock_set( pb, SLAPI_X_GROUP_OPERATION_DN, (void *)op_ndn->bv_val );
805 slapi_pblock_set( pb, SLAPI_X_GROUP_ATTRIBUTE, (void *)group_at->ad_cname.bv_val );
840 strcpy( g->ga_ndn, gr_ndn->bv_val );
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/liblber/
H A Dio.c326 ber->ber_buf = bv->bv_val;
364 if ( ((ber_len_t) ber_write ( ber, bv->bv_val, bv->bv_len, 0 ))
397 bv->bv_val = NULL;
405 bv->bv_val = (char *) ber_memalloc_x( len + 1, ber->ber_memctx );
406 if ( bv->bv_val == NULL ) {
409 AC_MEMCPY( bv->bv_val, ber->ber_buf, len );
410 bv->bv_val[len] = '\0';
412 bv->bv_val = ber->ber_buf;
413 bv->bv_val[len] = '\0';
415 bv->bv_val
[all...]
H A Dencode.c124 if ( !out->bv_val || out->bv_len < in->bv_len/2 )
127 der = (unsigned char *) out->bv_val;
128 ptr = in->bv_val;
167 out->bv_len = (char *)der - out->bv_val;
264 return ber_put_ostring( ber, bv->bv_val, bv->bv_len, tag );
614 for ( i = 0; bv[i].bv_val != NULL; i++ ) {
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-ndb/
H A Dadd.cpp51 op->oq_add.rs_e->e_name.bv_val, 0, 0);
153 rs->sr_matched = matched.bv_val;
209 rs->sr_matched = p.e_name.bv_val;
252 if ( matched.bv_val )
341 slap_sl_free( (*postread_ctrl)->ldctl_value.bv_val, op->o_tmpmemctx );
H A Dinit.cpp116 be->be_suffix[0].bv_val, 0, 0 );
202 ai->na_name.bv_val, ai->na_len );
210 ptr = lutil_strcopy( ptr, ai->na_name.bv_val );
242 ndb_optable.bv_val, rc );
253 ndb_optable.bv_val, rc );
268 oci->no_name.bv_val, rc );
H A Dcompare.cpp68 rs->sr_matched = matched.bv_val;
98 rs->sr_matched = e.e_name.bv_val;
H A Dconfig.cpp142 bv.bv_val = buf;
149 "%s %d", ai->na_name.bv_val,
163 ptr = lutil_strcopy( buf, oci->no_name.bv_val );
171 oci->no_attrs[i]->na_name.bv_val );
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/tests/progs/
H A Dslapd-addel.c126 passwd.bv_val = strdup( optarg );
166 ( manager == NULL ) || ( passwd.bv_val == NULL ))
259 if (( bvp->bv_val = (char *)malloc( vlen + 1 )) == NULL ) {
263 AC_MEMCPY( bvp->bv_val, value, vlen );
264 bvp->bv_val[ vlen ] = '\0';
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/
H A Dbackglue.c145 for (i=0; rs->sr_ref[i].bv_val; i++);
157 new[j].bv_val = NULL;
208 newctrls[j]->ldctl_value.bv_val = &newctrls[j]->ldctl_oid[oidlen + 1];
210 lutil_memcopy( newctrls[j]->ldctl_value.bv_val,
211 rs->sr_ctrls[k]->ldctl_value.bv_val,
408 lutil_memcopy( op->o_ctrls[c]->ldctl_value.bv_val,
409 value.bv_val, value.bv_len );
498 if ( op->o_req_dn.bv_val == mdn.bv_val )
500 if ( op->o_req_ndn.bv_val
[all...]
H A Dtxn.c71 bv->bv_val = NULL;
94 if ( ctrl->ldctl_value.bv_val == NULL ) {
H A DmatchedValues.c336 if ( nbv.bv_val != bv->bv_val ) {
337 op->o_tmpfree( nbv.bv_val, op->o_tmpmemctx );
H A Ddaemon.c700 LDAP_SRVTYPE_PREFIX ), global_host_bv.bv_val );
706 LDAPS_SRVTYPE_PREFIX ), global_host_bv.bv_val );
1307 l.sl_url.bv_val = NULL;
1525 l.sl_name.bv_val = ber_memalloc( l.sl_name.bv_len + 1 );
1526 snprintf( l.sl_name.bv_val, l.sl_name.bv_len + 1,
1542 l.sl_name.bv_val =
1544 snprintf( l.sl_name.bv_val, sizeof("IP=255.255.255.255:65535"),
1547 l.sl_name.bv_len = strlen( l.sl_name.bv_val );
1557 l.sl_name.bv_val = ber_memalloc( l.sl_name.bv_len );
1558 snprintf( l.sl_name.bv_val,
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-ldap/
H A Dchain.c447 rc = ldap_url_parse_ext( ref->bv_val, &srv, LDAP_PVT_URL_PARSE_NONE );
472 srv->lud_dn = dn.bv_val;
557 op->o_tmpfree( pdn.bv_val, op->o_tmpmemctx );
562 op->o_tmpfree( ndn.bv_val, op->o_tmpmemctx );
636 rc = ldap_url_parse_ext( ref[0].bv_val, &srv, LDAP_PVT_URL_PARSE_NONE );
655 srv->lud_dn = dn.bv_val;
743 op->o_tmpfree( pdn.bv_val, op->o_tmpmemctx );
748 op->o_tmpfree( ndn.bv_val, op->o_tmpmemctx );
1148 e->e_name.bv_val, ad->ad_cname.bv_val,
[all...]
H A Dmodify.c77 mods[ i ].mod_type = ml->sml_desc->ad_cname.bv_val;
111 rs->sr_err = ldap_modify_ext( lc->lc_ld, op->o_req_dn.bv_val, modv,
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/libldap/
H A Dpagectrl.c75 value->bv_val = NULL;
158 LDAP_FREE( value.bv_val );
175 free the bv_val member of this structure.
230 free the bv_val member of this structure.
H A Dvlvctrl.c61 The bv_val member of the berval structure
104 value->bv_val = NULL;
228 LDAP_FREE( value.bv_val );
H A Dderef.c51 value->bv_val = NULL;
128 LDAP_FREE( value.bv_val );
143 LDAP_FREE( dr->derefVal.bv_val );
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-sql/
H A Dbind.c70 anlist[1].an_name.bv_val = NULL;
H A Doperational.c54 ber_memfree( val.bv_val );
93 entryCSN.bv_val = csnbuf;
126 rs->sr_entry->e_nname.bv_val, 0, 0 );
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/ldapc++/src/
H A DLDAPAttribute.cpp85 this->addValue(string(value->bv_val, value->bv_len));
138 temp[p]->bv_val= (char*) malloc(sizeof(char) * (i->size()+1));
139 i->copy(temp[p]->bv_val,string::npos);
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A Dcomponentlib.c565 k->value_identifier.bv_val = result.value_identifier;
1209 name.bv_val = peek_head;
1759 if ( IsNumericOid ( select->bv_val , select->bv_len ) ) {
1760 oid = select->bv_val;
2057 if ( IsNumericOid ( in->bv_val, in->bv_len ) )
2058 return RetrieveOidDecoderMappingbyOid( in->bv_val, in->bv_len );
2060 return RetrieveOidDecoderMappingbyDesc( in->bv_val, in->bv_len );
2104 bv.bv_val = desc;
2211 in->bv_val = realloc( in->bv_val, new_siz
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/liblunicode/
H A Ducstr.c127 s = bv->bv_val;
160 newbv->bv_val = out;
302 newbv->bv_val = out;
338 s1 = bv1->bv_val;
339 s2 = bv2->bv_val;
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-bdb/
H A Dattr.c277 ad->ad_cname.bv_val, mask, 0 );
371 bv.bv_val = lutil_strcopy( ptr, ai->ai_desc->ad_cname.bv_val );
372 *bv.bv_val++ = ' ';
374 bv.bv_val = ptr;

Completed in 273 milliseconds

<<11121314