Searched refs:max_size (Results 1 – 7 of 7) sorted by relevance
118 if ((pool->max_size != 0) && (pool->curr_size >= pool->max_size)) in async_get_pool_job()348 int ASYNC_init_thread(size_t max_size, size_t init_size) in ASYNC_init_thread() argument353 if (init_size > max_size) { in ASYNC_init_thread()375 pool->max_size = max_size; in ASYNC_init_thread()
73 size_t max_size; member
52 int ASYNC_init_thread(size_t max_size, size_t init_size);
15 int ASYNC_init_thread(size_t max_size, size_t init_size);56 The I<max_size> argument limits the number of B<ASYNC_JOB>s that will be held in57 the pool. If I<max_size> is set to 0 then no upper limit is set. When an60 the pool does not exceed I<max_size>. When the pool is first initialised63 with a I<max_size> of 0 (no upper limit) and an I<init_size> of 0 (no
4150 size_t max_size) in ssl_hmac_final() argument4153 return EVP_MAC_final(ctx->ctx, md, len, max_size); in ssl_hmac_final()
734 size_t max_size);
1352 const size_t max_size = EVP_PKEY_get_size(sm2_pkey[testnum]); in SM2_sign_loop() local1355 sm2sigsize = max_size; in SM2_sign_loop()
Completed in 41 milliseconds