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

Function pcre_exec

ci/coverity-model.cpp:30–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28} pcre_extra;
29
30int
31pcre_exec(const pcre *argument_re, const pcre_extra *extra_data,
32 PCRE_SPTR subject, int length, int start_offset, int options, int *offsets,
33 int offsetcount)
34{
35 __coverity_panic__();
36}
37
38
39// Indicate that our abort function really is that ...

Callers 15

get_property_configMethod · 0.85
getMethod · 0.85
MatchMethod · 0.85
filterViaHeaderFunction · 0.85
matchMethod · 0.85
matchesRegexMethod · 0.85
matchMethod · 0.85
captureMethod · 0.85
replaceMethod · 0.85
matchMethod · 0.85
captureMethod · 0.85
replaceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected