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

Method get_ovector_pointer

src/tsutil/Regex.cc:179–183  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

177
178//----------------------------------------------------------------------------
179size_t *
180RegexMatches::get_ovector_pointer()
181{
182 return pcre2_get_ovector_pointer(_MatchData::get(_match_data));
183}
184
185//----------------------------------------------------------------------------
186int32_t

Callers 2

forl_LLFunction · 0.80
test_Regex.ccFile · 0.80

Calls 1

getFunction · 0.50

Tested by

no test coverage detected