Searched refs:method_names (Results 1 – 4 of 4) sorted by relevance
37 extern const char * const method_names[];85 me = method_names[meth]; in lws_prepare_access_log_info()
31 const char * const method_names[] = { variable97 (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()
1404 static const char * const method_names[] = { variable1792 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()
24730 + 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());