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[];
76 me = method_names[meth]; in lws_prepare_access_log_info()
Dserver.c27 const char * const method_names[] = { variable
61 (void)method_names; in _lws_vhost_init_server()
1390 if (meth < 0 || meth >= (int)LWS_ARRAY_SIZE(method_names)) in lws_http_action()
1401 lwsl_info("Method: '%s' (%d), request for '%s'\n", method_names[meth], in lws_http_action()
/third_party/libwebsockets/lib/roles/h2/
Dhttp2.c1327 static const char * const method_names[] = { variable
1640 for (n = 0; n < (int)LWS_ARRAY_SIZE(method_names); n++) in lws_h2_parse_end_of_frame()
1641 if (!strcasecmp(p, method_names[n])) { in lws_h2_parse_end_of_frame()
/third_party/chromium/patch/
D0003_ohos_nweb.patch10508 + std::set<std::string> method_names;
10510 + dispatcher_->GetJavascriptMethods(object_id_, &method_names);
10511 + return std::vector<std::string>(method_names.begin(), method_names.end());