TSfread
TSfread API function
- Provided by: trafficserver-dev (Version: 9.2.3+ds-1+deb12u1ubuntu0.1)
- Source: trafficserver
- Report a bug
TSfread API function
#include <ts/ts.h>
Attempts to read length bytes of data from the file pointed to by filep into the buffer buf. The behavior is undefined if length is greater than SSIZE_MAX.
Returns the number of bytes read on success, or -1 on failure.
2026, dev@trafficserver.apache.org