Searched refs:cleanup_tables (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/aaa/
H A Dmod_auth_digest.c195 static apr_status_t cleanup_tables(void *not_used) function
231 cleanup_tables(NULL);
382 /* Call cleanup_tables on exit or restart */
383 apr_pool_cleanup_register(p, NULL, cleanup_tables, apr_pool_cleanup_null);

Completed in 262 milliseconds