Home | History | Annotate | Download | only in pcre

Lines Matching full:matchptr

938   matchptr    the start of the subject
949 match_patterns(char *matchptr, size_t length, int *offsets, int *mrc)
961 *mrc = pcre_exec(pattern_list[i], hints_list[i], matchptr, (int)length, 0,
968 FWRITE(matchptr, 1, slen, stderr); /* In case binary zero included */
1081 char *matchptr = ptr;
1156 match = match_patterns(matchptr, length, offsets, &mrc);
1201 fprintf(stdout, "%d,%d\n", (int)(matchptr + offsets[0] - ptr),
1205 (int)(filepos + matchptr + offsets[0] - ptr),
1213 FWRITE(matchptr + offsets[only_matching*2], 1, plen, stdout);
1219 matchptr += offsets[1];
1364 matchptr += offsets[1];
1367 !match_patterns(matchptr, length, offsets, &mrc)) break;
1368 FWRITE(matchptr, 1, offsets[0], stdout);
1370 FWRITE(matchptr + offsets[0], 1, offsets[1] - offsets[0], stdout);