| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/ |
| winber.d | 42 struct BerValue { 46 alias BerValue LDAP_BERVAL, BERVAL; 47 alias BerValue* PLDAP_BERVAL, PBERVAL; 58 BerElement* ber_init(const(BerValue)*); 60 int ber_flatten(BerElement*, BerValue**); 66 void ber_bvfree(BerValue*); 67 void ber_bvecfree(BerValue**); 69 BerValue* ber_bvdup(BerValue*);
|
| winldap.d | 356 BerValue ldctl_value; 363 BerValue ldctl_value; 374 BerValue** modv_bvals; 379 BerValue** modv_bvals; 390 BerValue** mod_bvalues; 403 BerValue** mod_bvalues; 455 BerValue* ldvlv_attrvalue; 456 BerValue* ldvlv_context; 527 ULONG ldap_compare_extA(LDAP*, PCSTR, PCSTR, PCSTR, BerValue*, 529 ULONG ldap_compare_extW(LDAP*, PCWSTR, PCWSTR, PCWSTR, BerValue*, [all...] |
| /src/external/bsd/openldap/dist/contrib/ldapc++/src/ |
| LDAPAttribute.h | 68 * The BerValue struct is declared as:<BR> 72 * } BerValue; 74 LDAPAttribute(const char* name, BerValue **values); 95 int addValue(const BerValue *value); 111 * @param values 0-terminated array of BerValue*, each BerValue 117 int setValues(BerValue** values); 131 * 0-terminated Array of BerValue-structs as used by the C-API 133 * BerValue* (is dynamically allocated, delete it after usage) 137 BerValue** getBerValues() const [all...] |
| LDAPAttribute.cpp | 65 LDAPAttribute::LDAPAttribute(const char *name, BerValue **values){ 82 int LDAPAttribute::addValue(const BerValue *value){ 102 int LDAPAttribute::setValues(BerValue **values){ 106 for( BerValue **i=values; *i!=0; i++){ 125 BerValue** LDAPAttribute::getBerValues() const{ 131 BerValue **temp = (BerValue**) malloc(sizeof(BerValue*) * (size+1)); 136 temp[p]=(BerValue*) malloc(sizeof(BerValue)); [all...] |
| LDAPExtRequest.cpp | 44 BerValue* tmpdata=0; 46 tmpdata=(BerValue*) malloc(sizeof(BerValue));
|
| LDAPExtResult.cpp | 21 BerValue* data = 0;
|
| LDAPSaslBindResult.cpp | 21 BerValue* data = 0;
|
| LDAPBindRequest.cpp | 49 BerValue* tmpcred=0; 56 tmpcred=(BerValue*) malloc(sizeof(BerValue)); 91 BerValue tmpcred;
|
| LDAPCompareRequest.cpp | 47 BerValue **val=m_attr.getBerValues();
|
| LDAPAttributeList.cpp | 54 */ BerValue **values;
|
| /src/external/bsd/openldap/dist/libraries/libldap/ |
| getattr.c | 134 BerValue *attr, BerVarray *vals ) 151 ber_len_t siz = sizeof( BerValue );
|
| /src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| refint.c | 52 static BerValue refint_dn = BER_BVC("cn=Referential Integrity Overlay"); 53 static BerValue refint_ndn = BER_BVC("cn=referential integrity overlay"); 68 BerValue dn; /* target dn */ 69 BerValue ndn; 78 BerValue olddn; 79 BerValue oldndn; 80 BerValue newdn; 81 BerValue newndn; 87 BerValue dn; /* basedn in parent, */ 88 BerValue nothing; /* the nothing value, if needed * [all...] |
| otp.c | 624 BerValue *secret, client_otp; 681 BerValue out = { .bv_val = outbuf, .bv_len = sizeof(outbuf) }; 711 BerValue *secret, client_otp; 787 BerValue out = { .bv_val = outbuf, .bv_len = sizeof(outbuf) }; 820 BerValue totpdn = BER_BVNULL, hotpdn = BER_BVNULL, ndn; 879 BerValue bv[2], bv_drift[2];
|
| /src/external/bsd/openldap/dist/libraries/liblber/ |
| memory.c | 766 new = ber_memalloc_x(( i+1 ) * sizeof(BerValue), ctx ); 782 ber_bvarray_add_x( BerVarray *a, BerValue *bv, void *ctx ) 792 *a = (BerValue *) ber_memalloc_x( 2 * sizeof(BerValue), ctx ); 809 atmp = (BerValue *) ber_memrealloc_x( (char *) *a, 810 (n + 2) * sizeof(BerValue), ctx ); 827 ber_bvarray_add( BerVarray *a, BerValue *bv )
|
| encode.c | 117 ber_encode_oid( BerValue *in, BerValue *out )
|
| decode.c | 50 ber_decode_oid( BerValue *in, BerValue *out ) 580 BerValue bv; 594 BerValue bv;
|
| /src/external/bsd/openldap/dist/contrib/slapd-modules/autogroup/ |
| autogroup.c | 69 BerValue age_dn; 70 BerValue age_ndn; 113 autogroup_add_member_to_group( Operation *op, BerValue *dn, BerValue *ndn, autogroup_entry_t *age ) 118 BerValue *vals, *nvals; 129 vals = (BerValue *)ch_calloc( 2, sizeof( BerValue ) ); 130 nvals = (BerValue *)ch_calloc( 2, sizeof( BerValue ) ); 235 autogroup_delete_member_from_group( Operation *op, BerValue *dn, BerValue *ndn, autogroup_entry_t *age [all...] |
| /src/external/bsd/openldap/dist/servers/lloadd/ |
| upstream.c | 73 BerValue response, controls = BER_BVNULL; 319 sasl_bind_step( LloadConnection *c, BerValue *scred, BerValue *ccred ) 454 BerValue matcheddn, message; 485 BerValue scred = BER_BVNULL, ccred; 614 BerValue cred; 817 BerValue matcheddn, message, responseOid,
|
| bind.c | 40 BerValue binddn; 602 BerValue response; 765 BerValue matched, diagmsg; 871 BerValue matched, diagmsg, creds = BER_BVNULL, controls = BER_BVNULL;
|
| lload.h | 561 BerValue o_request, o_ctrls;
|
| /src/external/bsd/openldap/dist/include/ |
| lber.h | 217 } BerValue; 219 typedef BerValue *BerVarray; /* To distinguish from a single bv */ 674 ber_bvarray_add LDAP_P(( BerVarray *p, BerValue *bv ));
|
| lber_pvt.h | 148 ber_bvarray_add_x LDAP_P(( BerVarray *p, BerValue *bv, void *ctx ));
|
| /src/external/bsd/openldap/dist/servers/slapd/ |
| add.c | 492 attr->a_vals = (BerVarray) ch_calloc( i+1, sizeof( BerValue )); 504 attr->a_nvals = (BerVarray) ch_calloc( i+1, sizeof( BerValue ));
|
| /src/external/bsd/openldap/dist/clients/tools/ |
| ldapsearch.c | 199 BerValue *info ); 2121 BerValue *data )
|
| /src/external/bsd/openldap/dist/contrib/slapd-modules/datamorph/ |
| datamorph.c | 1001 BerValue *value = assertedValue; 1066 BerValue *value = assertedValue;
|