HomeSort by: relevance | last modified time | path
    Searched refs:ldap_pvt_thread_pool_close (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/openldap/dist/libraries/libldap/
ldap_thr_debug.h 124 #define ldap_pvt_thread_pool_close ldap_int_thread_pool_close macro
190 #undef ldap_pvt_thread_pool_close macro
tpool.c 832 * wrapper for ldap_pvt_thread_pool_close+free(), left around
840 if ( (rc = ldap_pvt_thread_pool_close( tpool, run_pending )) ) {
849 ldap_pvt_thread_pool_close ( ldap_pvt_thread_pool_t *tpool, int run_pending ) function
thr_debug.c 1245 ldap_pvt_thread_pool_close( ldap_pvt_thread_pool_t *tpool, int run_pending ) function
1248 ERROR_IF( !threading_enabled, "ldap_pvt_thread_pool_close" );
1252 ERROR( rc, "ldap_pvt_thread_pool_close" );
  /src/external/bsd/openldap/dist/servers/slapd/
init.c 240 ldap_pvt_thread_pool_close( &connection_pool, 1 );
daemon.c 3183 ldap_pvt_thread_pool_close( &connection_pool, 1 );
  /src/external/bsd/openldap/dist/include/
ldap_pvt_thread.h 310 ldap_pvt_thread_pool_close LDAP_P((
  /src/external/bsd/openldap/dist/servers/lloadd/
daemon.c 1383 ldap_pvt_thread_pool_close( &connection_pool, 1 );

Completed in 23 milliseconds