Searched refs:filehand (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/apr/misc/unix/
H A Dotherchild.c74 ocr->write_fd = write_fd->filehand;
/freebsd-11-stable/contrib/apr/include/
H A Dapr_file_info.h212 struct apr_file_t *filehand; member in struct:apr_finfo_t
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dio.c2022 apr_os_file_t filehand;
2035 apr_os_file_get(&filehand, file);
2038 filehand, wdest, wdest_len,
2713 apr_os_file_t filehand;
2730 apr_os_file_get(&filehand, file);
2737 if (! FlushFileBuffers(filehand))
2747 rv = fcntl(filehand, F_FULLFSYNC, 0);
2749 rv = fsync(filehand);
2017 apr_os_file_t filehand; local
2706 apr_os_file_t filehand; local

Completed in 80 milliseconds