Home
last modified time | relevance | path

Searched refs:max_ltp_pause (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dtpool.c1113 int ret = 0, pause, max_ltp_pause; in handle_pause() local
1134 max_ltp_pause = pause_type==PAUSE_ARG(GO_UNIDLE) ? WANT_PAUSE : NOT_PAUSED; in handle_pause()
1162 if (pause > max_ltp_pause) { in handle_pause()
1166 } while (pool->ltp_pause > max_ltp_pause); in handle_pause()