OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:berval
(Results
1 - 7
of
7
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winber.h
36
WINBERAPI BerElement *BERAPI ber_init (
BERVAL
*pBerVal);
38
WINBERAPI VOID BERAPI ber_bvfree (
BERVAL
*pBerVal);
40
WINBERAPI
BERVAL
*BERAPI ber_bvdup (
BERVAL
*pBerVal);
winldap.h
160
typedef struct
berval
{
struct
163
} LDAP_BERVAL,*PLDAP_BERVAL,
BERVAL
,*PBERVAL,BerValue;
184
struct
berval
ldctl_value;
190
struct
berval
ldctl_value;
215
struct
berval
**modv_bvals;
224
struct
berval
**modv_bvals;
345
WINLDAPAPI INT LDAPAPI ldap_sasl_bindA(LDAP *ExternalHandle,const PCHAR DistName,const PCHAR AuthMechanism,const
BERVAL
*cred,PLDAPControlA *ServerCtrls,PLDAPControlA *ClientCtrls,int *MessageNumber);
346
WINLDAPAPI INT LDAPAPI ldap_sasl_bindW(LDAP *ExternalHandle,const PWCHAR DistName,const PWCHAR AuthMechanism,const
BERVAL
*cred,PLDAPControlW *ServerCtrls,PLDAPControlW *ClientCtrls,int *MessageNumber);
347
WINLDAPAPI INT LDAPAPI ldap_sasl_bind_sA(LDAP *ExternalHandle,const PCHAR DistName,const PCHAR AuthMechanism,const
BERVAL
*cred,PLDAPControlA *ServerCtrls,PLDAPControlA *ClientCtrls,PBERVAL *ServerData);
348
WINLDAPAPI INT LDAPAPI ldap_sasl_bind_sW(LDAP *ExternalHandle,const PWCHAR DistName,const PWCHAR AuthMechanism,const
BERVAL
*cred,PLDAPControlW *ServerCtrls,PLDAPControlW *ClientCtrls,PBERVAL *ServerData)
[
all
...]
/external/curl/lib/
setup-os400.h
188
#define BerValue struct
berval
openldap.c
262
struct
berval
passwd;
446
struct
berval
bv, *bvals, **bvp = &bvals;
/external/curl/packages/OS400/
os400sys.c
1064
struct
berval
* *
1069
struct
berval
* * result;
1079
return (struct
berval
* *) NULL;
/external/ipsec-tools/src/racoon/
isakmp_xauth.c
806
struct
berval
cred;
807
struct
berval
**bv = NULL;
1040
struct
berval
cred;
[
all
...]
/external/curl/
acinclude.m4
414
BERVAL
*bvp = NULL;
721
BERVAL
*bvp = NULL;
[
all
...]
Completed in 1141 milliseconds