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

/macosx-10.9.5/apache-786.1/httpd/srclib/apr/file_io/os2/
H A Dfilestat.c124 finfo->filetype = APR_NOFILE;
141 finfo->filetype = APR_NOFILE;
/macosx-10.9.5/apr-30/apr/apr/file_io/os2/
H A Dfilestat.c124 finfo->filetype = APR_NOFILE;
141 finfo->filetype = APR_NOFILE;
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/
H A Dapr_file_info.h48 * so the APR_NOFILE value must be distinct from APR_UNKFILE.
59 * filetype member is not determined, the type will be APR_NOFILE.
63 APR_NOFILE = 0, /**< no file type determined */ enumerator in enum:__anon6131
183 * APR_LNK or APR_SOCK. If the type is undetermined, the value is APR_NOFILE.
/macosx-10.9.5/apr-30/apr/apr/include/
H A Dapr_file_info.h48 * so the APR_NOFILE value must be distinct from APR_UNKFILE.
59 * filetype member is not determined, the type will be APR_NOFILE.
63 APR_NOFILE = 0, /**< no file type determined */ enumerator in enum:__anon6251
183 * APR_LNK or APR_SOCK. If the type is undetermined, the value is APR_NOFILE.
/macosx-10.9.5/apache-786.1/httpd/modules/mappers/
H A Dmod_dir.c300 else if ((r->finfo.filetype == APR_NOFILE) && (r->handler == NULL)) {
H A Dmod_negotiation.c3094 if (r->finfo.filetype != APR_NOFILE
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/file_io/netware/
H A Dfilestat.c35 apr_filetype_e type = APR_NOFILE;
/macosx-10.9.5/apr-30/apr/apr/file_io/netware/
H A Dfilestat.c35 apr_filetype_e type = APR_NOFILE;
/macosx-10.9.5/apache-786.1/httpd/modules/arch/win32/
H A Dmod_isapi.c1272 if (subreq->finfo.filetype == APR_NOFILE) {
1436 if (r->finfo.filetype == APR_NOFILE) {
/macosx-10.9.5/apache-786.1/httpd/server/
H A Drequest.c1009 thisinfo.filetype = APR_NOFILE;
1058 thisinfo.filetype == APR_NOFILE) {

Completed in 383 milliseconds