mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-14 00:31:42 +08:00
376 B
376 B
title | decl_name | symbol_kind | signature |
---|---|---|---|
mg_match_prefix() | mg_match_prefix | func | int mg_match_prefix(const char *pattern, int pattern_len, const char *str); |
Matches 0-terminated string (mg_match_prefix) or string with given length mg_match_prefix_n against a glob pattern. Match is case-insensitive. Returns the number of bytes matched or -1 if no match.