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

Method find

include/tscore/TsBuffer.h:474–478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

472}
473
474inline char const *
475ConstBuffer::find(char c) const
476{
477 return static_cast<char const *>(memchr(_ptr, c, _size));
478}
479
480inline ConstBuffer
481ConstBuffer::splitOn(char c)

Callers 8

splitOnMethod · 0.95
afterMethod · 0.95
sendMethod · 0.45
set_activeMethod · 0.45
freeMethod · 0.45
getMethod · 0.45
fieldAddFunction · 0.45
fieldFindFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected