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()
1913 apr_os_file_t filehand; in io_win_read_link() local1926 apr_os_file_get(&filehand, file); in io_win_read_link()1929 filehand, wdest, wdest_len, in io_win_read_link()2457 apr_os_file_t filehand; in svn_io_file_flush_to_disk() local2466 apr_os_file_get(&filehand, file); in svn_io_file_flush_to_disk()2473 if (! FlushFileBuffers(filehand)) in svn_io_file_flush_to_disk()2482 rv = fcntl(filehand, F_FULLFSYNC, 0); in svn_io_file_flush_to_disk()2484 rv = fsync(filehand); in svn_io_file_flush_to_disk()