| /netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
| H A D | compare.c | 50 struct berval *bvalue, in ldap_build_compare_req() argument 66 LDAP_REQ_COMPARE, dn, attr, bvalue ); in ldap_build_compare_req() 105 struct berval *bvalue, in ldap_compare_ext() argument 127 ld, dn, attr, bvalue, sctrls, cctrls, &id ); in ldap_compare_ext() 152 struct berval bvalue; in ldap_compare() local 156 bvalue.bv_val = (char *) value; in ldap_compare() 157 bvalue.bv_len = (value == NULL) ? 0 : strlen( value ); in ldap_compare() 159 return ldap_compare_ext( ld, dn, attr, &bvalue, NULL, NULL, &msgid ) == LDAP_SUCCESS in ldap_compare() 168 struct berval *bvalue, in ldap_compare_ext_s() argument 176 rc = ldap_compare_ext( ld, dn, attr, bvalue, sctrl, cctrl, &msgid ); in ldap_compare_ext_s() [all …]
|
| H A D | ldap-int.h | 622 struct berval *bvalue,
|
| /netbsd-src/external/bsd/openldap/dist/clients/tools/ |
| H A D | ldapcompare.c | 105 struct berval *bvalue, 194 struct berval bvalue = { 0, NULL }; in main() local 221 bvalue.bv_val = strdup( sep ); in main() 222 bvalue.bv_len = strlen( bvalue.bv_val ); in main() 226 bvalue.bv_val = malloc( strlen( &sep[1] )); in main() 227 bvalue.bv_len = lutil_b64_pton( &sep[1], in main() 228 (unsigned char *) bvalue.bv_val, strlen( &sep[1] )); in main() 230 if (bvalue.bv_len == (ber_len_t)-1) { in main() 264 rc = docompare( ld, compdn, attrs, &bvalue, quiet, NULL, NULL ); in main() 266 free( bvalue.bv_val ); in main() [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/libctf/ |
| H A D | ctf-create.c | 1429 int bvalue; in enumcmp() local 1431 if (ctf_enum_value (ctb->ctb_dict, ctb->ctb_type, name, &bvalue) < 0) in enumcmp() 1437 if (value != bvalue) in enumcmp() 1441 value, bvalue); in enumcmp()
|
| /netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
| H A D | ctf-create.c | 1399 int bvalue; in enumcmp() local 1401 if (ctf_enum_value (ctb->ctb_dict, ctb->ctb_type, name, &bvalue) < 0) in enumcmp() 1407 if (value != bvalue) in enumcmp() 1411 value, bvalue); in enumcmp()
|
| /netbsd-src/external/cddl/osnet/dist/common/ctf/ |
| H A D | ctf_create.c | 1194 int bvalue; in enumcmp() local 1197 name, &bvalue) == CTF_ERR || value != bvalue); in enumcmp()
|
| /netbsd-src/external/bsd/openldap/dist/include/ |
| H A D | ldap.h | 1334 struct berval *bvalue, 1344 struct berval *bvalue,
|
| /netbsd-src/external/bsd/openldap/dist/doc/guide/admin/ |
| H A D | aspell.en.pws | 907 bvalue
|
| /netbsd-src/external/bsd/openldap/dist/doc/drafts/ |
| H A D | draft-ietf-ldapext-ldap-c-api-xx.txt | 1804 const struct berval *bvalue, 1814 const struct berval *bvalue, 1842 bvalue The attribute value to compare against those found in the
|