Searched refs:cache_size (Results 1 – 8 of 8) sorted by relevance
40 def add_session(cache_size=None, timeout=None): argument43 if cache_size is not None:44 session['cache_size'] = cache_size87 assert 'success' in add_session(cache_size=2)108 assert 'success' in add_session(cache_size=8)122 assert 'success' in add_session(cache_size=5, timeout=1)137 assert 'error' in add_session(cache_size=-1)138 assert 'error' in add_session(cache_size={})
18 size_t cache_size; in nxt_job_create() local28 cache_size = 0; in nxt_job_create()32 cache_size = size; in nxt_job_create()39 job->cache_size = (uint16_t) cache_size; in nxt_job_create()70 if (job->cache_size == 0) { in nxt_job_destroy()
40 uint16_t cache_size; member
86 size_t cache_size; member
78 static void nxt_ssl_session_cache(SSL_CTX *ctx, size_t cache_size,381 nxt_ssl_session_cache(ctx, tls_init->cache_size, tls_init->timeout); in nxt_openssl_server_init()833 nxt_ssl_session_cache(SSL_CTX *ctx, size_t cache_size, time_t timeout) argument835 if (cache_size == 0) {842 SSL_CTX_sess_set_cache_size(ctx, cache_size);
536 int64_t cache_size; in nxt_conf_vldt_tls_cache_size() local538 cache_size = nxt_conf_get_number(value); in nxt_conf_vldt_tls_cache_size()540 if (cache_size < 0) { in nxt_conf_vldt_tls_cache_size()
2052 tls_init->cache_size = 0; in nxt_router_conf_create()2057 tls_init->cache_size = nxt_conf_get_number(value); in nxt_router_conf_create()
4654 cache_size: 102404747 cache_size: 102404776 cache_size: 102404845 cache_size: 102404874 cache_size: 102406027 cache_size: