version 1.44, 2005/04/15 04:18:18
|
version 1.45, 2005/04/22 20:27:29
|
Line 1
|
Line 1
|
/* ldap_pvt_thread.h - ldap threads header file */ |
/* ldap_pvt_thread.h - ldap threads header file */ |
/* $OpenLDAP: pkg/ldap/include/ldap_pvt_thread.h,v 1.43 2005/03/07 20:02:31 hyc Exp $ */ |
/* $OpenLDAP: pkg/ldap/include/ldap_pvt_thread.h,v 1.44 2005/04/15 04:18:18 hyc Exp $ */ |
/* This work is part of OpenLDAP Software <http://www.openldap.org/>. |
/* This work is part of OpenLDAP Software <http://www.openldap.org/>. |
* |
* |
* Copyright 1998-2005 The OpenLDAP Foundation. |
* Copyright 1998-2005 The OpenLDAP Foundation. |
Line 202 ldap_pvt_thread_pool_setkey LDAP_P((
|
Line 202 ldap_pvt_thread_pool_setkey LDAP_P((
|
void *data, |
void *data, |
ldap_pvt_thread_pool_keyfree_t *kfree )); |
ldap_pvt_thread_pool_keyfree_t *kfree )); |
|
|
|
LDAP_F( void ) |
|
ldap_pvt_thread_pool_purgekey LDAP_P(( void *key )); |
|
|
LDAP_F( void *) |
LDAP_F( void *) |
ldap_pvt_thread_pool_context LDAP_P(( void )); |
ldap_pvt_thread_pool_context LDAP_P(( void )); |
|
|