Searched refs:bv_val (Results 126 - 150 of 333) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-monitor/
H A Dconn.c69 ms->mss_ndn.bv_val, 0, 0 );
88 bv.bv_val, ms->mss_ndn.bv_val, 0 );
93 bv.bv_val = buf;
115 ms->mss_ndn.bv_val, 0, 0 );
133 ms->mss_ndn.bv_val, 0, 0 );
154 ms->mss_ndn.bv_val, 0, 0 );
172 ms->mss_ndn.bv_val, 0, 0 );
193 ms->mss_ndn.bv_val, 0, 0 );
252 a->a_vals[ 0 ].bv_val
[all...]
H A Dlistener.c63 ms->mss_ndn.bv_val, 0, 0 );
78 bv.bv_val = buf;
86 i, ms->mss_ndn.bv_val, 0 );
128 i, ms->mss_ndn.bv_val, 0 );
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/
H A Dmodrdn.c118 dn.bv_val, newrdn.bv_val,
119 newSuperior.bv_len ? newSuperior.bv_val : "" );
140 op->o_log_prefix, dn.bv_val, 0 );
150 op->o_log_prefix, newrdn.bv_val, 0 );
157 op->o_log_prefix, op->orr_newrdn.bv_val, 0 );
168 op->o_log_prefix, newSuperior.bv_val, 0 );
175 op->o_log_prefix, op->o_req_dn.bv_val, 0, 0, 0 );
197 op->o_tmpfree( op->o_req_dn.bv_val, op->o_tmpmemctx );
198 op->o_tmpfree( op->o_req_ndn.bv_val, o
[all...]
H A Dindex.c82 ptr = bv->bv_val;
89 if ( ptr != bv->bv_val ) *ptr++ = ',';
90 ptr = lutil_strcopy( ptr, idxstr[i].word.bv_val );
H A Dsearch.c118 op->o_log_prefix, base.bv_val, 0 );
124 base.bv_val, op->ors_scope, op->ors_deref );
143 !BER_BVISEMPTY( &op->ors_filterstr ) ? op->ors_filterstr.bv_val : "empty", 0, 0 );
177 Debug( LDAP_DEBUG_ARGS, " %s", op->ors_attrs[i].an_name.bv_val, 0, 0 );
190 op->o_log_prefix, op->o_req_dn.bv_val, abuf,
191 op->ors_filterstr.bv_val, 0 );
208 ptr = lutil_strncopy(ptr, op->ors_attrs[i].an_name.bv_val, alen);
223 slap_sl_free( op->o_req_dn.bv_val, op->o_tmpmemctx );
226 slap_sl_free( op->o_req_ndn.bv_val, op->o_tmpmemctx );
229 op->o_tmpfree( op->ors_filterstr.bv_val, o
[all...]
H A Dsyntax.c201 ssyn->ssyn_bvoid.bv_val = ssyn->ssyn_syn.syn_oid;
354 (long) val.bv_len, val.bv_val, 0 );
357 nval.bv_val = syn->ssyn_oid;
364 ldap_memfree( val.bv_val );
432 idx.bv_val = ibuf;
444 idx.bv_len = sprintf(idx.bv_val, "{%d}", i);
447 bva[i].bv_val = ch_malloc( bva[i].bv_len + 1 );
448 strcpy( bva[i].bv_val, ibuf );
449 strcpy( bva[i].bv_val + idx.bv_len, bv.bv_val );
[all...]
H A Dava.c52 op->o_tmpfree( ava->aa_value.bv_val, op->o_tmpmemctx );
84 aa->aa_value.bv_val = NULL;
99 "get_ava: unknown attributeType %s\n", type.bv_val, 0, 0 );
114 "get_ava: illegal value for attributeType %s\n", type.bv_val, 0, 0 );
H A Dslappasswd.c187 passwd.bv_val = newpw;
188 passwd.bv_len = strlen(passwd.bv_val);
195 if( hash.bv_val == NULL ) {
209 printf( "%s%s" , hash.bv_val, newline );
H A Dlimits.c85 BER_BVISNULL( ndns[0] ) ? "[anonymous]" : ndns[0]->bv_val,
86 BER_BVISNULL( ndns[1] ) ? "" : ndns[1]->bv_val );
148 if ( !DN_SEPARATOR( ndn->bv_val[d - 1] ) ) {
154 if ( strcmp( lm[0]->lm_pat.bv_val, &ndn->bv_val[d] ) != 0 ) {
169 if ( regexec( &lm[0]->lm_regex, ndn->bv_val, 0, NULL, 0 ) == 0 ) {
188 dn_source[isthis], limits2str( style ), lm[0]->lm_pat.bv_val );
195 lm[0]->lm_pat.bv_val,
196 lm[0]->lm_group_oc->soc_cname.bv_val,
197 lm[0]->lm_group_ad->ad_cname.bv_val );
[all...]
H A Dbconfig.c918 bv.bv_val = buf + bv.bv_len;
920 sizeof( buf ) - ( bv.bv_val - buf ) );
921 bv.bv_len += bv.bv_val - buf;
922 bv.bv_val = buf;
1032 abv.bv_val = ch_malloc( abv.bv_len + bv.bv_len + 1 );
1033 AC_MEMCPY( abv.bv_val, ibuf, abv.bv_len );
1035 for (src=bv.bv_val,dst=abv.bv_val+abv.bv_len; *src; src++) {
1044 abv.bv_len = dst - abv.bv_val;
1071 bv.bv_val
[all...]
H A Dpasswd.c74 qpw->rs_old.bv_val = NULL;
76 qpw->rs_new.bv_val = NULL;
84 idNul = id.bv_val[id.bv_len];
85 id.bv_val[id.bv_len] = '\0';
89 op->o_log_prefix, id.bv_val,
90 qpw->rs_old.bv_val ? " old" : "",
91 qpw->rs_new.bv_val ? " new" : "", 0 );
95 qpw->rs_old.bv_val ? " old" : "",
96 qpw->rs_new.bv_val ? " new" : "", 0, 0 );
101 id.bv_val[i
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dvalsort.c115 bvret.bv_val = ch_malloc( len+1 );
118 ptr = lutil_strcopy( bvret.bv_val, vi->vi_ad->ad_cname.bv_val );
121 ptr = lutil_strcopy( ptr, vi->vi_dn.bv_val );
125 ptr = lutil_strcopy( ptr, bv2.bv_val );
129 strcpy( ptr, bv.bv_val );
139 ch_free( vi->vi_dn.bv_val );
149 ch_free( vi->vi_dn.bv_val );
164 vitmp.vi_ad->ad_cname.bv_val );
229 numbers[i] = strtol( nvals[i].bv_val, NUL
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A Dcertificate.c118 if ( ( comp->algorithm.identifier.bv_val && strncmp(comp->algorithm.identifier.bv_val, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->algorithm.id_buf, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) ) {
124 if ( ( comp->parameters.identifier.bv_val && strncmp(comp->parameters.identifier.bv_val, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->parameters.id_buf, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) ) {
170 (&k->algorithm)->identifier.bv_val = (&k->algorithm)->id_buf;
172 strcpy( (&k->algorithm)->identifier.bv_val, "algorith
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-ldap/
H A Dextended.c165 char idNull = tmpid.bv_val[tmpid.bv_len];
166 tmpid.bv_val[tmpid.bv_len] = '\0';
169 tmpid.bv_val[tmpid.bv_len] = idNull;
185 dn.bv_val, isproxy ? " (proxy)" : "", 0 );
189 qpw->rs_old.bv_val ? &qpw->rs_old : NULL,
190 qpw->rs_new.bv_val ? &qpw->rs_new : NULL,
234 free( newpw.bv_val );
268 op->o_tmpfree( dn.bv_val, op->o_tmpmemctx );
269 op->o_tmpfree( ndn.bv_val, op->o_tmpmemctx );
315 op->ore_reqoid.bv_val, o
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-shell/
H A Dbind.c76 e.e_bv.bv_val = NULL;
96 fprintf( wfp, "dn: %s\n", op->o_req_dn.bv_val );
99 fprintf( wfp, "cred: %s\n", op->oq_bind.rb_cred.bv_val ); /* XXX */
H A Dunbind.c64 fprintf( wfp, "dn: %s\n", (op->o_conn->c_dn.bv_len ? op->o_conn->c_dn.bv_val : "") );
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-sql/
H A Dsearch.c98 an->an_name.bv_val, 0, 0 );
109 "adding \"%s\" to list\n", ad->ad_cname.bv_val, 0, 0 );
466 if ( f->f_sub_initial.bv_val ) {
470 for ( a = 0; f->f_sub_any[ a ].bv_val != NULL; a++ ) {
474 if ( f->f_sub_final.bv_val ) {
478 bv.bv_val = ch_malloc( bv.bv_len + 1 );
482 bv.bv_val[ s ] = f->f_sub_initial.bv_val[ 0 ];
484 bv.bv_val[ s + 2 * i - 1 ] = '%';
485 bv.bv_val[
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-meta/
H A Ddncache.c177 entry->dn.bv_val = (char *)&entry[ 1 ];
178 AC_MEMCPY( entry->dn.bv_val, ndn->bv_val, ndn->bv_len );
179 entry->dn.bv_val[ ndn->bv_len ] = '\0';
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-perl/
H A Ddelete.c40 XPUSHs(sv_2mortal(newSVpv( op->o_req_dn.bv_val , 0 )));
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-sock/
H A Dresult.c130 for ( i = 0; be->be_suffix[i].bv_val != NULL; i++ ) {
131 fprintf( fp, "suffix: %s\n", be->be_suffix[i].bv_val );
146 conn->c_dn.bv_len ? conn->c_dn.bv_val : "" );
150 conn->c_peer_name.bv_len ? conn->c_peer_name.bv_val : "" );
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/libldap/
H A Dldap_sync.c116 if ( ls->ls_cookie.bv_val != NULL ) {
117 ldap_memfree( ls->ls_cookie.bv_val );
118 ls->ls_cookie.bv_val = NULL;
193 if ( cookie.bv_val != NULL ) {
198 cookie.bv_val ? cookie.bv_val : "(null)" );
334 if ( cookie.bv_val != NULL ) {
339 cookie.bv_val ? cookie.bv_val : "(null)" );
464 if ( cookie.bv_val !
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-ndb/
H A Dmodrdn.cpp58 op->o_req_dn.bv_val,op->oq_modrdn.rs_newrdn.bv_val,
59 op->oq_modrdn.rs_newSup ? op->oq_modrdn.rs_newSup->bv_val : "NULL" );
123 op->o_req_dn.bv_val, 0, 0 );
124 rs->sr_matched = matched.bv_val;
184 op->o_req_dn.bv_val, 0, 0);
198 rs->sr_matched = op->o_req_dn.bv_val;
230 "of entry %s OK\n", e2.e_name.bv_val, 0, 0 );
236 op->oq_modrdn.rs_newSup->bv_val, 0, 0 );
242 op->oq_modrdn.rs_newSup->bv_val, e
[all...]
H A Dtools.cpp94 holes[i].id, holes[i].dn.bv_val);
143 myDn.bv_val = myDNbuf;
323 dptr->dn.bv_val = (char *)(dptr+1);
324 strcpy(dptr->dn.bv_val, npdn.bv_val );
332 snprintf( text->bv_val, text->bv_len,
336 "=> ndb_tool_next_id: %s\n", text->bv_val, 0, 0 );
352 snprintf( text->bv_val, text->bv_len,
356 "=> ndb_tool_next_id: %s\n", text->bv_val, 0, 0 );
376 free(holes[i].dn.bv_val);
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/clients/tools/
H A Dldapmodify.c101 ((a)->bv_len == (b)->bv_len && 0 == strcasecmp((a)->bv_val, (b)->bv_val))
462 if( vals[i].bv_len == 0 || lutil_atoi( &v, vals[i].bv_val) != 0 || v != 1 ) {
465 prog, vals[i].bv_val, linenum );
470 dn = vals[i].bv_val;
503 prog, BV_CONTROL.bv_val, linenum+i, ldap_err2string(rc) );
510 prog, btype[i-1].bv_val, linenum+i );
523 if ( !isspace( (unsigned char) vals[i].bv_val[icnt] ) ) {
531 prog, BV_CHANGETYPE.bv_val, vals[i].bv_val, linenu
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-bdb/
H A Dtools.c173 if( eh.bv.bv_val ) {
174 ch_free( eh.bv.bv_val );
175 eh.bv.bv_val = NULL;
192 holes[i].id, holes[i].dn.bv_val);
352 dptr = eh.bv.bv_val;
353 eh.bv.bv_val = ehbuf;
356 eoff = eh.data - eh.bv.bv_val;
357 eh.bv.bv_val = dptr;
374 eh.bv.bv_val = ch_realloc( eh.bv.bv_val, e
[all...]

Completed in 303 milliseconds

1234567891011>>