Searched refs:filehand (Results 1 – 3 of 3) sorted by relevance
212 struct apr_file_t *filehand; member
74 ocr->write_fd = write_fd->filehand; in apr_proc_other_child_register()
2017 apr_os_file_t filehand; in io_win_read_link() local2030 apr_os_file_get(&filehand, file); in io_win_read_link()2033 filehand, wdest, wdest_len, in io_win_read_link()2706 apr_os_file_t filehand; in svn_io_file_flush_to_disk() local2723 apr_os_file_get(&filehand, file); in svn_io_file_flush_to_disk()2730 if (! FlushFileBuffers(filehand)) in svn_io_file_flush_to_disk()2740 rv = fcntl(filehand, F_FULLFSYNC, 0); in svn_io_file_flush_to_disk()2742 rv = fsync(filehand); in svn_io_file_flush_to_disk()