Searched refs:IsOWS (Results 1 - 1 of 1) sorted by relevance
/third_party/node/src/ | ||
H A D | node_http_parser.cc | 92 inline bool IsOWS(char c) { in IsOWS() function 180 while (size_ > 0 && IsOWS(str_[size_ - 1])) { in ToTrimmedString() |
Completed in 2 milliseconds