Provided by: trafficserver-dev_5.3.0-2ubuntu2_amd64
NAME
TSfwrite - attempts to write length bytes of data from the buffer buf to the file filep
SYNOPSIS
#include <ts/ts.h> size_t TSfwrite(TSFile filep, const void *buf, size_t length)
DESCRIPTION
Make sure that filep is open for writing. You might want to check the number of bytes written (TSfwrite() returns this value) against the value of length. If it is less, there might be insufficient space on disk, for example.
COPYRIGHT
2014, dev@trafficserver.apache.org