Searched refs:MatchRegex (Results 1 – 1 of 1) sorted by relevance
/ndk/sources/host-tools/ndk-stack/ |
D | ndk-stack-parser.c | 103 static int MatchRegex(const char* line, const regex_t* regex, regmatch_t* match); 213 if (MatchRegex(line, &parser->re_pid_header, &match)) { in ParseLine() 222 if (MatchRegex(line, &parser->re_sig_header, &match)) { in ParseLine() 230 if (!MatchRegex(line, &parser->re_frame_header, &match)) in ParseLine() 253 MatchRegex(const char* line, const regex_t* regex, regmatch_t* match) in MatchRegex() function
|