Searched refs:connection_pool (Results 1 - 19 of 19) sorted by relevance

/netbsd-current/external/bsd/openldap/dist/servers/lloadd/
H A Dinit.c65 ldap_pvt_thread_pool_t connection_pool; variable
165 ldap_pvt_thread_pool_init_q( &connection_pool, connection_pool_max,
197 ldap_pvt_thread_pool_free( &connection_pool );
H A Ddaemon.c1368 int t = ldap_pvt_thread_pool_backload( &connection_pool );
1373 ldap_pvt_thread_pool_close( &connection_pool, 1 );
1463 &connection_pool, handle_pdus, backend_conn_cb, b );
1465 &connection_pool, upstream_bind, backend_conn_cb, b );
1477 &connection_pool, handle_pdus, backend_conn_cb, b );
1479 &connection_pool, upstream_bind, backend_conn_cb, b );
1614 &connection_pool, handle_pdus, backend_conn_cb, NULL );
1616 &connection_pool, upstream_bind, backend_conn_cb, NULL );
1666 &connection_pool, handle_pdus, client_tls_cb, NULL );
1696 &connection_pool, handle_pdu
[all...]
H A Dconnection.c271 ldap_pvt_thread_pool_submit( &connection_pool, handle_pdus, c ) ) {
H A Dbackend.c447 &connection_pool, backend_connect_task, b, &b->b_cookie ) ) {
H A Dupstream.c673 &connection_pool, upstream_bind, c ) ) {
H A Dconfig.c918 &connection_pool, c->value_uint );
930 ldap_pvt_thread_pool_queues( &connection_pool, c->value_uint );
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dinit.c66 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 );
H A Dresult.c362 ldap_pvt_thread_pool_idle( &connection_pool );
364 ldap_pvt_thread_pool_unidle( &connection_pool );
417 ldap_pvt_thread_pool_idle( &connection_pool );
421 ldap_pvt_thread_pool_unidle( &connection_pool );
1054 ldap_pvt_thread_pool_pausing( &connection_pool ) > 0 )
H A Dconnection.c190 ldap_pvt_thread_pool_submit( &connection_pool,
1286 rc = ldap_pvt_thread_pool_submit( &connection_pool,
1709 rc = ldap_pvt_thread_pool_submit( &connection_pool,
1892 rc = ldap_pvt_thread_pool_submit( &connection_pool,
H A Ddaemon.c2410 rc = ldap_pvt_thread_pool_submit( &connection_pool,
2783 ldap_pvt_thread_pool_submit2( &connection_pool,
3124 if ( ldap_pvt_thread_pool_pausecheck_native( &connection_pool )) {
3168 int t = ldap_pvt_thread_pool_backload( &connection_pool );
3173 ldap_pvt_thread_pool_close( &connection_pool, 1 );
3272 ldap_pvt_thread_pool_submit( &connection_pool,
3489 rc = ldap_pvt_thread_pool_pause( &connection_pool );
3524 rc = ldap_pvt_thread_pool_resume( &connection_pool );
H A Dbconfig.c1460 ldap_pvt_thread_pool_maxthreads(&connection_pool,
1467 ldap_pvt_thread_pool_queues(&connection_pool, 1);
1914 ldap_pvt_thread_pool_maxthreads(&connection_pool, c->value_int);
1928 ldap_pvt_thread_pool_queues(&connection_pool, c->value_int);
1934 ldap_pvt_thread_pool_maxthreads(&connection_pool, c->value_int);
H A Dproto-slap.h2111 LDAP_SLAPD_V (ldap_pvt_thread_pool_t) connection_pool;
H A Dsyncrepl.c1210 if ( !ldap_pvt_thread_pool_pausecheck( &connection_pool ))
1889 if ( ldap_pvt_thread_pool_pausing( &connection_pool )) {
1967 if ( !ldap_pvt_thread_pool_pausecheck( &connection_pool ))
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-monitor/
H A Dthread.c162 if ( ldap_pvt_thread_pool_query( &connection_pool,
174 (void)ldap_pvt_thread_pool_query( &connection_pool,
329 if ( ldap_pvt_thread_pool_query( &connection_pool,
341 if ( ldap_pvt_thread_pool_query( &connection_pool,
/netbsd-current/external/bsd/openldap/dist/servers/slapd/overlays/
H A Drefint.c807 if ( ldap_pvt_thread_pool_pausing( &connection_pool ) > 0 ) {
H A Dautoca.c520 return ldap_pvt_thread_pool_submit( &connection_pool, autoca_setca_task, bv );
H A Dsyncprov.c1111 ldap_pvt_thread_pool_submit2( &connection_pool,
2733 if ( !ldap_pvt_thread_pool_pausecheck( &connection_pool ))
3126 if ( !ldap_pvt_thread_pool_pausecheck( &connection_pool ))
H A Daccesslog.c773 ldap_pvt_thread_pool_pausecheck( &connection_pool );
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-mdb/
H A Dtools.c139 ldap_pvt_thread_pool_submit( &connection_pool,

Completed in 319 milliseconds