|
static int | match_compare (const void *p1, const void *p2, void *user) |
|
static void | match_context_push (const char *str, size_t len, struct mg_match_context *mcx) |
|
static void | match_context_reset (struct mg_match_context *mcx) |
|
static ptrdiff_t | match_prefix (const char *pattern, size_t pattern_len, const char *str) |
|
static ptrdiff_t | match_prefix_strlen (const char *pattern, const char *str) |
|
static ptrdiff_t | mg_match (const char *pat, const char *str, struct mg_match_context *mcx) |
|
static ptrdiff_t | mg_match_alternatives (const char *pat, size_t pat_len, const char *str, struct mg_match_context *mcx) |
|
static ptrdiff_t | mg_match_impl (const char *pat, size_t pat_len, const char *str, struct mg_match_context *mcx) |
|