Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/roles/http/server/
Daccess-log.c37 extern const char * const method_names[];
85 me = method_names[meth]; in lws_prepare_access_log_info()
Dserver.c31 const char * const method_names[] = { variable
97 (void)method_names; in _lws_vhost_init_server_af()
1604 if (meth < 0 || meth >= (int)LWS_ARRAY_SIZE(method_names)) in lws_http_action()
1608 lws_metrics_tag_wsi_add(wsi, "meth", method_names[meth]); in lws_http_action()
1618 lwsl_info("Method: '%s' (%d), request for '%s'\n", method_names[meth], in lws_http_action()
/third_party/libwebsockets/lib/roles/h2/
Dhttp2.c1404 static const char * const method_names[] = { variable
1792 for (n = 0; n < (int)LWS_ARRAY_SIZE(method_names); n++) in lws_h2_parse_end_of_frame()
1793 if (p && !strcasecmp(p, method_names[n])) { in lws_h2_parse_end_of_frame()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch24730 + std::set<std::string> method_names;
24732 + dispatcher_->GetJavascriptMethods(object_id_, &method_names);
24733 + return std::vector<std::string>(method_names.begin(), method_names.end());