Searched refs:APR_SET (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-11-stable/contrib/apr/file_io/unix/
H A Dseek.c65 case APR_SET:
135 return apr_file_seek(fp, APR_SET, &offset);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Drecovery.c166 SVN_ERR(svn_io_file_seek(rev_file->file, APR_SET, &offset, pool));
189 SVN_ERR(svn_io_file_seek(rev_file->file, APR_SET, &offset, pool));
324 SVN_ERR(svn_io_file_seek(rev_file->file, APR_SET, &start, pool));
H A Dstats.c465 SVN_ERR(svn_io_file_seek(revision_info->rev_file->file, APR_SET,
533 SVN_ERR(svn_io_file_seek(revision_info->rev_file->file, APR_SET,
730 SVN_ERR(svn_io_file_seek(info->rev_file->file, APR_SET, &start,
H A Dpack.c621 SVN_ERR(svn_io_file_seek(rev_file, APR_SET, &source_offset, pool));
753 SVN_ERR(svn_io_file_seek(rev_file->file, APR_SET, &source_offset, pool));
1156 SVN_ERR(svn_io_file_seek(temp_file, APR_SET, &item->offset, pool));
1387 SVN_ERR(svn_io_file_seek(rev_file->file, APR_SET, &offset,
H A Dverify.c186 SVN_ERR(svn_io_file_seek(file, APR_SET, &start, scratch_pool));
H A Dindex.c1952 SVN_ERR(svn_io_file_seek(proto_index, APR_SET, &offset, scratch_pool));
3117 SVN_ERR(svn_io_file_seek(rev_file->file, APR_SET, &entry->offset,
H A Dfs_fs.c2396 SVN_ERR(svn_io_file_seek(rev_file->file, APR_SET, &offset, pool));
/freebsd-11-stable/contrib/apr/mmap/unix/
H A Dmmap.c104 apr_file_seek(file, APR_SET, &offset);
/freebsd-11-stable/contrib/apr-util/test/
H A Dtestxml.c51 rv = apr_file_seek(*fd, APR_SET, &off);
84 rv = apr_file_seek(*fd, APR_SET, &off);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_diff/
H A Dparse-diff.c355 SVN_ERR(svn_io_file_seek(b85b->file, APR_SET, &b85b->next_pos,
687 SVN_ERR(svn_io_file_seek(file, APR_SET, &range->current, scratch_pool));
733 SVN_ERR(svn_io_file_seek(file, APR_SET, &start, scratch_pool));
745 SVN_ERR(svn_io_file_seek(file, APR_SET, &pos, scratch_pool));
819 SVN_ERR(svn_io_file_seek(hunk->apr_file, APR_SET,
842 SVN_ERR(svn_io_file_seek(hunk->apr_file, APR_SET, &start,
858 SVN_ERR(svn_io_file_seek(hunk->apr_file, APR_SET, &pos, scratch_pool));
1141 SVN_ERR(svn_io_file_seek(apr_file, APR_SET, &off, iterpool));
1164 SVN_ERR(svn_io_file_seek(apr_file, APR_SET, &pos, iterpool));
1393 SVN_ERR(svn_io_file_seek(apr_file, APR_SET,
[all...]
H A Ddiff_file.c149 SVN_ERR(svn_io_file_seek(file, APR_SET, &offset, scratch_pool));
/freebsd-11-stable/contrib/apr-util/dbm/sdbm/
H A Dsdbm.c212 if ((status = apr_file_seek(db->pagf, APR_SET, &off)) == APR_SUCCESS)
389 if ((status = apr_file_seek(f, APR_SET, &off)) != APR_SUCCESS ||
542 if ((status = apr_file_seek(db->dirf, APR_SET, &off)) == APR_SUCCESS)
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Drequest_body.c179 SVN_ERR(svn_io_file_seek(b->file, APR_SET, &offset, scratch_pool));
/freebsd-11-stable/contrib/apr-util/buckets/
H A Dapr_buckets_file.c116 rv = apr_file_seek(f, APR_SET, &fileoffset);
/freebsd-11-stable/contrib/apr/include/
H A Dapr_file_io.h145 #define APR_SET SEEK_SET macro
680 * @li #APR_SET -- set the offset to offset
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dbatch_fsync.c434 SVN_ERR(svn_io_file_seek(*file, APR_SET, &offset, scratch_pool));
H A Dpack.c1151 SVN_ERR(svn_io_file_seek(temp_file, APR_SET, &entry->offset, iterpool));
1276 SVN_ERR(svn_io_file_seek(temp_file, APR_SET, &entry->offset,
1363 SVN_ERR(svn_io_file_seek(temp_file, APR_SET, &entry->offset,
1605 SVN_ERR(svn_io_file_seek(temp_file, APR_SET, &entry->offset,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dspillbuf.c433 APR_SET, &output_unused,
H A Dio.c4160 SVN_ERR(svn_io_file_seek(file, APR_SET, &aligned_offset,
4174 SVN_ERR(svn_io_file_seek(file, APR_SET, &offset, scratch_pool));
4355 SVN_ERR(svn_io_file_seek(file, APR_SET, &offset, pool));
4375 SVN_ERR(svn_io_file_seek(file, APR_SET, &position, pool));
5732 SVN_ERR(svn_io_file_seek(file, APR_SET, &pos, scratch_pool));
H A Dstream.c815 SVN_ERR(svn_io_file_seek(btn->file, APR_SET, &offset, btn->pool));
978 SVN_ERR(svn_io_file_seek(file, APR_SET, &offset, pool));
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Dhooks.c302 return svn_io_file_seek(*f, APR_SET, &offset, pool);
H A Ddump_editor.c975 SVN_ERR(svn_io_file_seek(eb->delta_file, APR_SET, &offset, pool));
H A Ddump.c354 return svn_io_file_seek(*tempfile, APR_SET, &offset, pool);
/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Dfile-merge.c530 SVN_ERR(svn_io_file_seek(temp_file, APR_SET, &pos, scratch_pool));
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dpatch.c851 SVN_ERR(svn_io_file_seek(file, APR_SET, &offset, scratch_pool));
2668 SVN_ERR(svn_io_file_seek(target->file, APR_SET, &start, iterpool));

Completed in 245 milliseconds

12