Searched refs:supported_methods (Results 1 – 1 of 1) sorted by relevance
192 } supported_methods[] = { in ParseMethodAndPath() local199 for (size_t i = 0; i < ARRAYSIZE(supported_methods); ++i) { in ParseMethodAndPath()200 if (len > supported_methods[i].method_name_len && in ParseMethodAndPath()201 isspace(begin[supported_methods[i].method_name_len]) && in ParseMethodAndPath()202 strncmp(begin, supported_methods[i].method_name, in ParseMethodAndPath()203 supported_methods[i].method_name_len) == 0) { in ParseMethodAndPath()204 method_ = supported_methods[i].id; in ParseMethodAndPath()205 path = begin + supported_methods[i].method_name_len; in ParseMethodAndPath()