APR_SENDFILE_ENABLED  454 modules/cache/mod_disk_cache.c #ifdef APR_SENDFILE_ENABLED
APR_SENDFILE_ENABLED  455 modules/cache/mod_disk_cache.c     flags |= APR_SENDFILE_ENABLED;
APR_SENDFILE_ENABLED  680 modules/cache/mod_mem_cache.c             mobj->flags = ((APR_SENDFILE_ENABLED & apr_file_flags_get(file))
APR_SENDFILE_ENABLED 3680 server/core.c                                                  ? 0 : APR_SENDFILE_ENABLED)
APR_SENDFILE_ENABLED  834 server/core_filters.c             if (apr_file_flags_get(fd) & APR_SENDFILE_ENABLED) {
APR_SENDFILE_ENABLED  410 srclib/apr/file_io/win32/open.c         if (flag & APR_SENDFILE_ENABLED) {    
APR_SENDFILE_ENABLED  430 srclib/apr/file_io/win32/open.c         flag &= ~APR_SENDFILE_ENABLED;