|
myMPD
Internal API documentation
|
Fuzzy search implementation. More...
#include <stdbool.h>#include <stddef.h>

Go to the source code of this file.
Functions | |
| bool | mympd_search_fuzzy_match (const char *haystack, size_t haystack_len, const char *needle, size_t needle_len) |
Fuzzy search implementation.
| bool mympd_search_fuzzy_match | ( | const char * | haystack, |
| size_t | haystack_len, | ||
| const char * | needle, | ||
| size_t | needle_len ) |
Public functions Fuzzy substring matching using the levenshtein distance
| haystack | Haystack |
| haystack_len | Haystack length |
| needle | Needle |
| needle_len | Needle length |