]> granicus.if.org Git - apache/commit
add ap_full_read() and ap_full_write(). they guarantee to read/write the
authorGreg Stein <gstein@apache.org>
Sat, 15 Jul 2000 02:07:21 +0000 (02:07 +0000)
committerGreg Stein <gstein@apache.org>
Sat, 15 Jul 2000 02:07:21 +0000 (02:07 +0000)
commitd3b192ab05be729d602a65697ffbc4d63982e9a7
tree2a1322e0f1389e956e2b958b31a0165bb18d4591
parent24c8105bc75e91ee6baff659a241047ef0f360ae
add ap_full_read() and ap_full_write(). they guarantee to read/write the
    full buffer unless an error occurs.
use the new functions in SDBM and DAV. [and Subversion]
Win32 and OS/2 can directly include/use file_io/unix/fullrw.c since it is
    written in terms of other APR functions.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85850 13f79535-47bb-0310-9956-ffa450edef68
modules/dav/fs/repos.c