Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dstring.c3617 static void php_similar_str(const char *txt1, size_t len1, const char *txt2, size_t len2, size_t *p… argument
3621 const char *end2 = (char *) txt2 + len2;
3627 for (q = (char *) txt2; q < end2; q++) {
3633 *pos2 = q - txt2;
3641 static size_t php_similar_char(const char *txt1, size_t len1, const char *txt2, size_t len2) argument
3646 php_similar_str(txt1, len1, txt2, len2, &pos1, &pos2, &max, &count);
3650 txt2, pos2);
3654 txt2 + pos2 + max, len2 - pos2 - max);

Completed in 16 milliseconds