Searched refs:bvals (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dopenldap.c439 struct berval bv, *bvals, **bvp = &bvals; local
497 for(i=0; bvals[i].bv_val != NULL; i++) {
507 if(ISSPACE(bvals[i].bv_val[0]) ||
508 ISSPACE(bvals[i].bv_val[bvals[i].bv_len-1]))
513 for(j=0; j<bvals[i].bv_len; j++)
514 if(!ISPRINT(bvals[i].bv_val[j])) {
525 bvals[i].bv_val,
526 bvals[
[all...]
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/plugins/
H A Dldapdb.c146 struct berval **bvals; local
213 bvals = ldap_get_values_len(cp.ld, msg, attrs[i]);
214 if (!bvals) continue;
220 for ( j = 0; bvals[j] != NULL; j++ ) {
223 bvals[j]->bv_val,
224 bvals[j]->bv_len);
226 ber_bvecfree(bvals);
337 struct berval **bvals; local
401 bvals = ldap_get_values_len(cp.ld, msg, attrs[0]);
402 if (!bvals) continu
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dtest.c174 struct berval **bvals; local
199 bvals = (struct berval **)calloc( i + 1,
202 bvals[i] = (struct berval *)malloc(
207 bvals[i] ) < 0 ) {
208 free( bvals );
215 bvals[i]->bv_val = tmp.mod_values[i];
216 bvals[i]->bv_len =
220 tmp.mod_bvalues = bvals;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dacl.c2107 BerVarray bvals; member in struct:acl_set_gather_t
2116 BerValue bvals[ 2 ]; local
2128 bvalsp = bvals;
2129 bvals[ 0 ] = rs->sr_entry->e_nname;
2130 BER_BVZERO( &bvals[ 1 ] );
2142 p->bvals = slap_set_join( p->cookie, p->bvals,
2326 return p.bvals;
2333 BerVarray bvals = NULL; local
2344 bvals
2380 BerVarray bvals = NULL; local
[all...]
H A Daci.c866 BerVarray bvals = NULL; local
892 ret = backend_attribute( op, NULL, &parent_ndn, ad, &bvals, ACL_AUTH );
902 if ( !bvals ) {
906 for ( i = 0; !BER_BVISNULL( &bvals[i] ); i++ ) {
908 &bvals[i],
H A Dsyncrepl.c2274 struct berval bv, bv2, *bvals = NULL; local
2312 while (( rc = ldap_get_attribute_ber( si->si_ld, msg, ber, &bv, &bvals ) )
2318 bdn = bvals[0];
2326 ch_free( bvals );
2335 int i = verb_to_mask( bvals[0].bv_val, modops );
2339 si->si_ridtxt, bvals[0].bv_val, 0 );
2340 ch_free( bvals );
2348 rc = syncrepl_accesslog_mods( si, bvals, &modlist );
2350 rc = syncrepl_changelog_mods( si, bvals, &modlist );
2354 rdn = bvals[
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/ldaptcl/
H A DneoXldap.c101 #define ldap_value_free_len(bvals) ber_bvecfree(bvals)
197 struct berval **bvals; local
224 bvals = ldap_get_values_len(ldap, entry, attributeName);
226 if (bvals != NULL) {
227 /* Note here that the U.of.M. ldap will return a null bvals
238 for (i = 0; bvals[i] != NULL; i++) {
241 singleAttributeValueObj = Tcl_NewStringObj(bvals[i]->bv_val, bvals[i]->bv_len);
251 ldap_value_free_len(bvals);
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/clients/tools/
H A Dldapsearch.c1821 struct berval bv, *bvals, **bvp = &bvals; local
1865 } else if ( bvals ) {
1866 for ( i = 0; bvals[i].bv_val != NULL; i++ ) {
1868 ldif_is_not_printable( bvals[i].bv_val, bvals[i].bv_len )))
1889 if ( fwrite( bvals[ i ].bv_val,
1890 bvals[ i ].bv_len, 1, tmpfp ) == 0 )
1907 bvals[ i ].bv_val, bvals[
[all...]

Completed in 258 milliseconds