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

Function TSfgets

src/api/InkAPI.cc:818–823  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

816}
817
818char *
819TSfgets(TSFile filep, char *buf, size_t length)
820{
821 FileImpl *file = reinterpret_cast<FileImpl *>(filep);
822 return file->fgets(buf, length);
823}
824
825////////////////////////////////////////////////////////////////////
826//

Callers 6

TSPluginInitFunction · 0.85
psi_includeFunction · 0.85
read_denylistFunction · 0.85
log_test_handlerFunction · 0.85
loadHandlerConfFunction · 0.85

Calls 1

fgetsMethod · 0.80

Tested by 2

log_test_handlerFunction · 0.68