Home
last modified time | relevance | path

Searched refs:apr_file_flush_locked (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/apr/file_io/unix/
HDreadwrite.c37 rv = apr_file_flush_locked(thefile); in file_read_buffered()
172 rv = apr_file_flush_locked(thefile); in apr_file_write()
236 rv = apr_file_flush_locked(thefile); in apr_file_writev()
309 apr_status_t apr_file_flush_locked(apr_file_t *thefile) in apr_file_flush_locked() function
340 rv = apr_file_flush_locked(thefile); in apr_file_flush()
356 rv = apr_file_flush_locked(thefile); in apr_file_sync()
380 rv = apr_file_flush_locked(thefile);
421 rv = apr_file_flush_locked(thefile);
HDseek.c25 rv = apr_file_flush_locked(thefile); in setptr()
116 rc = apr_file_flush_locked(fp); in apr_file_trunc()
HDbuffer.c31 rv = apr_file_flush_locked(file); in apr_file_buffer_set()
HDfilestat.c135 apr_status_t rv = apr_file_flush_locked(thefile); in apr_file_info_get_locked()
/NextBSD/contrib/apr/include/arch/unix/
HDapr_arch_file_io.h168 apr_status_t apr_file_flush_locked(apr_file_t *thefile);