Home
last modified time | relevance | path

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

/third_party/lwip/src/apps/http/
Dhttpd.c2030 int is_post = 0; local
2044 is_post = 1;
2066 if (is_post) {
2094 if (is_post) {
/third_party/cef/libcef/common/
Drequest_impl.cc530 method_ = params.is_post() ? "POST" : "GET"; in Set()