MCPcopy Create free account
hub / github.com/apache/trafficserver / TSfclose

Function TSfclose

src/api/InkAPI.cc:789–795  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

787}
788
789void
790TSfclose(TSFile filep)
791{
792 FileImpl *file = reinterpret_cast<FileImpl *>(filep);
793 file->fclose();
794 delete file;
795}
796
797ssize_t
798TSfread(TSFile filep, void *buf, size_t length)

Callers 8

TSPluginInitFunction · 0.85
psi_includeFunction · 0.85
loadFunction · 0.85
read_denylistFunction · 0.85
log_test_handlerFunction · 0.85
loadHandlerConfFunction · 0.85
getFileFunction · 0.85

Calls 1

fcloseMethod · 0.80

Tested by 2

log_test_handlerFunction · 0.68