HomeSort by: relevance | last modified time | path
    Searched refs:value_bv (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/openldap/dist/contrib/slapd-modules/datamorph/
datamorph.c 1479 char *ptr = ca->value_bv.bv_val + ca->value_bv.bv_len;
1515 ber_dupbv_x( &ca->value_bv, &bv, ca->ca_op->o_tmpmemctx );
1533 signed_bound = strtoll( ca->value_bv.bv_val, &ptr, 10 );
1535 unsigned_bound = strtoull( ca->value_bv.bv_val, &ptr, 10 );
1540 unsigned_bound = strtoull( ca->value_bv.bv_val, &ptr, 10 );
1543 if ( *ca->value_bv.bv_val == '\0' || *ptr != '\0' ) {
1546 ca->value_bv.bv_val );
1550 ch_free( ca->value_bv.bv_val );
1629 char *s = ca->value_bv.bv_val
    [all...]
  /src/external/bsd/openldap/dist/contrib/slapd-modules/variant/
variant.c 890 ca->value_bv = vei->dn;
913 vei->dn = ca->value_bv;
919 if ( !ber_bvcmp( &ca->value_bv, &vei2->dn ) ) {
964 char *p = ca->value_bv.bv_val,
965 *end = ca->value_bv.bv_val + ca->value_bv.bv_len;
968 ca->value_bv = vai->dn;
984 ca->value_bv.bv_val );
990 vai->dn = ca->value_bv;
1146 ber_str2bv( ca->argv[3], 0, 1, &ca->value_bv );
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-ldap/
chain.c 1563 c->value_bv.bv_len = STRLENOF( "resolve=" ) + resolve.bv_len
1566 c->value_bv.bv_val = ch_malloc( c->value_bv.bv_len + 1 );
1567 snprintf( c->value_bv.bv_val, c->value_bv.bv_len + 1,
1572 c->value_bv.bv_val = ch_realloc( c->value_bv.bv_val,
1573 c->value_bv.bv_len + STRLENOF( " critical" ) + 1 );
1574 AC_MEMCPY( &c->value_bv.bv_val[ c->value_bv.bv_len ]
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/
slap-config.h 197 #define value_bv values.v_bv macro
config.c 235 ber_str2bv( c->argv[1], 0, 1, &c->value_bv );
239 c->value_bv.bv_len = c->linelen;
240 c->value_bv.bv_val = ch_malloc( c->linelen );
241 AC_MEMCPY( c->value_bv.bv_val, c->line, c->linelen );
437 *(struct berval *)ptr = c->value_bv;
567 c->value_bv = *((struct berval *)ptr); break;
591 if ( !BER_BVISEMPTY( &c->value_bv )) {
592 bv = c->value_bv;
bconfig.c 3514 c->value_bv = c->be->be_rootpw;
3534 c->be->be_rootpw = c->value_bv;
4130 return ldap_pvt_tls_get_option( ld, flag, berval ? (void *)&c->value_bv : (void *)&c->value_string );
4137 rc = ldap_pvt_tls_set_option(ld, flag, berval ? (void *)&c->value_bv : (void *)c->argv[1]);
4138 if ( berval ) ch_free(c->value_bv.bv_val);
  /src/external/bsd/openldap/dist/servers/lloadd/
config.c 2170 berval ? (void *)&c->value_bv : (void *)&c->value_string );
2183 ld, flag, berval ? (void *)&c->value_bv : (void *)c->argv[1] );
2355 if ( !check_only ) ber_str2bv( c->argv[1], 0, 1, &c->value_bv );
2359 c->value_bv.bv_len = c->linelen;
2360 c->value_bv.bv_val = ch_malloc( c->linelen );
2361 AC_MEMCPY( c->value_bv.bv_val, c->line, c->linelen );
2546 *(struct berval *)ptr = c->value_bv;
3672 c->value_bv = b->b_uri;
3690 enum_to_verb( tlskey, b->b_tls_conf, &c->value_bv );
3716 rc = backend_config_url( b, &c->value_bv );
    [all...]
  /src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/
nssov.c 785 ber_str2bv( c->argv[1], 0, 1, &c->value_bv );
786 ber_bvarray_add( &ni->ni_pam_sessions, &c->value_bv );

Completed in 29 milliseconds