Searched refs:APR_UNKFILE (Results 1 – 3 of 3) sorted by relevance
137 return APR_UNKFILE; in filetype_from_dirent_type()216 if (type != APR_UNKFILE) { in apr_dir_read()269 if (type != APR_UNKFILE) { in apr_dir_read()
65 type = APR_UNKFILE; in filetype_from_mode()
71 APR_UNKFILE = 127 /**< a file of some other unknown type */ enumerator