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

Method compile

src/tsutil/Regex.cc:236–243  ·  view source on GitHub ↗

----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

234
235//----------------------------------------------------------------------------
236bool
237Regex::compile(std::string_view pattern, uint32_t flags)
238{
239 std::string error;
240 int erroroffset;
241
242 return this->compile(pattern, error, erroroffset, flags);
243}
244
245//----------------------------------------------------------------------------
246bool

Callers 15

ats_wildcard_matcherMethod · 0.45
recordRegexCheckFunction · 0.45
RecLookupMatchingRecordsFunction · 0.45
referer_infoMethod · 0.45
hdrtoken_initFunction · 0.45
mime_initFunction · 0.45
test_Hdrs.ccFile · 0.45
buildMethod · 0.45
test_Regex.ccFile · 0.45
activate_taglistMethod · 0.45

Calls 9

buildMethod · 0.95
setFunction · 0.85
get_compile_contextMethod · 0.80
getFunction · 0.50
dataMethod · 0.45
sizeMethod · 0.45
assignMethod · 0.45
emptyMethod · 0.45
reserveMethod · 0.45

Tested by 1

get_expected_bytesFunction · 0.36