Home
last modified time | relevance | path

Searched refs:matchptr (Results 1 - 2 of 2) sorted by relevance

/third_party/ntfs-3g/libntfs-3g/
H A Dcompress.c161 const u8 *matchptr; in ntfs_best_match() local
185 matchptr = &inbuf[cur_match]; in ntfs_best_match()
187 /* Considering the potential match at 'matchptr': is it longer in ntfs_best_match()
199 if (matchptr[best_len] != strptr[best_len] || in ntfs_best_match()
200 matchptr[best_len - 1] != strptr[best_len - 1] || in ntfs_best_match()
201 matchptr[0] != strptr[0]) in ntfs_best_match()
205 if (matchptr[len] != strptr[len]) in ntfs_best_match()
211 best_matchptr = matchptr; in ntfs_best_match()
/third_party/pcre2/pcre2/src/
H A Dpcre2grep.c1823 matchptr the start of the subject
1835 match_patterns(char *matchptr, PCRE2_SIZE length, unsigned int options, in match_patterns() argument
1852 int rc = pcre2_match(p->compiled, (PCRE2_SPTR)matchptr, (int)length, in match_patterns()
1885 FWRITE_IGNORE(matchptr, 1, slen, stderr); /* In case binary zero included */ in match_patterns()

Completed in 9 milliseconds