Home | History | Annotate | Download | only in http

Lines Matching full:slash

1082     size_t slash = etag_value.find('/');
1083 if (slash == std::string::npos || slash == 0)
1087 std::string::const_iterator j = etag_value.begin() + slash;
1165 // Obtain the part behind the space and before slash.