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

/macosx-10.10/apr-32/apr/apr/file_io/win32/
H A Ddir.c38 static apr_status_t dir_cleanup(void *thedir) function
94 apr_pool_cleanup_register((*new)->pool, (void *)(*new), dir_cleanup,
99 dir_cleanup(*new);
108 apr_pool_cleanup_kill(dir->pool, dir, dir_cleanup);
109 return dir_cleanup(dir);
267 rv = dir_cleanup(dir);
/macosx-10.10/apr-32/apr/apr/file_io/unix/
H A Ddir.c28 __private_extern__ apr_status_t dir_cleanup(void *thedir);
30 __private_extern__ apr_status_t dir_cleanup(void *thedir) function
99 apr_pool_cleanup_register((*new)->pool, *new, dir_cleanup,
107 return apr_pool_cleanup_run(thedir->pool, thedir, dir_cleanup);
/macosx-10.10/apr-32/apr/apr/file_io/os2/
H A Ddir.c24 static apr_status_t dir_cleanup(void *thedir) function
48 apr_pool_cleanup_register(pool, thedir, dir_cleanup, apr_pool_cleanup_null);

Completed in 139 milliseconds