Searched refs:LDAP_CALLBACK (Results 1 – 10 of 10) sorted by relevance
/titanic_41/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 | 58 #define LDAP_CALLBACK _loadds macro 60 #define LDAP_CALLBACK 66 #define LDAP_CALLBACK
|
H A D | disptmpl.h | 57 #define LDAP_CALLBACK _loadds macro 59 #define LDAP_CALLBACK 65 #define LDAP_CALLBACK
|
/titanic_41/usr/src/lib/libldap5/sources/ldap/prldap/ |
H A D | ldappr-io.c | 47 static int LDAP_CALLBACK prldap_read( int s, void *buf, int bufsize, 49 static int LDAP_CALLBACK prldap_write( int s, const void *buf, int len, 51 static int LDAP_CALLBACK prldap_poll( LDAP_X_PollFD fds[], int nfds, 53 static int LDAP_CALLBACK prldap_connect( const char *hostlist, int defport, 62 static int LDAP_CALLBACK prldap_close( int s, 64 static int LDAP_CALLBACK prldap_newhandle( LDAP *ld, 66 static void LDAP_CALLBACK prldap_disposehandle( LDAP *ld, 68 static int LDAP_CALLBACK prldap_shared_newhandle( LDAP *ld, 70 static void LDAP_CALLBACK prldap_shared_disposehandle( LDAP *ld, 180 static int LDAP_CALLBACK [all …]
|
/titanic_41/usr/src/head/ |
H A D | ldap.h | 1207 typedef int (LDAP_CALL LDAP_CALLBACK LDAP_REBINDPROC_CALLBACK)(LDAP *ld, 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 [all …]
|
H A D | lber.h | 118 #define LDAP_CALLBACK _loadds macro 120 #define LDAP_CALLBACK macro 126 #define LDAP_CALLBACK macro
|
/titanic_41/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*, 149 LDAP_CALLBACK 166 LDAP_CALLBACK
|
H A D | os-ip.c | 1512 static int LDAP_CALLBACK 1523 static int LDAP_CALLBACK 1534 static int LDAP_CALLBACK 1664 static int LDAP_CALLBACK 1744 static int LDAP_CALLBACK
|
/titanic_41/usr/src/lib/libldap5/sources/ldap/ber/ |
H A D | lber-int.h | 120 typedef int (LDAP_C LDAP_CALLBACK *IFP)();
|
/titanic_41/usr/src/cmd/ldap/common/ |
H A D | common.c | 1925 LDAP_CALLBACK
|