| 28 | } pcre_extra; |
| 29 | |
| 30 | int |
| 31 | pcre_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 ... |
no outgoing calls
no test coverage detected