Home
last modified time | relevance | path

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

/lighttpd1.4/src/
H A Dmod_auth.c31 } http_auth_cache; typedef
36 http_auth_cache *auth_cache;
95 http_auth_cache_free (http_auth_cache *ac) in http_auth_cache_free()
105 static http_auth_cache *
108 http_auth_cache *ac = ck_malloc(sizeof(http_auth_cache)); in http_auth_cache_init()
206 http_auth_cache *ac = cpv->v.v; in TRIGGER_FUNC()