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

/freebsd-11-stable/contrib/apr/file_io/unix/
H A Ddir.c31 static apr_status_t dir_cleanup(void *thedir) function
104 apr_pool_cleanup_register((*new)->pool, *new, dir_cleanup,
111 return apr_pool_cleanup_run(thedir->pool, thedir, dir_cleanup);

Completed in 206 milliseconds