Home
last modified time | relevance | path

Searched refs:txt2 (Results 1 – 1 of 1) sorted by relevance

/PHP-7.4/ext/standard/
H A Dstring.c3603 static void php_similar_str(const char *txt1, size_t len1, const char *txt2, size_t len2, size_t *p… argument
3607 const char *end2 = (char *) txt2 + len2;
3613 for (q = (char *) txt2; q < end2; q++) {
3619 *pos2 = q - txt2;
3628 static size_t php_similar_char(const char *txt1, size_t len1, const char *txt2, size_t len2) argument
3633 php_similar_str(txt1, len1, txt2, len2, &pos1, &pos2, &max, &count);
3637 txt2, pos2);
3641 txt2 + pos2 + max, len2 - pos2 - max);

Completed in 16 milliseconds