Searched defs:pw_cache (Results 1 - 1 of 1) sorted by relevance

/httpd/server/
H A Dutil.c3072 struct pw_cache { struct
3084 struct pw_cache *cache;
3087 cache = (struct pw_cache *)apr_table_get(r->connection->notes, pw_cache_note_name);
3097 cache = apr_palloc(r->connection->pool, sizeof(struct pw_cache));

Completed in 1799 milliseconds