Searched refs:method_names (Results 1 – 4 of 4) sorted by relevance
37 extern const char * const method_names[];76 me = method_names[meth]; in lws_prepare_access_log_info()
27 const char * const method_names[] = { variable61 (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()
1327 static const char * const method_names[] = { variable1640 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()
10508 + 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());