mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-12 07:29:04 +08:00
7bed7ff482
Comments in headers are changed a bit: removed adoc-specific stuff, markdown is used instead PUBLISHED_FROM=9242cce85cc52a47a197d377e7e23804721a6bb5
370 B
370 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); |
Match 0-terminated string (mg_match_prefix) or string with given length mg_match_prefix_n against a glob pattern. Match is case-insensitive. Return number of bytes matched, or -1 if no match.