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

/netbsd-current/external/bsd/openldap/dist/tests/progs/
H A Dslapd-watcher.c348 struct berval dn, bv, *bvals, **bvp = &bvals; local
357 if ( !ber_bvcmp( &bv, &at_monitorOpCompleted ) && bvals ) {
358 c->ops[op] = strtoul( bvals[0].bv_val, NULL, 0 );
361 if ( bvals ) {
362 ber_memfree( bvals );
363 bvals = NULL;
455 struct berval dn, bv, *bvals, **bvp = &bvals; local
475 if (!ber_bvcmp( &bv, &at_namingContexts ) && bvals ) {
659 struct berval dn, bv, *bvals, **bvp = &bvals; local
[all...]
/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dtest.c179 struct berval **bvals; local
204 bvals = (struct berval **)calloc( i + 1,
207 bvals[i] = (struct berval *)malloc(
212 bvals[i] ) < 0 ) {
213 free( bvals );
220 bvals[i]->bv_val = tmp.mod_values[i];
221 bvals[i]->bv_len =
225 tmp.mod_bvalues = bvals;
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dacl.c2110 BerVarray bvals; member in struct:acl_set_gather_t
2119 BerValue bvals[ 2 ]; local
2131 bvalsp = bvals;
2132 bvals[ 0 ] = rs->sr_entry->e_nname;
2133 BER_BVZERO( &bvals[ 1 ] );
2145 p->bvals = slap_set_join( p->cookie, p->bvals,
2329 return p.bvals;
2336 BerVarray bvals = NULL; local
2347 bvals
2383 BerVarray bvals = NULL; local
[all...]
H A Daci.c870 BerVarray bvals = NULL; local
896 ret = backend_attribute( op, NULL, &parent_ndn, ad, &bvals, ACL_AUTH );
906 if ( !bvals ) {
910 for ( i = 0; !BER_BVISNULL( &bvals[i] ); i++ ) {
912 &bvals[i],
H A Dsyncrepl.c538 struct berval bv, *bvals, **bvp = &bvals;; local
546 first = strtoul( bvals[0].bv_val, NULL, 0 );
549 last = strtoul( bvals[0].bv_val, NULL, 0 );
2908 struct berval bv, bv2, *bvals = NULL; local
2948 while (( rc = ldap_get_attribute_ber( si->si_ld, msg, ber, &bv, &bvals ) )
2954 bdn = bvals[0];
2962 ch_free( bvals );
2971 int i = verb_to_mask( bvals[0].bv_val, modops );
2975 si->si_ridtxt, bvals[
4934 struct berval bvals[2]; local
[all...]
/netbsd-current/external/bsd/openldap/dist/contrib/ldaptcl/
H A DneoXldap.c103 #define ldap_value_free_len(bvals) ber_bvecfree(bvals)
199 struct berval **bvals; local
226 bvals = ldap_get_values_len(ldap, entry, attributeName);
228 if (bvals != NULL) {
229 /* Note here that the U.of.M. ldap will return a null bvals
240 for (i = 0; bvals[i] != NULL; i++) {
243 singleAttributeValueObj = Tcl_NewStringObj(bvals[i]->bv_val, bvals[i]->bv_len);
253 ldap_value_free_len(bvals);
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dptype.c231 typedef enum bvals {my_false, my_true} boolean2; enum
H A Dctf-ptype.c201 typedef enum bvals {my_false, my_true} boolean2; enum
H A Dcvexpr.c238 typedef enum bvals {my_false, my_true} boolean2; enum
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dctf-ptype.c213 typedef enum bvals {my_false, my_true} boolean2; enum
H A Dptype.c231 typedef enum bvals {my_false, my_true} boolean2; enum
H A Dcvexpr.c238 typedef enum bvals {my_false, my_true} boolean2; enum
/netbsd-current/external/bsd/openldap/dist/clients/tools/
H A Dldapsearch.c1945 struct berval bv, *bvals, **bvp = &bvals; local
1989 } else if ( bvals ) {
1990 for ( i = 0; bvals[i].bv_val != NULL; i++ ) {
1992 ldif_is_not_printable( bvals[i].bv_val, bvals[i].bv_len )))
2013 if ( fwrite( bvals[ i ].bv_val,
2014 bvals[ i ].bv_len, 1, tmpfp ) == 0 )
2031 bvals[ i ].bv_val, bvals[
[all...]

Completed in 145 milliseconds