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

/httpd/modules/generators/
H A Dmod_autoindex.c2010 apr_dir_t *thedir; local
2025 if ((status = apr_dir_open(&thedir, name, r->pool)) != APR_SUCCESS) {
2058 apr_dir_close(thedir);
2212 status = apr_dir_read(&dirent, APR_FINFO_MIN | APR_FINFO_NAME, thedir);
2262 apr_dir_close(thedir);
/httpd/modules/lua/
H A Dlua_request.c1438 apr_dir_t *thedir; local
1447 if (apr_dir_open(&thedir, directory, r->pool) == APR_SUCCESS) {
1451 status = apr_dir_read(&file_info, APR_FINFO_NAME, thedir);
1463 apr_dir_close(thedir);

Completed in 451 milliseconds