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

  /src/external/bsd/openldap/dist/servers/lloadd/
init.c 65 ldap_pvt_thread_pool_t connection_pool; variable
200 ldap_pvt_thread_pool_init_q( &connection_pool, connection_pool_max,
232 ldap_pvt_thread_pool_free( &connection_pool );
daemon.c 1378 int t = ldap_pvt_thread_pool_backload( &connection_pool );
1383 ldap_pvt_thread_pool_close( &connection_pool, 1 );
1510 &connection_pool, handle_pdus, backend_conn_cb, b );
1512 &connection_pool, upstream_bind, backend_conn_cb, b );
1534 &connection_pool, handle_pdus, backend_conn_cb, b );
1536 &connection_pool, upstream_bind, backend_conn_cb, b );
1709 &connection_pool, handle_pdus, backend_conn_cb, NULL );
1711 &connection_pool, upstream_bind, backend_conn_cb, NULL );
1761 &connection_pool, handle_pdus, client_tls_cb, NULL );
1790 &connection_pool, handle_pdus, backend_conn_cb, NULL )
    [all...]
connection.c 271 ldap_pvt_thread_pool_submit( &connection_pool, handle_pdus, c ) ) {
backend.c 470 &connection_pool, backend_connect_task, b, &b->b_cookie ) ) {
upstream.c 714 &connection_pool, upstream_bind, c ) ) {
monitor.c 606 &connection_pool, lload_monitor_release_conn, c );
config.c 1006 &connection_pool, c->value_uint );
1018 ldap_pvt_thread_pool_queues( &connection_pool, c->value_uint );
  /src/external/bsd/openldap/dist/servers/slapd/
init.c 66 ldap_pvt_thread_pool_t connection_pool; variable
146 ldap_pvt_thread_pool_init_q( &connection_pool,
240 ldap_pvt_thread_pool_close( &connection_pool, 1 );
258 ldap_pvt_thread_pool_free( &connection_pool );
connection.c 190 ldap_pvt_thread_pool_submit( &connection_pool,
1293 rc = ldap_pvt_thread_pool_submit( &connection_pool,
1716 rc = ldap_pvt_thread_pool_submit( &connection_pool,
1899 rc = ldap_pvt_thread_pool_submit( &connection_pool,
daemon.c 2408 rc = ldap_pvt_thread_pool_submit( &connection_pool,
2793 ldap_pvt_thread_pool_submit2( &connection_pool,
3134 if ( ldap_pvt_thread_pool_pausecheck_native( &connection_pool )) {
3178 int t = ldap_pvt_thread_pool_backload( &connection_pool );
3183 ldap_pvt_thread_pool_close( &connection_pool, 1 );
3282 ldap_pvt_thread_pool_submit( &connection_pool,
3499 rc = ldap_pvt_thread_pool_pause( &connection_pool );
3534 rc = ldap_pvt_thread_pool_resume( &connection_pool );
result.c 416 if ( ldap_pvt_thread_pool_pausing( &connection_pool ) > 0 ) {
1060 ldap_pvt_thread_pool_pausing( &connection_pool ) > 0 )
bconfig.c 1508 ldap_pvt_thread_pool_maxthreads(&connection_pool,
1515 ldap_pvt_thread_pool_queues(&connection_pool, 1);
1963 ldap_pvt_thread_pool_maxthreads(&connection_pool, c->value_int);
1977 ldap_pvt_thread_pool_queues(&connection_pool, c->value_int);
1983 ldap_pvt_thread_pool_maxthreads(&connection_pool, c->value_int);
6964 if ( ldap_pvt_thread_pool_query( &connection_pool,
7053 if ( ldap_pvt_thread_pool_query( &connection_pool,
proto-slap.h 2134 LDAP_SLAPD_V (ldap_pvt_thread_pool_t) connection_pool;
syncrepl.c 1309 if ( !ldap_pvt_thread_pool_pausewait( &connection_pool ))
2000 if ( ldap_pvt_thread_pool_pausing( &connection_pool )) {
  /src/external/bsd/openldap/dist/servers/slapd/back-monitor/
thread.c 158 if ( ldap_pvt_thread_pool_query( &connection_pool,
170 (void)ldap_pvt_thread_pool_query( &connection_pool,
322 if ( ldap_pvt_thread_pool_query( &connection_pool,
334 if ( ldap_pvt_thread_pool_query( &connection_pool,
  /src/external/bsd/openldap/dist/servers/slapd/back-mdb/
config.c 255 if ( slapd_shutdown || ldap_pvt_thread_pool_pausequery( &connection_pool )) {
tools.c 144 ldap_pvt_thread_pool_submit( &connection_pool,
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
autoca.c 524 return ldap_pvt_thread_pool_submit( &connection_pool, autoca_setca_task, bv );
refint.c 819 if ( ldap_pvt_thread_pool_pausing( &connection_pool ) > 0 ) {
syncprov.c 1143 ldap_pvt_thread_pool_submit2( &connection_pool,
2781 if ( !ldap_pvt_thread_pool_pausewait( &connection_pool ))
3220 if ( !ldap_pvt_thread_pool_pausewait( &connection_pool ))
accesslog.c 794 ldap_pvt_thread_pool_pausewait( &connection_pool );

Completed in 56 milliseconds