Home | History | Annotate | Download | only in http

Lines Matching full:slash

1008     size_t slash = etag_value.find('/');
1009 if (slash == std::string::npos || slash == 0)
1013 std::string::const_iterator j = etag_value.begin() + slash;
1091 // Obtain the part behind the space and before slash.