Searched defs:method_str (Results 1 – 2 of 2) sorted by relevance
1367 std::string_view method_str; in ProcessLine() local1613 std::string_view method_str = line.substr(method_sep_index + kMethodSep.size()); in ProcessBootLine() local
1178 const char* method_str = (protocol == IPPROTO_TCP) ? "write()" : "sendto()"; in handleQuery() local