Home
last modified time | relevance | path

Searched refs:mime_type_max (Results 1 – 1 of 1) sorted by relevance

/trueos/release/picobsd/tinyware/simple_httpd/
HDsimple_httpd.c86 const int mime_type_max = sizeof(mime_type) / sizeof(mime_type[0]) - 1; variable
341 for (i = mime_type_max; i >= 0; i--) in http_request()