Lines Matching refs:fd
412 apr_file_t *fd;
444 if (apr_file_open(&fd, nextpath, APR_FOPEN_READ
447 if (apr_file_read_full(fd, &format, len, &len)
452 apr_file_seek(fd, APR_SET, &offset);
456 if (apr_file_read_full(fd, &disk_info, len, &len)
462 if (apr_file_read_full(fd, url, len, &len)
470 &hinfo, APR_FINFO_SIZE, fd)) {
565 apr_file_close(fd);
601 apr_file_t *fd;
616 fd = NULL;
761 if (apr_file_open(&fd, nextpath, APR_FOPEN_READ | APR_FOPEN_BINARY,
764 if (apr_file_read_full(fd, &format, len,
769 apr_file_seek(fd, APR_SET, &offset);
773 if (apr_file_read_full(fd, &disk_info, len,
775 apr_file_close(fd);
793 apr_file_close(fd);
802 apr_file_close(fd);
818 apr_file_close(fd);
824 apr_file_close(fd);
854 if (apr_file_open(&fd, nextpath, APR_FOPEN_READ | APR_FOPEN_BINARY,
857 if (apr_file_read_full(fd, &format, len,
864 if (apr_file_read_full(fd, &expires, len,
868 apr_file_close(fd);
885 apr_file_seek(fd, APR_SET, &offset);
889 if (apr_file_read_full(fd, &disk_info, len,
891 apr_file_close(fd);
904 apr_file_close(fd);
908 apr_file_close(fd);
914 apr_file_close(fd);