Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
H A Dutil.cc663 bool fieldeq(const char *uri1, const http_parser_url &u1, const char *uri2, in fieldeq() argument
678 uri2 + u2.field_data[field].off, u1.field_data[field].len) == 0; in fieldeq()
714 bool porteq(const char *uri1, const http_parser_url &u1, const char *uri2, in porteq() argument
720 util::has_uri_field(u2, UF_PORT) ? u2.port : get_default_port(uri2, u2); in porteq()
H A Dutil.h531 bool fieldeq(const char *uri1, const http_parser_url &u1, const char *uri2,
545 bool porteq(const char *uri1, const http_parser_url &u1, const char *uri2,
/third_party/lwip/src/apps/http/
H A Dhttpd.c1652 const char *uri, *uri1, *uri2, *uri3; local
1656 uri2 = "/501.htm";
1661 uri2 = "/400.htm";
1666 } else if (fs_open(&hs->file_handle, uri2) == ERR_OK) {
1667 uri = uri2;

Completed in 9 milliseconds