Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
789
void
790
TSfclose(TSFile filep)
791
{
792
FileImpl *file = reinterpret_cast<FileImpl *>(filep);
793
file->fclose();
794
delete file;
795
}
796
797
ssize_t
798
TSfread(TSFile filep, void *buf, size_t length)
Callers
8
TSPluginInit
Function · 0.85
psi_include
Function · 0.85
load
Function · 0.85
read_denylist
Function · 0.85
REGRESSION_TEST(SDK_API_TSfopen)
Function · 0.85
log_test_handler
Function · 0.85
loadHandlerConf
Function · 0.85
getFile
Function · 0.85
Calls
1
fclose
Method · 0.80
Tested by
2
REGRESSION_TEST(SDK_API_TSfopen)
Function · 0.68
log_test_handler
Function · 0.68