Home
last modified time | relevance | path

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

/dports/www/uwsgi/uwsgi-2.0.20/core/
H A Dcache.c475 static uint64_t uwsgi_cache_get_index(struct uwsgi_cache *uc, char *key, uint16_t keylen) { in uwsgi_cache_get_index() function
533 return uwsgi_cache_get_index(uc, key, keylen); in uwsgi_cache_exists2()
570 uint64_t index = uwsgi_cache_get_index(uc, key, keylen); in uwsgi_cache_get2()
593 uint64_t index = uwsgi_cache_get_index(uc, key, keylen); in uwsgi_cache_num2()
611 uint64_t index = uwsgi_cache_get_index(uc, key, keylen); in uwsgi_cache_get3()
636 uint64_t index = uwsgi_cache_get_index(uc, key, keylen); in uwsgi_cache_get4()
662 if (!index) index = uwsgi_cache_get_index(uc, key, keylen); in uwsgi_cache_del2()
776 index = uwsgi_cache_get_index(uc, key, keylen); in uwsgi_cache_set2()