Searched defs:MatchRegex (Results 1 - 1 of 1) sorted by relevance

/ndk/sources/host-tools/ndk-stack/
H A Dndk-stack-parser.c104 static int MatchRegex(const char* line, const regex_t* regex, regmatch_t* match);
214 if (MatchRegex(line, &parser->re_pid_header, &match)) {
223 if (MatchRegex(line, &parser->re_sig_header, &match)) {
231 if (!MatchRegex(line, &parser->re_frame_header, &match))
254 MatchRegex(const char* line, const regex_t* regex, regmatch_t* match) function

Completed in 3 milliseconds