HomeSort by: relevance | last modified time | path
    Searched defs:connection_pool (Results 1 - 2 of 2) 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 );
  /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 );

Completed in 31 milliseconds