Home | History | Annotate | Download | only in util

Lines Matching refs:PCREPORT

14 #define PCREPORT(level) LOG(level)
65 PCREPORT(ERROR)
135 PCREPORT(ERROR) << "Error compiling '" << pattern_ << "': " << error;
465 PCREPORT(ERROR) << "Matching against invalid re: " << *error_;
520 PCREPORT(WARNING) << "Exceeded match limit of " << match_limit
527 PCREPORT(WARNING) << "Exceeded stack limit of " << stack_limit
540 PCREPORT(ERROR) << "Unexpected return code: " << rc
621 PCREPORT(ERROR) << "requested group " << n
632 PCREPORT(ERROR) << "invalid rewrite pattern: " << rewrite.data();