Provided by: trafficserver-dev_7.1.2+ds-3_amd64
NAME
TSfclose - TSfclose API function
SYNOPSIS
#include <ts/ts.h> void TSfclose(TSFile filep)
DESCRIPTION
Closes the file to which filep points and frees the data structures and buffers associated with it. If the file was opened for writing, any pending data is flushed.
COPYRIGHT
2018, dev@trafficserver.apache.org