HomeSort by: relevance | last modified time | path
    Searched defs:bvals (Results 1 - 13 of 13) sorted by relevancy

  /src/external/bsd/openldap/dist/libraries/libldap/
test.c 179 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;
  /src/external/bsd/openldap/dist/tests/progs/
slapd-watcher.c 353 struct berval dn, bv, *bvals, **bvp = &bvals; local
362 if ( !ber_bvcmp( &bv, &at_monitorOpCompleted ) && bvals ) {
363 c->ops[op] = strtoul( bvals[0].bv_val, NULL, 0 );
366 if ( bvals ) {
367 ber_memfree( bvals );
368 bvals = NULL;
460 struct berval dn, bv, *bvals, **bvp = &bvals; local
480 if (!ber_bvcmp( &bv, &at_namingContexts ) && bvals ) {
667 struct berval dn, bv, *bvals, **bvp = &bvals; local
    [all...]
  /src/external/bsd/openldap/dist/clients/tools/
ldapsearch.c 1951 struct berval bv, *bvals, **bvp = &bvals; local
1995 } else if ( bvals ) {
1996 for ( i = 0; bvals[i].bv_val != NULL; i++ ) {
1998 ldif_is_not_printable( bvals[i].bv_val, bvals[i].bv_len )))
2019 if ( fwrite( bvals[ i ].bv_val,
2020 bvals[ i ].bv_len, 1, tmpfp ) == 0 )
2037 bvals[ i ].bv_val, bvals[ i ].bv_len )
    [all...]
  /src/external/bsd/openldap/dist/contrib/ldaptcl/
neoXldap.c 103 #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...]
  /src/external/bsd/openldap/dist/servers/slapd/
aci.c 872 BerVarray bvals = NULL; local
898 ret = backend_attribute( op, NULL, &parent_ndn, ad, &bvals, ACL_AUTH );
908 if ( !bvals ) {
912 for ( i = 0; !BER_BVISNULL( &bvals[i] ); i++ ) {
914 &bvals[i],
acl.c 2110 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 = (BerVarray)slap_sl_malloc( sizeof( BerValue ) * 2
2383 BerVarray bvals = NULL; local
    [all...]
syncrepl.c 628 struct berval bv, *bvals, **bvp = &bvals;; local
636 first = strtoul( bvals[0].bv_val, NULL, 0 );
639 last = strtoul( bvals[0].bv_val, NULL, 0 );
3071 struct berval bv, bv2, *bvals = NULL; local
3111 while (( rc = ldap_get_attribute_ber( si->si_ld, msg, ber, &bv, &bvals ) )
3117 bdn = bvals[0];
3125 ch_free( bvals );
3132 int i = verb_to_mask( bvals[0].bv_val, modops );
3136 si->si_ridtxt, bvals[0].bv_val )
5148 struct berval bvals[2]; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
ptype.c 231 typedef enum bvals {my_false, my_true} boolean2; enum
ctf-ptype.c 215 typedef enum bvals {my_false, my_true} boolean2; enum
cvexpr.c 238 typedef enum bvals {my_false, my_true} boolean2; enum
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
ctf-ptype.c 215 typedef enum bvals {my_false, my_true} boolean2; enum
cvexpr.c 238 typedef enum bvals {my_false, my_true} boolean2; enum
ptype.c 231 typedef enum bvals {my_false, my_true} boolean2; enum

Completed in 32 milliseconds