Searched refs:LDAP_C (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/lib/libldap5/include/ldap/ |
H A D | solaris-int.h | 93 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 D | srchpref.h | 55 #define LDAP_C __cdecl macro 65 #define LDAP_C
|
H A D | disptmpl.h | 54 #define LDAP_C __cdecl macro 64 #define LDAP_C
|
/titanic_50/usr/src/head/ |
H A D | ldap.h | 1221 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 D | lber.h | 115 #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_50/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | sort.c | 65 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 D | ufn.c | 527 LDAP_C
|
/titanic_50/usr/src/lib/libldap5/sources/ldap/ber/ |
H A D | lber-int.h | 120 typedef int (LDAP_C LDAP_CALLBACK *IFP)();
|
H A D | encode.c | 561 LDAP_C
|
H A D | decode.c | 431 LDAP_C
|