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

/httpd/modules/dav/fs/
H A Drepos.c877 static apr_status_t tmpfile_cleanup(void *data) function
938 apr_pool_cleanup_register(p, ds, tmpfile_cleanup,
976 apr_pool_cleanup_run(stream->p, stream, tmpfile_cleanup);
997 apr_pool_cleanup_kill(stream->p, stream, tmpfile_cleanup);

Completed in 710 milliseconds