Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ Initialize
Method
Initialize
src/tscore/Tokenizer.cc:88–92 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
}
87
88
unsigned
89
Tokenizer::Initialize(const char *str)
90
{
91
return Initialize(const_cast<char *>(str), COPY_TOKS);
92
}
93
94
inline int
95
Tokenizer::isDelimiter(char c)
Callers
3
ExtractIpRange
Function · 0.45
parse_host_res_preference
Function · 0.45
test_Tokenizer.cc
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected