bvalue
const struct berval *bvalue, LDAPControl **serverctrls,
if (( rc = ldap_compare_ext( ld, dn, attrtype, bvalue, serverctrls,
const struct berval *bvalue, LDAPControl **serverctrls,
char *bvalue, *dvalue, *fvalue;
if ((rval = extract_bdf(value, &bvalue, &dvalue,
if (!bvalue | !dvalue | !fvalue) {
if ((rval = extract_bdf_arg(bvalue, "bus",
char *bvalue, *dvalue, *fvalue;
if ((rval = extract_bdf(value, &bvalue, &dvalue,
if (bvalue)
if ((rval = extract_bdf_arg(bvalue, "bus",
int bvalue;
name, &bvalue) == CTF_ERR || value != bvalue);
const char *attr, const struct berval *bvalue,
const char *attr, const struct berval *bvalue,
krb5_boolean bvalue;
if (!krb5_aprof_get_boolean(aprofile, hierarchy, TRUE, &bvalue)) {
rparams->realm_reject_bad_transit = bvalue;
LDAP_REQ_COMPARE, dn, attr, bvalue )) != 0 ) {
attr, bvalue->bv_val, (int)bvalue->bv_len /* XXX lossy cast */ )
const struct berval *bvalue, LDAPControl **serverctrls,
if (( err = ldap_compare_ext( ld, dn, attr, bvalue, serverctrls,
const struct berval *bvalue, LDAPControl **serverctrls,
if ( attr == NULL || bvalue == NULL || bvalue->bv_len == 0
char *dn, char *attr, struct berval *bvalue,
return (ldap_compare_ext(ld, dn, attr, bvalue,
char *dn, char *attr, struct berval *bvalue,
return (ldap_compare_ext_s(ld, dn, attr, bvalue,
DumpChar(bvalue(o),D);
#define l_isfalse(o) (ttisnil(o) || (ttisboolean(o) && bvalue(o) == 0))
return hashboolean(t, bvalue(key));
case LUA_TBOOLEAN: return bvalue(t1) == bvalue(t2); /* true must be 1 !! */