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

/httpd/server/
H A Dutil.c3071 static const char * const pw_cache_note_name = "conn_cache_note"; variable
3087 cache = (struct pw_cache *)apr_table_get(r->connection->notes, pw_cache_note_name);
3099 apr_table_setn(r->connection->notes, pw_cache_note_name, (void *)cache);

Completed in 21 milliseconds