Home
last modified time | relevance | path

Searched refs:LDAP_C (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/lib/libldap5/include/ldap/
H A Dsolaris-int.h93 typedef int (LDAP_C LDAP_CALLBACK LDAP_IOF_READ_CALLBACK)( LBER_SOCKET s,
95 typedef int (LDAP_C LDAP_CALLBACK LDAP_IOF_WRITE_CALLBACK)( LBER_SOCKET s,
97 typedef int (LDAP_C LDAP_CALLBACK LDAP_X_EXTIOF_READ_CALLBACK)( int s,
99 typedef int (LDAP_C LDAP_CALLBACK LDAP_X_EXTIOF_WRITE_CALLBACK)( int s,
101 typedef int (LDAP_C LDAP_CALLBACK LDAP_X_EXTIOF_WRITEV_CALLBACK)(int s,
123 typedef void * (LDAP_C LDAP_CALLBACK LDAP_MALLOC_CALLBACK)( size_t size );
124 typedef void * (LDAP_C LDAP_CALLBACK LDAP_CALLOC_CALLBACK)( size_t nelem,
126 typedef void * (LDAP_C LDAP_CALLBACK LDAP_REALLOC_CALLBACK)( void *ptr,
128 typedef void (LDAP_C LDAP_CALLBACK LDAP_FREE_CALLBACK)( void *ptr );
238 typedef int (LDAP_C LDAP_CALLBACK LDAP_X_EXTIOF_CONNECT_CALLBACK )(
[all …]
H A Dsrchpref.h55 #define LDAP_C __cdecl macro
65 #define LDAP_C
H A Ddisptmpl.h54 #define LDAP_C __cdecl macro
64 #define LDAP_C
/titanic_41/usr/src/head/
H A Dldap.h1221 typedef void *(LDAP_C LDAP_CALLBACK LDAP_TF_MUTEX_ALLOC_CALLBACK)(void);
1222 typedef void (LDAP_C LDAP_CALLBACK LDAP_TF_MUTEX_FREE_CALLBACK)(void *m);
1223 typedef int (LDAP_C LDAP_CALLBACK LDAP_TF_MUTEX_LOCK_CALLBACK)(void *m);
1224 typedef int (LDAP_C LDAP_CALLBACK LDAP_TF_MUTEX_UNLOCK_CALLBACK)(void *m);
1225 typedef int (LDAP_C LDAP_CALLBACK LDAP_TF_GET_ERRNO_CALLBACK)(void);
1226 typedef void (LDAP_C LDAP_CALLBACK LDAP_TF_SET_ERRNO_CALLBACK)(int e);
1227 typedef int (LDAP_C LDAP_CALLBACK LDAP_TF_GET_LDERRNO_CALLBACK)(
1229 typedef void (LDAP_C LDAP_CALLBACK LDAP_TF_SET_LDERRNO_CALLBACK)(int err,
1254 typedef const struct berval *(LDAP_C LDAP_CALLBACK
1256 typedef int (LDAP_C LDAP_CALLBACK
[all …]
H A Dlber.h115 #define LDAP_C __cdecl macro
125 #define LDAP_C macro
167 ber_tag_t LDAP_C ber_scanf(BerElement *ber, const char *fmt,
196 int LDAP_C ber_printf(BerElement *ber, const char *fmt, ...);
/titanic_41/usr/src/lib/libldap5/sources/ldap/common/
H A Dsort.c65 static int LDAP_C LDAP_CALLBACK
140 typedef int (LDAP_C LDAP_CALLBACK LDAP_CHARCMP_CALLBACK)(char*, char*);
141 typedef int (LDAP_C LDAP_CALLBACK LDAP_VOIDCMP_CALLBACK)(const void*,
148 LDAP_C
165 LDAP_C
H A Dufn.c527 LDAP_C
/titanic_41/usr/src/lib/libldap5/sources/ldap/ber/
H A Dlber-int.h120 typedef int (LDAP_C LDAP_CALLBACK *IFP)();
H A Dencode.c561 LDAP_C
H A Ddecode.c431 LDAP_C