Searched refs:matchptr (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2grep.c | 1464 match_patterns(char *matchptr, size_t length, unsigned int options, in match_patterns() argument 1479 *mrc = pcre2_match(p->compiled, (PCRE2_SPTR)matchptr, (int)length, in match_patterns() 1486 FWRITE(matchptr, 1, slen, stderr); /* In case binary zero included */ in match_patterns() 1883 char *matchptr = ptr; in pcre2grep() local 1978 match = match_patterns(matchptr, length, options, startoffset, &mrc); in pcre2grep() 2039 fprintf(stdout, "%d,%d" STDOUT_NL, (int)(matchptr + offsets[0] - ptr), in pcre2grep() 2046 (int)(filepos + matchptr + offsets[0] - ptr), in pcre2grep() 2066 FWRITE(matchptr + offsets[n*2], 1, plen, stdout); in pcre2grep() 2100 while ((matchptr[startoffset] & 0xc0) == 0x80) startoffset++; in pcre2grep() 2242 !match_patterns(matchptr, length, options, startoffset, &mrc)) in pcre2grep() [all …]
|