Searched refs:match_extension (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/mongoose/
H A Dmongoose.c768 static int match_extension(const char *path, const char *ext_list) { function
3136 is_ssi = match_extension(path, conn->ctx->config[SSI_EXTENSIONS]);
3371 } else if (match_extension(path, conn->ctx->config[CGI_EXTENSIONS])) {
3380 } else if (match_extension(path, conn->ctx->config[SSI_EXTENSIONS])) {

Completed in 95 milliseconds