Home | History | Annotate | Download | only in mongoose

Lines Matching defs:ext

1751   const char *list, *ext;
1760 // ext now points to the path suffix
1761 ext = path + path_len - ext_vec.len;
1762 if (mg_strncasecmp(ext, ext_vec.ptr, ext_vec.len) == 0) {
1770 ext = path + (path_len - builtin_mime_types[i].ext_len);
1772 mg_strcasecmp(ext, builtin_mime_types[i].extension) == 0) {